ICMP

check_tping

Description:

check_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.

Current Version

Last Release Date

June 23, 2009

Compatible With


Project Files
Project Notes
check_tping is a C language plugin 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. While other TCP ping tools/plugins exist, the approach used here minimizes total runtime, and allows for an adjustable interprobe delay. This essentially creates a pipeline of probes, limiting the total runtime to Number of probes * Interprobe delay + timeout, rather than a sequential Number of probes * timeout approach. This makes check_tping optimal for use in a busy Nagios server environment where hundreds or thousands of hosts/services are being monitored. This work is derived from Amgad Zeitoun's HTPing, and as such carries a University of Michigan copyright notice.
Reviews (1) Add a Review
compile error centos 6.8 x64
by xoroz, July 31, 2016

then mv -f ".deps/check_tping-getopt.Tpo" ".deps/check_tping-getopt.Po"; else rm -f ".deps/check_tping-getopt.Tpo"; exit 1; fi getopt.c:45:22: error: ansidecl.h: No such file or directory make[2]: *** [check_tping-getopt.o] Error 1 make[2]: Leaving directory `/usr/lib/nagios/plugins/old/check_tping-0.1.1/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/lib/nagios/plugins/old/check_tping-0.1.1' make: *** [all] Error 2



Add a Review

You must be logged in to submit a review.

Thank you for your review!

Your review has been submitted and is pending approval.

Recommend

To:


From:


Thank you for your recommendation!

Your recommendation has been sent.

Project Stats
Rating
2 (1)
Favorites
0
Views
100,605