Hi ks-team,
I need a test that Report me a bad status when a client wasn’t 2 weeks or longer on the Network.
Which test isn´t relevant, we only should be informed if the client is for a long time period away from the internal network.
Thanks for a hint how I can handle this,
regards
Christian
.
bad status when client wasn´t 2 weeks
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
The simplest way is to use "Use normal status if" option with expression like the following:
('%SuggestedSimpleStatus%'=='DOWN') and ('%CurrentStatusDuration_sec%'>=1209600)
Where 1209600 sec = 14 days
Please check for details at:
http://www.ks-soft.net/hostmon.eng/mfra ... rmalstatus
('%SuggestedSimpleStatus%'=='DOWN') and ('%CurrentStatusDuration_sec%'>=1209600)
Where 1209600 sec = 14 days
Please check for details at:
http://www.ks-soft.net/hostmon.eng/mfra ... rmalstatus