Ping status 'No answer' as warning

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
papalima
Posts: 12
Joined: Fri Sep 15, 2006 12:00 pm

Ping status 'No answer' as warning

Post by papalima »

Hi,

I need to ping some ip addresses that are not that importent to get a bad result, these test are just for information and should not be giving a red backcolor.

I tried the 'optional status processing' but I not shure I use the correct syntax.

Any idea how to do this?

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

Re: Ping status 'No answer' as warning

Post by KS-Soft Europe »

papalima wrote:I tried the 'optional status processing' but I not shure I use the correct syntax.
Yes, you may use "Optional" status processing as well. I think, you should enable "Use Warning status if" options with following expression:

Code: Select all

('%SuggestedSimpleStatus%'=='DOWN')
Please, read the following for details: http://www.ks-soft.net/hostmon.eng/mfra ... processing

Regards,
Max
papalima
Posts: 12
Joined: Fri Sep 15, 2006 12:00 pm

Post by papalima »

Hi Max,

Thanks; it's working now.

Regards,
Pascal
papalima
Posts: 12
Joined: Fri Sep 15, 2006 12:00 pm

Post by papalima »

By monitoring these Ping-tests, I see these test items are alternating after adding the code from 'Warning' to 'No answer' to 'Warning' to 'No answer' and so on.

Any Idea?

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

Post by KS-Soft Europe »

papalima wrote:By monitoring these Ping-tests, I see these test items are alternating after adding the code from 'Warning' to 'No answer' to 'Warning' to 'No answer' and so on.
Cannot reproduce this behavior. Could you export this particular test into text file (menu "File" -> "Export to text file") and send to support@ks-soft.net please?

What version of HostMonitor do you use?
What Windows do you use? Service Pack?

Regards,
Max
papalima
Posts: 12
Joined: Fri Sep 15, 2006 12:00 pm

Post by papalima »

Done.

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

Post by KS-Soft Europe »

As I can see, you utilized "%SimpleStatus%" variable, while I asked you to use '%SuggestedSimpleStatus% variable. Please, copy and paste the following expression in order to make test work properly:

Code: Select all

('%SuggestedSimpleStatus%'=='DOWN')
Regards,
Max
papalima
Posts: 12
Joined: Fri Sep 15, 2006 12:00 pm

Post by papalima »

Sorry, I changed the expression and it's working fine now.
Thanks,
Pascal
Post Reply