index
:
monitoring-plugins
by_ssh_random_wait
master
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
check_ping.c
Age
Commit message (
Expand
)
Author
2003-09-12
new output format reported by Patrick Allen <p.allen@brandblue.co.uk>
Karl DeBisschop
2003-08-22
- bindtextdomain for gettext, a few other smale cleanups here and there
Karl DeBisschop
2003-08-18
move error scans to a new separate routine and scan both stderr and stdio
Karl DeBisschop
2003-08-10
the last round of pedantic compiler warnings
Karl DeBisschop
2003-08-09
more pedantic compiler warns
Karl DeBisschop
2003-08-07
cleanup for better readability
Karl DeBisschop
2003-08-07
markup for translation
Karl DeBisschop
2003-06-30
Corrections to get code to compile on systems without IPv6 support
Jeremy T. Bouse
2003-06-29
Changed usage output to show -4 and -6 are mutually exclusive. You can only
Jeremy T. Bouse
2003-06-29
check_ping is now coded with -4 & -6 options to call PING or PING6 command
Jeremy T. Bouse
2003-05-07
Modified check_ping to handle IPv6 as well as IPv4 ICMP checks using the
Jeremy T. Bouse
2003-03-11
Remove getopt_long checks
Ton Voon
2003-03-03
accept comma-delimted list of hosts for checking if a multihomed host is alive
Karl DeBisschop
2003-03-02
add logic to check multiple servers
Karl DeBisschop
2003-01-13
convert PROGANE from a define to a const char
Karl DeBisschop
2002-11-13
remove call_getopt and asprintf
Karl DeBisschop
2002-11-09
remove call_getopt
Karl DeBisschop
2002-11-09
define and use usage3 where second part of message is a an int/char
Karl DeBisschop
2002-11-08
remove unused variables
Karl DeBisschop
2002-10-18
remove broken call_getopt stuff
Karl DeBisschop
2002-06-19
more POSIX return value comparison related code fixes
Subhendu Ghosh
2002-06-19
fixes for using POSIX return codes
Subhendu Ghosh
2002-05-08
patch for Suse 8.0 loss output
Subhendu Ghosh
2002-04-23
corrected program name and added rtt patch for RH7.2+beta
Subhendu Ghosh
2002-02-28
Initial revision
Ethan Galstad