Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Category: ICMP
Nagios plugins for monitoring ICMP.
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Submit Your Nagios Project!
Help build Nagios Exchange for yourself and the entire the Nagios Community by your Nagios project to the site. It's easy - just create an account, login, and add a new listing. Read the FAQ for instructions.chech_hping
Bash script to call hping3 (or hping2) to send a TCP SYN ping to any port with a TCP service on the host. Useful when ICMP is not available
Check Ping - with MTR and custom outputs
noahguttman.wordpress.com/An extension of a basic ICMP test script idea. The check does fairly boring ICM check of a host. On packet loss it can run a MTR ( http://en.wikipedia.org/wiki/MTR_%28software%29 ) check and email the results to the specified address. (Requires that t ...
check_fping
Fping check plugin from ae(at)op5.se.
check_hping_syntcp
This script sends 3 TCP SYN pings to a host and compares response flags against "SA", "RA", or different. SYN ACK = OK, RESET ACK = CRITICAL, other = WARNING SA [SYN ACK] = OK, RA [RESET ACK] = CRITICAL, other = WARNING Modified the great original ch ...
check_icmp
oss.op5.se/nagios/The check_icmp program is meant as a replacement for the check_ping plugin supplied with the Nagios-plugins package.
check_icmp - ICMP with Type of Service Bit
www.ciphron.de/de/downloads.htmlThis plugin works like the normal check_icmp, but has an additional option to set the type of service bits. Handy if you want to check heavy loaded links.
check_ping.pl
www.hannes-schulz.de/?doc=proj&proj=nagiosThis script is a perl substitute for the standard check_ping program.
check_ping_from_mikrotik
Nagios script write in PHP with performance data to ping host from mikrotik throught API
check_ping_multiaddr
git.lysator.liu.se/bellman/nagios-plugins-trh/wikis/homeCheck reachability of IPv4 and IPv6 addresses of one or more hosts. All addresses of a host, both IPv4 and IPv6, can be checked in the same call.
check_tcping
www.silfreed.net/download/progs/nagios/This is a hacked version of 'poink' by Patrick Haller for use w/ Nagios/Netsaint.
check_tping
www.lawrence.edu/fast/lower/check_tping_plugin.htmlcheck_tping is used to probe and determine host and network responsiveness by forming TCP connections. This is useful when ICMP may be blocked or treated with a lower priority, making it either entirely useless or untrustworthy as a measurement tool.
Ping of multiple Hosts via icmp protocol
Multi Ping Useful to monitor VPN-Connections (Network-Tunnels) if the linkage is up & running between the 2 locations.
ping_XOR
This lightweight script ping two hosts, and return OK only if a host is up and the other down.
wol nagios plugin
check to see if a target is alive, by sending a continuous ping. when the target is down the script send the magic packet frame to turn on the machine.