Page 1 of 1
Website/domain availability check plugin
Posted: Thu Jul 30, 2015 8:04 pm
by phobos300
Hi,
I'm looking for a plugin, that check website/domain availability(up time) over a period of a time, is there such a plugin?
Thanks a lot
Re: Website/domain availability check plugin
Posted: Fri Jul 31, 2015 1:49 am
by Box293
Thats a tough question.
Compared to uptime checks of Operating Systems, the OS itself has a counter for how long it has been running since it booted up.
The website is going to need to provide some sort of information like that for you to be able to query.
Otherwise you'll need to use existing port or http checks and write a wrapper script around them that allows you to record some values in a temp file and compare them over time.
Can you shed any more light on what sort of website you are watching and how it's uptime could be determined?
Re: Website/domain availability check plugin
Posted: Mon Aug 03, 2015 2:32 am
by phobos300
Hi, thanks for reply, it's daily news website, we are measuring it's downtime on Alexa.com currently, but decided not to use Alexa anymore.
What we want to monitor us up time(website responding to HTTP request - no downtime) over period of some time. It can be checked let's say every 10 seconds.
Thanks
Re: Website/domain availability check plugin
Posted: Mon Aug 03, 2015 9:56 am
by jdalrymple
Nagios has the concept of availability reports based upon up/down status. They look like the attachments.
The bigger issue I see here though is that you're wanting to monitor more often than every minute. This is possible with Nagios - but ill-advised. My personal preference to resolve the 1 minute period dilemma is to have a background process submitting passive check results to Nagios.