Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 743 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 743 Bytes

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