From 260caa50b7112811c28dd3bed227f2df3c84096b Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Tue, 6 Jul 2010 14:54:11 +0000 Subject: [PATCH] show correct overlib graph for temperatures git-svn-id: http://www.observium.org/svn/observer/trunk@1310 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/static-config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/static-config.php b/includes/static-config.php index 4bf3d1b9b..cdfe5172c 100644 --- a/includes/static-config.php +++ b/includes/static-config.php @@ -133,17 +133,17 @@ $config['os']['netmanplus']['overtext'] = "Current"; $config['os']['netmanplus']['type'] = "power"; $config['os']['akcp']['text'] = "AKCP SensorProbe"; -$config['os']['akcp']['overgraph'][] = "device_temperature"; +$config['os']['akcp']['overgraph'][] = "device_temperatures"; $config['os']['akcp']['overtext'] = "Temperature"; $config['os']['akcp']['type'] = "environment"; $config['os']['minkelsrms']['text'] = "Minkels RMS"; -$config['os']['minkelsrms']['overgraph'][] = "device_temperature"; +$config['os']['minkelsrms']['overgraph'][] = "device_temperatures"; $config['os']['minkelsrms']['overtext'] = "Temperature"; $config['os']['minkelsrms']['type'] = "environment"; $config['os']['papouch-tme']['text'] = "Papouch TME"; -$config['os']['papouch-tme']['overgraph'][] = "device_temperature"; +$config['os']['papouch-tme']['overgraph'][] = "device_temperatures"; $config['os']['papouch-tme']['overtext'] = "Temperature"; $config['os']['papouch-tme']['type'] = "environment";