mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user