server-status
server-status copied to clipboard
A simple server status web frontend.
server-status
A very simple server status web frontend. Inspired by various others found on the internet, but were complicated.
files
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)
set-up
- Clone the repo on the server. (eg. http://status.ineal.me/)
- Update
script/config.phpwith all your server info. - On every client:
wget http://status.ineal.me/statusupdate.phpon 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!