Hi,
i tried to monitor the temperature form the temperature sensor "Comet p8510" via SNMP get.
HM shows me the actual value reply but the min- max- avg value replies are allways shown as 0.
Can someone help me plz?
I use HM version 7.52.
Greetings
Min/ max/ Avg value replies are allways 0
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Hm. Strange problem. Do you mean, you see the actual reply value in HostMonitor main window or you just press on "Get Value" button in "Test Properties" window?
What number of "Recurrences" do you see for this particular test?
Please, ensure monitoring is started. You may resume monitoring using menu "Monitoring" -> "Start Monitoring".
Regards,
Max
What number of "Recurrences" do you see for this particular test?
Please, ensure monitoring is started. You may resume monitoring using menu "Monitoring" -> "Start Monitoring".
Regards,
Max
Monitoring is allready started.
i can see the actual reply in the main window the single replies were also written in the log file. But the min and max values are allways 0.
The actal Number of Recurrences for this test is 279.
Another problem is, when i start the Log analyzer. the graph is only a horizontal line with the value 0 and doesn´t show the values which were written in the log file.
i can see the actual reply in the main window the single replies were also written in the log file. But the min and max values are allways 0.
The actal Number of Recurrences for this test is 279.
Another problem is, when i start the Log analyzer. the graph is only a horizontal line with the value 0 and doesn´t show the values which were written in the log file.
the reply is at the moment "22.4"
i´ve also tried the suggestion that were given in the threat
http://www.ks-soft.net/cgi-bin/phpBB/vi ... php?t=1983
but my version is allready higher then the one you suggest to download.
greetings
i´ve also tried the suggestion that were given in the threat
http://www.ks-soft.net/cgi-bin/phpBB/vi ... php?t=1983
but my version is allready higher then the one you suggest to download.
greetings
Looks like SNMP agent returns a string, not a number.the reply is at the moment "22.4"
If your system (Windows) uses comma (,) as decimal separator then 24.4 is not a number.
You may change system settings to use dot instead of comma and restart HostMonitor. This should help to fix min/max problem.
However another problem will remain. HostMonitor checks data type provided by SNMP agent and compares strings in different way then numbers (e.g. string "4" is greater than string "30").
You should check manual that comes with your temperature sensor. Probably agent provides some other counters that returns integer numbers. or may be it returns float numbers using OPAQUE data type. In such case you may mark "Check OPAQUE data for float numbers" option for SNMP Credentials profile specified for this test
Regards
Alex