Hi,
I have an IP temperature sensor that returns a value from a SNMP request.
This is the temperature in degrees Celcius, with 1 decimal, like this: 24.3
I can see the value being returned to HM, but the History Charts are flat.
Why's that?
Thanks!
Kris
Temp sensor
-
- Posts: 3
- Joined: Mon Dec 06, 2010 3:47 am
-
- Posts: 3
- Joined: Mon Dec 06, 2010 3:47 am
-
- Posts: 3
- Joined: Mon Dec 06, 2010 3:47 am
I use Hostmonitor 7.22. Test method is SNMP Get. Replyfield: between 7.1 and 12.0
BAD Value should be < 5 and > 30,
know i get
if reply is 9.9 - BAD on > 30
if reply is 10.0 - BAD on < 5
I´ve configured on regional options: decimal symbol as dot in numbers + currency, also turned on the option in advanced folder: "default user account settings - apply all settins to the current user account and default user profile" - reboot - same error.
BAD Value should be < 5 and > 30,
know i get
if reply is 9.9 - BAD on > 30
if reply is 10.0 - BAD on < 5
I´ve configured on regional options: decimal symbol as dot in numbers + currency, also turned on the option in advanced folder: "default user account settings - apply all settins to the current user account and default user profile" - reboot - same error.
Not sure I understand you.
1) SNMP GET test does not check minimum and maximim threshold at the same time. Unless you are using Optional status processing. Are you? So what exactly test settings do you use?
2) You said you have the same problem. So you have problem with history charts? Or you have problem with test status? That's a little different problem.
Regarding test status: SNMP protocol does not offer real/float numbers so usually SNMP agents send string (OPAQUE) counter when they need to provide real number. If you want to compare/check such strings as numbers, you should enable "Check OPAQUE data for float numbers" option for SNMP Credentials profile used for this test item.
Otherwise string data compared as strings, e.g. '2' > '10' , '9'>'1000', 'Abram'>'Mike'
Regards
Alex
1) SNMP GET test does not check minimum and maximim threshold at the same time. Unless you are using Optional status processing. Are you? So what exactly test settings do you use?
2) You said you have the same problem. So you have problem with history charts? Or you have problem with test status? That's a little different problem.
Regarding test status: SNMP protocol does not offer real/float numbers so usually SNMP agents send string (OPAQUE) counter when they need to provide real number. If you want to compare/check such strings as numbers, you should enable "Check OPAQUE data for float numbers" option for SNMP Credentials profile used for this test item.
Otherwise string data compared as strings, e.g. '2' > '10' , '9'>'1000', 'Abram'>'Mike'
Regards
Alex