├── up.png ├── down.jpg ├── server.jpg ├── Screenshots └── Screenshot001.png ├── readme.md └── index.php /up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zag2me/PHP-Server-Monitor/HEAD/up.png -------------------------------------------------------------------------------- /down.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zag2me/PHP-Server-Monitor/HEAD/down.jpg -------------------------------------------------------------------------------- /server.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zag2me/PHP-Server-Monitor/HEAD/server.jpg -------------------------------------------------------------------------------- /Screenshots/Screenshot001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zag2me/PHP-Server-Monitor/HEAD/Screenshots/Screenshot001.png -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | Description 2 | =========== 3 | 4 | Just a little PHP script to ping your servers. 5 | 6 | You will need to add your servers and their roles to the top of the file. 7 | 8 | Code is free, use as you wish. 9 | 10 | 11 | Install 12 | =========== 13 | 14 | You will need a web server that runs PHP and the servers must be pingable from inside your network. 15 | 16 | Edit the index.php file at the top to add your own servers 17 | 18 | 19 | Screenshots 20 | =========== 21 | 22 |  -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- 1 | 2 |
School Server Monitor
4 |

