PHP Script that check if a server is online or not.
- Clone this repo in your web folder.
- Add your servers in the servers.xml file.
Example :
<servers>
<server id="42">
<name>Home Server</name>
<host>myserver.com</host>
<port>80</port>
</server>
</servers>
- Access the index.php page.