mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-02 00:32:09 +02:00
Add poller time graphs to /devices/
This commit is contained in:
@@ -37,13 +37,14 @@ foreach ($menu_options as $option => $text)
|
|||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$menu_options = array('bits' => 'Bits',
|
$menu_options = array('bits' => 'Bits',
|
||||||
'processor' => 'CPU',
|
'processor' => 'CPU',
|
||||||
'ucd_load' => 'Load',
|
'ucd_load' => 'Load',
|
||||||
'mempool' => 'Memory',
|
'mempool' => 'Memory',
|
||||||
'uptime' => 'Uptime',
|
'uptime' => 'Uptime',
|
||||||
'storage' => 'Storage',
|
'storage' => 'Storage',
|
||||||
'diskio' => 'Disk I/O'
|
'diskio' => 'Disk I/O',
|
||||||
|
'poller_perf' => 'Poller'
|
||||||
);
|
);
|
||||||
$sep = "";
|
$sep = "";
|
||||||
foreach ($menu_options as $option => $text)
|
foreach ($menu_options as $option => $text)
|
||||||
|
|||||||
Reference in New Issue
Block a user