Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

Availability monitoring service with low checking interval

0

61 views

Hello,

Are there any sites that can conduct availability monitoring with high frequency? E.g. each 10 seconds. We need to test HTTP service working. Also, are any of these tools can return a warning if it takes longer than usually to execute? Thanks

asked April 30, 2011 1:53 am CDT
posted via ServerFault

2 Answers

1
 

Nagios check_http plugin can do this assuming you tweak the timeouts, however you are likely to get quite a few false alarms. The plugin checks do get queued and occasionally the system delays the outgoing network calls. Having such a low timeout can trigger a temporary fault.

Best suggestion, leave the check interval at every minute but set the timeout to 10 seconds (or lower). Then leave the re-try checks to 2 so it will alert on 2 failed checks.

The other alternative if you are only doing a few sites is to script something up that checks the site and fires off an email on X number of bad checks.

answered May 2, 2011 5:34 am CDT
0
 

I know Zabbix provides the functionality that you are looking for. You can check HTTP connectivity and get alerted on latency too. Same is achievable in Nagios too, matter of writing the plugin if not already available. For third party providers I know Gomez provides monitoring solutions.

answered May 2, 2011 5:34 am CDT

Your answer

Join with account you already have


Sign in with Twitter account
Sign in with Facebook account
Sign in with Google Friend Connect

Preview
Similar questions