mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix Memmory spelling (#15231)
This commit is contained in:
co-authored by
GitHub
parent
8ee1a20346
commit
7e910d60af
@@ -169,7 +169,7 @@ if (! isset($vars['vmdisk']) and ! isset($vars['vmif'])) {
|
||||
if (isset($vars['vm']) && $app->data['hv'] == 'CBSD') {
|
||||
$graphs['hv-monitor_status-int'] = 'VM Status: 1=Running, 8=Shut Off, 9=Maintenace';
|
||||
}
|
||||
$graphs['hv-monitor_memory'] = 'Memmory Usage';
|
||||
$graphs['hv-monitor_memory'] = 'Memory Usage';
|
||||
$graphs['hv-monitor_pmem'] = 'Memory Percent';
|
||||
$graphs['hv-monitor_time'] = 'CPU Time';
|
||||
$graphs['hv-monitor_pcpu'] = 'CPU Percent';
|
||||
|
||||
Reference in New Issue
Block a user