nagios-plugins

Nagios plugins for monitoring hosts, services, and network devices

brewmacoslinux
Try with needOr install directly
Source

About

Plugins for the nagios network monitoring system

Commands

check_httpcheck_tcpcheck_pingcheck_diskcheck_loadcheck_memorycheck_procscheck_smtpcheck_dnscheck_ssh

Examples

Check HTTP service availability and response time$ check_http -H example.com -w 2 -c 5
Monitor disk space usage on a filesystem$ check_disk -w 20% -c 10% -p /
Check if a host is reachable via PING$ check_ping -H 192.168.1.1 -w 100.0,20% -c 500.0,60%