Skip to content

PHP Script that check if a server is online or not

License

Notifications You must be signed in to change notification settings

MTco/Check-Server-Status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check Server Status

PHP Script that check if a server is online or not.

Installation

  • 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.

Screenshot

Main

About

PHP Script that check if a server is online or not

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages