* @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com */ $logs = $this->app->logger->countLogs(); $penetrators = $this->app->logger->getHighestPerpetrator(); echo $this->getData('nav')->render(); ?>
| = $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('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); ?> |
| = $ip; ?> | = $count; ?> |