show correct overlib graph for temperatures

git-svn-id: http://www.observium.org/svn/observer/trunk@1310 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2010-07-06 14:54:11 +00:00
parent 73abfc33b6
commit 260caa50b7

View File

@@ -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";