Ping Warning status

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).
Post Reply
vavery
Posts: 3
Joined: Mon Dec 10, 2012 4:50 pm
Location: USA

Ping Warning status

Post by vavery »

I know this is probably very simple, but I can't get it right. I want to create a Warning status when the Ping response of a host is greater than 1000ms.

I tried this: ('%Reply%'>'500ms') however I get a Warning status even when the host responds in 70ms

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

Post by KS-Soft Europe »

Try the following expression:
'%SuggestedReply_Integer%' > 1000
Post Reply