Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stevie-c91/website-status-page

Dynamic uptime/downtime status page using the Uptime Robot API
https://github.com/stevie-c91/website-status-page

bulma-css chartjs fontawesome javascript php uptimerobot uptimerobot-api vagrant

Last synced: 30 days ago
JSON representation

Dynamic uptime/downtime status page using the Uptime Robot API

Awesome Lists containing this project

README

        

## Website Status page

A dynamic website status page, showing uptime/downtime statistics. This makes use of the [Uptime Robot](https://uptimerobot.com) 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](https://box.scotch.io/pro).

![Monitoring page example](https://stevencotterill.co.uk/img/monitoring-page.jpg)