convert celsius to fahrenheit

General chat about HostMonitor
Post Reply
Joe-Vis
Posts: 12
Joined: Sun Nov 24, 2002 6:00 pm

convert celsius to fahrenheit

Post by Joe-Vis »

We have a room temp monitor for our server room. It has its own monitoring and alerting software but we prefer hostmonitor since it monitors everything else for us. We setup the snmp monitor and get results and it works great. The only problem is we in the US dont really know Celsius well. The snmp process only reports in celsius, though their monitor software will display it either way. Is there a way to have host monitor convert the result to fahrenheit so it is more meaningful to us?

Thanks
Joe
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

You may enable "Tune up Reply" option with the following expression:

Code: Select all

[(%SuggestedReply% * 9) div 5 + 32]
Quote from the manual:
http://www.ks-soft.net/hostmon.eng/mfra ... uneupreply
================================
Tune up Reply

"Tune up Reply value" option was implemented in HostMonitor version 7.06. This test property allows you to specify expression that tells HostMonitor how to recalculate (modify) Reply value of the test item after each probe.
================================

Regards,
Max
Post Reply