hello,
I have a problem because all the values shown on the Reply tag are in exponential of 10. for example the device I'm monitoring gives the input power value '22' instead of '2,2'.
Do you know how to change that?? exponential display???
(I'm doing a SNMP test with Edfa and OS devices on Host Monitor)
the value came from OID's)
How to edit Reply format values (exponential)
If HostMonitor displays 22, this means SNMP agent sends 22 to HostMonitor.
What exactly OID do you request?
If you want to display '2.2' instead of 22, you may use "Tune up Reply" test property and expression like [%suggestedreply% div 10].[%suggestedReply% mod 10]
http://www.ks-soft.net/hostmon.eng/mfra ... uneupreply
Regards
Alex
What exactly OID do you request?
If you want to display '2.2' instead of 22, you may use "Tune up Reply" test property and expression like [%suggestedreply% div 10].[%suggestedReply% mod 10]
http://www.ks-soft.net/hostmon.eng/mfra ... uneupreply
Regards
Alex