online ping

Server Status Widget

Server Status Widget

This widget will display the status of any server running on any tcp port. It will display if the server is online or offline, and if the server is online it will also display the ping to the server when you go over the icon with the mouse. The widget is very easy to customize as it is styled with an external css style. The widget only works with tcp connections, udp connections will always be displayed as offline. If you want to be sure th...

Server monitor

Server monitor

Servermonitor is a script that helps you monitor your servers and services. You can maken a list of services you want to monitor and directly check if they are online or make a cronjob that will check every hour and email the results to your mailbox. How to use Below you find example of how you can use the servermonitor class. include("servermonitor.php"); $Monitor = new ServerMonitor(); $Monitor->add("Local server", "192.168.1.106", 888...