- bin/check-banner.rb
- bin/check-jsonwhois-domain-expiration.rb
- bin/check-multicast-groups.rb
- bin/check-netstat-tcp.rb
- bin/check-ping.rb
- bin/check-ports-nmap.rb
- bin/check-ports.rb
- bin/check-rbl.rb
- bin/check-whois-domain-expiration-multi.rb
- bin/check-whois-domain-expiration.rb
- bin/metrics-interface.rb
- bin/metrics-net.rb
- bin/metrics-netif.rb
- bin/metrics-netstat-tcp.rb
check-ports This check now uses a TCPSocket, not nmap (see next below)
check-ports.rb -h 0.0.0.0 -p 22,25,3030 -t 30
Usage: bin/check-ports.rb (options)
-H, --hostnames HOSTNAME Host to connect to
-p, --ports PORTS Ports to check, comma separated
-t, --timeout SECS Connection timeout
check-ports-nmap
Usage: bin/check-ports-nmap.rb (options)
-h, --host HOST Resolving name or IP address of target host
-l, --level crit|warn Alert level crit(critical) or warn(warning)
-t, --ports PORT,PORT... TCP port(s) you wish to get status for
check-multicast-groups
{
"check-multicast-groups": [
["eth0", "224.2.2.4"]
]
}