From 2e82965f0882e2b7baf9b335e2f6d1c6b7ee82f8 Mon Sep 17 00:00:00 2001 From: Mike Rostermund Date: Wed, 10 Jun 2015 08:02:22 +0200 Subject: [PATCH] Add poller time graphs to /devices/ --- html/pages/devices.inc.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/html/pages/devices.inc.php b/html/pages/devices.inc.php index 20ffde75d4..bb3d122066 100644 --- a/html/pages/devices.inc.php +++ b/html/pages/devices.inc.php @@ -37,13 +37,14 @@ foreach ($menu_options as $option => $text) 'Bits', - 'processor' => 'CPU', - 'ucd_load' => 'Load', - 'mempool' => 'Memory', - 'uptime' => 'Uptime', - 'storage' => 'Storage', - 'diskio' => 'Disk I/O' +$menu_options = array('bits' => 'Bits', + 'processor' => 'CPU', + 'ucd_load' => 'Load', + 'mempool' => 'Memory', + 'uptime' => 'Uptime', + 'storage' => 'Storage', + 'diskio' => 'Disk I/O', + 'poller_perf' => 'Poller' ); $sep = ""; foreach ($menu_options as $option => $text)