mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-03 00:11:49 +02:00
Add poller time graphs to /devices/
This commit is contained in:
@@ -43,7 +43,8 @@ $menu_options = array('bits' => 'Bits',
|
|||||||
'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