PingNode 0.1 review
DownloadPingNode will ping a list of network devices at a specified interval
|
|
PingNode will ping a list of network devices at a specified interval. PingNode will then create a record in a MySQL database for each ping indicating that the node was there or not there.
It will also send an email if the node is found to be down. The index.php page contains a list of monitored hosts with current status.
A detail page contains historical data for a given host.
ToDo:
Seperate table for hosts
Query data by date range
Dynamic host add/delete/modify
Custom Reports
disk space monitor
Process/Service monitor
Requirements:
Web Server
PHP
PHP/Pear
Pear Net/Ping.php
MySQL
Installation:
1. Create a web accessible folder in your web path (/var/www/html/littlebrother)
2. Put littlebrother.tar.gz in the above folder
3. enter 'tar -zxvf littlebrother.tar.gz' to extract the files
4. Modify /var/www/html/littlebrother/config.inc.php according to your environment
5. Point browser to http://webhost/littlebrother/setup.php
Thats It! Hit http://webhost/littlebrother/index.php and start monitoring
PingNode 0.1 search tags