From f76d51218835d2ac3600ff5451481a3ad1a6083a Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Fri, 25 Jun 2010 13:05:28 +0000 Subject: [PATCH] missing ;s git-svn-id: http://www.observium.org/svn/observer/trunk@1266 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/static-config.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/includes/static-config.php b/includes/static-config.php index e2a7d5ab0..576a2e61d 100644 --- a/includes/static-config.php +++ b/includes/static-config.php @@ -92,15 +92,15 @@ $config['os']['allied']['text'] = "AlliedWare"; $config['os']['mgeups']['text'] = "MGE UPS"; $config['os']['mgeups']['group'] = "ups"; $config['os']['mgeups']['overgraph'][] = "device_current"; -$config['os']['mgeups']['overtext'] = "Current" +$config['os']['mgeups']['overtext'] = "Current"; $config['os']['apc']['text'] = "APC Management Module"; $config['os']['apc']['overgraph'][] = "device_current"; -$config['os']['apc']['overtext'] = "Current" +$config['os']['apc']['overtext'] = "Current"; $config['os']['areca']['text'] = "Areca RAID Subsystem"; -$config['os']['areca']['overgraph'][] = "" -$config['os']['areca']['overtext'] = "" +$config['os']['areca']['overgraph'][] = ""; +$config['os']['areca']['overtext'] = ""; $config['os']['netmanplus']['text'] = "NetMan Plus"; $config['os']['netmanplus']['group'] = "ups"; @@ -110,7 +110,7 @@ $config['os']['netmanplus']['overtext'] = "Current"; $config['os']['akcp']['text'] = "AKCP SensorProbe"; $config['os']['akcp']['overgraph'][] = "device_temperature"; -$config['os']['akcp']['overtext'] = "Temperature" +$config['os']['akcp']['overtext'] = "Temperature"; $config['os']['minkelsrms']['text'] = "Minkels RMS"; $config['os']['minkelsrms']['overgraph'][] = "device_temperature"; @@ -123,7 +123,7 @@ $config['os']['papouch-tme']['overtext'] = "Temperature"; $config['os']['dell-laser']['group'] = "printer"; $config['os']['dell-laser']['text'] = "Dell Laser"; $config['os']['dell-laser']['overgraph'][] = "device_toner"; -$config['os']['dell-laser']['overtext'] = "Toner" +$config['os']['dell-laser']['overtext'] = "Toner"; $config['os']['dell-laser']['ifname'] = 1; if(!$config['graph_colours']['greens']) {