I have a probe monitors the health of my web services. It curls a url and ensures that the services return data. The curl call is set to timeout in 3 seconds. So, slow responses should fire off alarms. However, I don't want the first timeout to be considered a severe issue. Rather, I'd like the probe track from run-to-run how many timeouts it has seen and increase severity of the alarms accordingly. Obviously, this can be done a custom datastore that keeps track of this info but I'm looking for a solution that is built into the Nimsoft system. Is this possible?

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.