“Nagios® is an Open Source host, service and network monitoring program.” (from nagios.org)
Nagios has a lot of features, making it a very powerful monitoring tool. Some of the major features are listed below:
- Monitoring of network services (SMTP, POP3, HTTP, NNTP, PING, etc.)
- Monitoring of host resources (processor load, disk and memory usage, running processes, log files, etc.)
- Simple plugin design that allows users to easily develop their own host and service checks
- Ability to define network host hierarchy, allowing detection of and distinction between hosts that are down and those that are unreachable
- External command interface that allows on-the-fly modifications to be made to the monitoring and notification behavior through the use of event handlers, the web interface, and third-party applications
- Web interface for viewing current network status, notification and problem history, log file, etc.
Installing Nagios
In FreeBSD you can install from ports. (/usr/ports/net-mgmt/nagios*). Some Linux distributions also include Nagios.
Read the rest of this entry »