A very simple server status web frontend. Inspired by various others found on the internet, but were complicated.
api.php
- json data with all server dataindex.php
- web frontendscript/config.php
- config and server infoscript/model.php
- php work for the frontendstatusupdate.txt
- client update scriptstatusupdate.php
- print the client update script (easier to wget)
- Clone the repo on the server. (eg. http://status.ineal.me/)
- Update
script/config.php
with all your server info. - On every client:
wget http://status.ineal.me/statusupdate.php
on the web root (or whatever matches your config). (eg. http://felix.ineal.me/statusupdate.php) - Open the example http://status.ineal.me/ and see all your clients!