All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
I´m facing a strange problem with SNMP test. I´ve configured one snmp test to alert if reply is > then 20. As I was receiving a lot of alerts I started to log the test results. For my surprise, no reply was above 5 but still hostmon logs all replies above 3 as "bad status"!
Do you have any ideas about what can cause this behavior?
I´m using UCD-SNMP to run scripts on local computer and return result using exec option on SNMP server. This works ok but couldn´t find a away to change replies from string to integer...
Technically we can add some "treat string as integer" option.. but it does not look right
Probably you can use Optional status processing to compare %SuggestedReply% to a number: %SuggestedReply% > 20 http://www.ks-soft.net/hostmon.eng/mfra ... processing
Hi. I'am writing to you to let you now that I although would have a usage for the "... "treat string as integer" option..." I'am using some barracuda network devices where I can't change the SNMP option to get integer values. I although contacted the barracuda support and the only answer I'am get is "Unfortunately the Barracuda SNMP will only give an output as a string value as it uses SNMP version 1" . So if you perhaps will include the "treat string as integer" option in future releases it would be nice . Furthermore I would be able to get warnings work correctly. The workaround with "%SuggestedReply%" in my case is not the best way to get it work.