API For Website Monitoring
Are you interested in having access to a JSON API to perform remote HTTP checks in your monitoring systems (e.g. Nagios check_http, Sensu, Zabbix web_monitoring, Zenoss, Munin) or for use within your production applications?
## example usage ##
$ curl https://api.downforeveryoneorjustme.com/google.com
{
"statusCode":200,
"statusText":"OK",
"isDown":false,
"returnedUrl":"http://www.google.com/",
"requestedDomain":"google.com"
}