X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/upsgraph/blobdiff_plain/0e572cdc78ace5787d1392a3e497d04fbbb26e6c..4e1140594ca723ee781797076b10dd787d498a4c:/temperature.conf diff --git a/temperature.conf b/temperature.conf index 68ed2c7..919507b 100644 --- a/temperature.conf +++ b/temperature.conf @@ -17,22 +17,16 @@ $hosts = [ 'name' => 'Battery Temperature', 'oidtext' => 'PowerNet-MIB::upsAdvBatteryTemperature.0', 'oid' => '1.3.6.1.4.1.318.1.1.1.2.2.2.0', - 'min' => '0', - 'max' => '100', }, 'ambT' => { 'name' => 'Ambient Temperature', 'oidtext' => 'PowerNet-MIB::iemStatusProbeCurrentTemp.1', 'oid' => '1.3.6.1.4.1.318.1.1.10.2.3.2.1.4.1', - 'min' => '0', - 'max' => '60', }, 'ambH' => { 'name' => 'Ambient Humidity', 'oidtext' => 'PowerNet-MIB::iemStatusProbeCurrentHumid.1', 'oid' => '1.3.6.1.4.1.318.1.1.10.2.3.2.1.6.1', - 'min' => '0', - 'max' => '100', }, }, }, @@ -49,8 +43,6 @@ $hosts = [ 'name' => 'Battery Temperature', 'oidtext' => 'PowerNet-MIB::upsAdvBatteryTemperature.0', 'oid' => '1.3.6.1.4.1.318.1.1.1.2.2.2.0', - 'min' => '0', - 'max' => '100', }, } }, @@ -66,8 +58,6 @@ $hosts = [ 'temp' => { 'name' => 'Internal Temperature', 'oid' => '1.3.6.1.4.1.9.9.13.1.3.1.3.1004', - 'min' => '0', - 'max' => '200', }, } }, @@ -83,8 +73,6 @@ $hosts = [ 'temp' => { 'name' => 'Internal Temperature', 'oid' => '1.3.6.1.4.1.9.9.13.1.3.1.3.1004', - 'min' => '0', - 'max' => '200', }, } }, @@ -100,8 +88,6 @@ $hosts = [ 'name' => 'Arbeitszimmer', 'port' => '31337', 'proto' => 'tcp', - 'min' => '0', - 'max' => '100', }, } },