Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
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
Owner
Nagios Exchange
Website
http://www.lawrence.edu/fast/lower/check_tping_plugin.html
Version 0.1.1
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.
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
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!