PHP Server Monitor
A script that checks whether the servers are up and running
Screenshots
Description
PHP Server Monitor is a script that checks whether the servers on your list are up and running on the selected ports.
It comes with a web based user interface where you can add and remove servers or websites from the MySQL database,
and you can manage users for each server with a mobile number and email address.
On the "Add server" page, you can choose
whether it's a "service" or a "website":
- service
A connection will be made to the entered ip or domain, on the given port. This way you can check if certain services on your machine are still running. To check your IMAP service for example, enter port 143.
- website
You can enter a link to a website (for example http://sourceforge.net/index.php), it will use cURL to open the website andcheck the HTTP status code. If the HTTP status code is in the 4xx range, it means an error occured and the website is not accesible to the public. In that case the script will return a "status offline", and will start sending out.
Features
- check if services (ie IMAP) are up and running on your servers
- check if websites are available (ie no 404 Not found errors)
- get email notifications if a server or website goes down
- get sms (text message) notifications if a server or website goes down
- add multiple users with email address and phone number
- choose who receives the notifications for each server
- easy to use interface
- saves all errors in a log table
- see response time from servers and websites
- separate cronjob file
User Ratings
User Reviews
-
Easy installation and easy to use!
-
Super easy to use, quick installation and does the job A++.
-
great script! newer before the server minitoring was so easy!
-
simply amazing, but one feature they forgot to implement id script will return a "status offline" then play sound and with button mute the sound
-
Simple and do the job very well!
-
Pretty cool application.. Need to figure out how to add a login function and how to monitor HTTPS...