| = $this->l11n->getText('Monitoring', 'Backend', 'OS') ?> | = php_uname('s'); ?> - |
| = $this->l11n->getText('Monitoring', 'Backend', 'Version') ?> | = php_uname('v'); ?> - |
| = $this->l11n->getText('Monitoring', 'Backend', 'Release') ?> | = php_uname('r'); ?> - |
| = $this->l11n->getText('Monitoring', 'Backend', 'RAMUsage') ?> | = memory_get_usage(true)/(1024*1024); ?> MB - |
| = $this->l11n->getText('Monitoring', 'Backend', 'MemoryLimit') ?> | = ini_get('memory_limit'); ?> - |
| = $this->l11n->getText('Monitoring', 'Backend', 'SystemRAM') ?> | = \phpOMS\System\SystemUtils::getRAM()/(1024); ?> MB - |
| = $this->l11n->getText('Monitoring', 'Backend', 'CPUUsage') ?> | = \phpOMS\System\SystemUtils::getCpuUsage(); ?>% - |
| = $this->l11n->getText('Monitoring', 'DiskUsage') ?> | = round(\phpOMS\System\File\Directory::getFolderSize(ROOT_PATH)/1000000, 'Backend', true); ?> MB + |
| = $this->getText('OS') ?> | = php_uname('s'); ?> + |
| = $this->getText('Version') ?> | = php_uname('v'); ?> + |
| = $this->getText('Release') ?> | = php_uname('r'); ?> + |
| = $this->getText('RAMUsage') ?> | = memory_get_usage(true)/(1024*1024); ?> MB + |
| = $this->getText('MemoryLimit') ?> | = ini_get('memory_limit'); ?> + |
| = $this->getText('SystemRAM') ?> | = \phpOMS\System\SystemUtils::getRAM()/(1024); ?> MB + |
| = $this->getText('CPUUsage') ?> | = \phpOMS\System\SystemUtils::getCpuUsage(); ?>% + |
| = $this->getText('Monitoring', 'DiskUsage') ?> | = round(\phpOMS\System\File\Directory::getFolderSize(ROOT_PATH)/1000000, 'Backend', true); ?> MB |
| = $this->l11n->getText('Monitoring', 'Backend', 'Emergencies') ?> | = $logs['emergency'] ?? 0; ?> - |
| = $this->l11n->getText('Monitoring', 'Backend', 'Criticals') ?> | = $logs['critical'] ?? 0; ?> - |
| = $this->l11n->getText('Monitoring', 'Backend', 'Errors') ?> | = $logs['error'] ?? 0; ?> - |
| = $this->l11n->getText('Monitoring', 'Backend', 'Warnings') ?> | = $logs['warning'] ?? 0; ?> - |
| = $this->l11n->getText('Monitoring', 'Backend', 'Alerts') ?> | = $logs['alert'] ?? 0; ?> - |
| = $this->l11n->getText('Monitoring', 'Backend', 'Notices') ?> | = $logs['notice'] ?? 0; ?> - |
| = $this->l11n->getText('Monitoring', 'Backend', 'Info') ?> | = $logs['info'] ?? 0; ?> - |
| = $this->l11n->getText('Monitoring', 'Backend', 'Debug') ?> | = $logs['debug'] ?? 0; ?> - |
| = $this->l11n->getText('Monitoring', 'Backend', 'Total') ?> | = array_sum($logs); ?> + |
| = $this->getText('Emergencies') ?> | = $logs['emergency'] ?? 0; ?> + |
| = $this->getText('Criticals') ?> | = $logs['critical'] ?? 0; ?> + |
| = $this->getText('Errors') ?> | = $logs['error'] ?? 0; ?> + |
| = $this->getText('Warnings') ?> | = $logs['warning'] ?? 0; ?> + |
| = $this->getText('Alerts') ?> | = $logs['alert'] ?? 0; ?> + |
| = $this->getText('Notices') ?> | = $logs['notice'] ?? 0; ?> + |
| = $this->getText('Info') ?> | = $logs['info'] ?? 0; ?> + |
| = $this->getText('Debug') ?> | = $logs['debug'] ?? 0; ?> + |
| = $this->getText('Total') ?> | = array_sum($logs); ?> |
| = $this->l11n->getText(0, 'Backend', 'ID'); ?> + | = $this->getText('ID'); ?> | = (int) $this->request->getData('id') ?? 0; ?> | |||
| = $this->l11n->getText('Monitoring', 'Backend', 'Time'); ?> + | = $this->getText('Time'); ?> | = $log['datetime']; ?> | |||
| = $this->l11n->getText('Monitoring', 'Backend', 'Uri'); ?> + | = $this->getText('Uri'); ?> | = $log['path']; ?> | |||
| = $this->l11n->getText('Monitoring', 'Backend', 'Source'); ?> + | = $this->getText('Source'); ?> | = $log['ip']; ?> | |||
| = $this->l11n->getText('Monitoring', 'Backend', 'Level'); ?> + | = $this->getText('Level'); ?> | = $log['level']; ?> | |||
| = $this->l11n->getText('Monitoring', 'Backend', 'Message'); ?> + | = $this->getText('Message'); ?> | = $log['message']; ?> | |||
| = $this->l11n->getText('Monitoring', 'Backend', 'File'); ?> + | = $this->getText('File'); ?> | = $log['file']; ?> | |||
| = $this->l11n->getText('Monitoring', 'Backend', 'Line'); ?> + | = $this->getText('Line'); ?> | = $log['line']; ?> | |||
| = $this->l11n->getText('Monitoring', 'Backend', 'Version'); ?> + | = $this->getText('Version'); ?> | = $log['version']; ?> | |||
| = $this->l11n->getText('Monitoring', 'Backend', 'OS'); ?> + | = $this->getText('OS'); ?> | = $log['os']; ?> | |||
| = $this->l11n->getText('Monitoring', 'Backend', 'Backtrace'); ?> + | = $this->getText('Backtrace'); ?> | ||||
= json_encode($log['backtrace'], JSON_PRETTY_PRINT); ?> | |||||
| = $this->l11n->getText('Monitoring', 'Backend', 'Report'); ?> + href="https://gitreports.com/issue/Orange-Management/Orange-Management/?name=Guest&issue_title== urlencode($log['message']); ?>&details== urlencode($details); ?>">= $this->getText('Report'); ?> | |||||
| = $this->l11n->getText('Monitoring', 'Backend', 'Timestamp'); ?> - | = $this->l11n->getText('Monitoring', 'Backend', 'Level'); ?> - | = $this->l11n->getText('Monitoring', 'Backend', 'Source'); ?> - | = $this->l11n->getText('Monitoring', 'Backend', 'Message'); ?> + | = $this->getText('Timestamp'); ?> + | = $this->getText('Level'); ?> + | = $this->getText('Source'); ?> + | = $this->getText('Message'); ?> |
| = $footerView->render(); ?> | |||||||