From 5f36149f8af0c47bb5bbfb98a9ab7de6f1972ff8 Mon Sep 17 00:00:00 2001 From: Mike Rostermund Date: Wed, 10 Jun 2015 08:11:11 +0200 Subject: [PATCH] Add ping to /devices/ graphs --- html/pages/devices.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/pages/devices.inc.php b/html/pages/devices.inc.php index bb3d12206..17e5f814a 100644 --- a/html/pages/devices.inc.php +++ b/html/pages/devices.inc.php @@ -44,7 +44,8 @@ $menu_options = array('bits' => 'Bits', 'uptime' => 'Uptime', 'storage' => 'Storage', 'diskio' => 'Disk I/O', - 'poller_perf' => 'Poller' + 'poller_perf' => 'Poller', + 'ping_perf' => 'Ping' ); $sep = ""; foreach ($menu_options as $option => $text)