system status

Professional Server Status Script

Professional Server Status Script

With this Server Status script you and your clients will be able to monitor and see the status of your server. It is easy to use and you only need to edit 1 configuration file and change the values to your server settings. It will work on VPS and Dedicated servers and require no database connection. If you are an expert in html/php you can easily change some settings and add more port scanning features and change to look of the script. T...

Port Checker

Port Checker

You can easily check your system status with this script. It use AJAX for dynamic refress the list os statust. You can choose: - use MySQL - use CSV file (if you haven”t got database on your server) You can edit the litst and include this script to your project easily!

AJAX System Status Checker

AJAX System Status Checker

The System Status Checker allows you to easily check the status of a number of services running on various different servers. It uses javascript (AJAX) to dynamically refresh the list of statuses so that the statuses are always up to date. It also records the outcome of each status request and stores it in a text file (no need for databases!) so that you can display simple statistics. This script allows you to: Specify the messages provided ...

Advanced System Status

Advanced System Status

Advanced System Status is a script designed to allow you to easily and quickly add servers to monitor, and add system status messages as required. It has the following advanced features: Totally flat-file driven, no database required! Administration panel to add and delete new status monitors Administration panel to add and delete system status messages Administration panel to make backups of the data files and download them as re...

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

Simple System Status

Simple System Status

This is a very simple system status script written in PHP . It uses the fsockopen function to open a connection to the designated IP address on the designated port using the TCP protocol. If the response is positive the script will report the port/service as up. If after a specified time the query gets no response, the script will report the port/service as down. This script is ideal for Hosting Providers/Resellers who: Do not have t...