set ping other color

General chat about HostMonitor
Post Reply
itone
Posts: 4
Joined: Tue Dec 11, 2007 8:28 pm
Location: thailand

set ping other color

Post by itone »

I wolud like to set ping method and I require set

IF respone time < 100 black color
IF respone time >= 100 orange color


Please advise me


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

Post by KS-Soft Europe »

I think, you may use "Normal" and "Warning" statuses for this purposes.
Please, enable "Use Normal status if" option and specify the following expression:

Code: Select all

('%SuggestedSimpleStatus%'=='UP') and ('%SuggestedReply%'>='50 ms')
Also you should enable "Use Warning status if" option and specify the following expression:

Code: Select all

('%SuggestedSimpleStatus%'=='UP') and ('%SuggestedReply%'<'50 ms')
You may specify "Black" color for the "Warning" status and "Orange" color for the "Normal" status in current Color Profile via "Options" -> "Interface" tab. http://www.ks-soft.net/hostmon.eng/mfra ... htm#Colors

Regards,
Max
Post Reply