mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-16 10:48:40 +00:00
52 lines
1.4 KiB
PHP
52 lines
1.4 KiB
PHP
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 7.1
|
|
*
|
|
* @package TBD
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link http://website.orange-management.de
|
|
*/
|
|
return ['Monitoring' => [
|
|
'Alerts' => 'Alerts',
|
|
'All' => 'All',
|
|
'Backtrace' => 'Backtrace',
|
|
'CPUUsage' => 'CPU Usage',
|
|
'Created' => 'Created',
|
|
'CreatedBy' => 'Created By',
|
|
'Criticals' => 'Criticals',
|
|
'Debug' => 'Debug',
|
|
'Description' => 'Description',
|
|
'DiskUsage' => 'DiskUsage',
|
|
'Emergencies' => 'Emergencies',
|
|
'Errors' => 'Errors',
|
|
'Exception' => 'Exception',
|
|
'File' => 'File',
|
|
'Info' => 'Info',
|
|
'Level' => 'Level',
|
|
'Line' => 'Line',
|
|
'Logs' => 'Logs',
|
|
'MemoryLimit' => 'Memory Limit',
|
|
'Message' => 'Message',
|
|
'Notices' => 'Notices',
|
|
'Status' => 'Status',
|
|
'System' => 'System',
|
|
'Total' => 'Total',
|
|
'OS' => 'OS',
|
|
'Penetrators' => 'Penetrators',
|
|
'RAMUsage' => 'RAM Usage',
|
|
'Release' => 'Release',
|
|
'Report' => 'Report',
|
|
'Source' => 'Source',
|
|
'SystemRAM' => 'System RAM',
|
|
'Theme' => 'Theme',
|
|
'Time' => 'Time',
|
|
'Timestamp' => 'Timestamp',
|
|
'Uri' => 'Uri',
|
|
'Version' => 'Version',
|
|
'Warnings' => 'Warnings',
|
|
]];
|