Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stevie-c91/website-status-page
- Owner: stevie-c91
- License: mit
- Created: 2018-06-30T23:46:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-30T23:48:37.000Z (over 6 years ago)
- Last Synced: 2024-10-14T00:42:04.391Z (30 days ago)
- Topics: bulma-css, chartjs, fontawesome, javascript, php, uptimerobot, uptimerobot-api, vagrant
- Language: PHP
- Homepage: https://stevencotterill.co.uk/blog/creating-a-free-website-status-page-using-uptime-robot
- Size: 3.91 KB
- Stars: 20
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)