Skip to content

stevie-c91/Website-Status-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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