stevie-c91 / Website-Status-page

Dynamic uptime/downtime status page using the Uptime Robot API

Home Page:https://stevencotterill.co.uk/blog/creating-a-free-website-status-page-using-uptime-robot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Website Status page

A dynamic website status page, showing uptime/downtime statistics. This makes use of the Uptime Robot API for monitoring.

Add your API Key from Uptime Robot on line 4 of 'monitoring.php' and you are good to go:

$api_key = 'REPLACE_WITH_YOUR_KEY';

This can be run locally with vagrant up.

You should run the following to install the required Vagrant plugins:

$ vagrant plugin install vagrant-hostmanager
$ vagrant plugin install vagrant-triggers

The Vagrant box being used is Scotchbox Pro.

Monitoring page example

About

Dynamic uptime/downtime status page using the Uptime Robot API

https://stevencotterill.co.uk/blog/creating-a-free-website-status-page-using-uptime-robot

License:MIT License


Languages

Language:PHP 100.0%