Hello,
i´ve a WebIO to check the temperatures. I get data via snmp
which "Type of information" must i use? thanks for help..
i´ve a WebIO to check the temperatures. I get data via snmp
Code:
3007:20110518:103323.165 Item [Serverschrank-Temp:1.3.6.1.4.1.5040.1.2.1.1.3.1.1.2] error: Type of received value [27,0] is not suitable for value type [Numeric (integer 64bit)] 3007:20110518:103323.165 Parameter [Serverschrank-Temp:1.3.6.1.4.1.5040.1.2.1.1.3.1.1.2] is not supported by agent Old status [0]
Code:
snmpget -v1 -c public 192.168.200.49 1.3.6.1.4.1.5040.1.2.1.1.3.1.1.3 iso.3.6.1.4.1.5040.1.2.1.1.3.1.1.3 = STRING: " 25,1"


Comment