Add ping to /devices/ graphs

This commit is contained in:
Mike Rostermund
2015-06-10 08:11:11 +02:00
parent 2e82965f08
commit 5f36149f8a

View File

@@ -44,7 +44,8 @@ $menu_options = array('bits' => 'Bits',
'uptime' => 'Uptime', 'uptime' => 'Uptime',
'storage' => 'Storage', 'storage' => 'Storage',
'diskio' => 'Disk I/O', 'diskio' => 'Disk I/O',
'poller_perf' => 'Poller' 'poller_perf' => 'Poller',
'ping_perf' => 'Ping'
); );
$sep = ""; $sep = "";
foreach ($menu_options as $option => $text) foreach ($menu_options as $option => $text)