index
:
monitoring-plugins
archive/avendor
archive/maint-1.4
archive/release-1.3.0
archive/state_file
hw/http-connect
hw/output/functions
hw/output/plugins
iputils
maint-2.1
maint-2.2
maint-2.3
maint-2.3.2
maint-2.4
master
tg/ntp_rework
tv/new_threshold_syntax
Monitoring Plugins
Monitoring Plugins
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
check_ping.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-31
Bump plugin/ to GPLv3 (check_overcr to check_users)
Thomas Guyot-Sionnest
1
-24/+21
2007-10-25
Automatically update website with --help output. Cosmetic
Ton Voon
1
-1/+1
2007-04-23
#ifdef can only test a single macro, not an expression.
Holger Weiss
1
-1/+1
2007-03-12
check_ping's timeout interval is only +1 if ping command has a timeout value.
Ton Voon
1
-1/+6
2007-03-11
Fixed some help display. Removed -L from usage as deprecated option
Ton Voon
1
-4/+4
2007-01-28
Don't try to print `optarg' (which will be a NULL pointer) if an unknown
Holger Weiss
1
-1/+1
2007-01-06
Fix bug #1629008: check_ping fails to handle Packet filtered error
Thomas Guyot-Sionnest
1
-2/+14
2007-01-06
Revert last patch: it works but not really for the reason I though.
Thomas Guyot-Sionnest
1
-5/+1
2007-01-06
Fix the way check_ping calculate the maximum run time
Thomas Guyot-Sionnest
1
-1/+5
2007-01-04
Fix bug #1592605: check_ping times out
Thomas Guyot-Sionnest
1
-1/+1
2006-11-09
Reduced DNS lookups in check_ping and netutils.c in IPv6 configurations
Ton Voon
1
-1/+1
2006-10-19
first pass at cleaning localization for new release
Benoit Mortier
1
-14/+30
2006-06-17
cleaning up help and usage
Benoit Mortier
1
-25/+29
2006-03-13
Change warning message if there is stderr output. This catches a problem
Ton Voon
1
-3/+16
2005-09-14
Using common message
Ton Voon
1
-2/+1
2005-09-14
Required hostname not flagging as an error
Ton Voon
1
-1/+6
2005-09-13
More diagnostic messages from check_ping
Ton Voon
1
-5/+8
2005-09-12
re-add a call to setlocale(LC_ALL, "") in check_ping.c
M. Sean Finney
1
-0/+1
2005-07-20
Fix parsing for netkit-ping and iputils-ping (Christian G Warden)
Ton Voon
1
-2/+4
2005-05-25
RH9 pattern
Subhendu Ghosh
1
-1/+3
2005-05-03
setlocale(LC_ALL, "") should be setlocale(LC_NUMERIC, "C") to properly parse ...
M. Sean Finney
1
-1/+1
2004-12-30
more internationalization fixes
Benoit Mortier
1
-1/+1
2004-12-28
String match in check_ping for Solaris 10 #1091043
Benoit Mortier
1
-0/+1
2004-12-25
various fixes for localization
Benoit Mortier
1
-3/+1
2004-12-05
fix patch 998291
Benoit Mortier
1
-0/+2
2004-12-03
reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorry
Benoit Mortier
1
-1/+1
2004-12-03
remove UT_HLP_VRS from print_usage
Benoit Mortier
1
-3/+1
2004-12-03
fixes for internationalization
Benoit Mortier
1
-11/+9
2004-12-03
Localization fixes
Benoit Mortier
1
-1/+1
2004-12-03
bump copyright year
Benoit Mortier
1
-1/+1
2004-12-02
More internationalization work
Benoit Mortier
1
-3/+2
2004-12-02
return of process_arguments() is TRUE not OK !
Benoit Mortier
1
-1/+1
2004-12-02
changed Error: by CRITICAL -
Benoit Mortier
1
-2/+2
2004-12-01
standardize localization string
Benoit Mortier
1
-22/+18
2004-11-24
Making messages more consistent
Ton Voon
1
-4/+3
2004-11-20
New output format reported by pumuckel1980 (946857)
Matthew Kent
1
-0/+1
2004-02-25
pass timeout to ping if supported with -w parameter (linux)
Karl DeBisschop
1
-18/+19
2004-02-09
Fix for check_ping old-style argument handling (Patrick McCormick - 892211)
Ton Voon
1
-2/+4
2003-09-12
new output format reported by Patrick Allen <p.allen@brandblue.co.uk>
Karl DeBisschop
1
-1/+2
2003-08-22
- bindtextdomain for gettext, a few other smale cleanups here and there
Karl DeBisschop
1
-0/+4
2003-08-18
move error scans to a new separate routine and scan both stderr and stdio
Karl DeBisschop
1
-35/+34
2003-08-10
the last round of pedantic compiler warnings
Karl DeBisschop
1
-3/+3
2003-08-09
more pedantic compiler warns
Karl DeBisschop
1
-14/+18
2003-08-07
cleanup for better readability
Karl DeBisschop
1
-55/+54
2003-08-07
markup for translation
Karl DeBisschop
1
-140/+125
2003-06-30
Corrections to get code to compile on systems without IPv6 support
Jeremy T. Bouse
1
-0/+4
2003-06-29
Changed usage output to show -4 and -6 are mutually exclusive. You can only
Jeremy T. Bouse
1
-1/+1
2003-06-29
check_ping is now coded with -4 & -6 options to call PING or PING6 command
Jeremy T. Bouse
1
-4/+17
2003-05-07
Modified check_ping to handle IPv6 as well as IPv4 ICMP checks using the
Jeremy T. Bouse
1
-3/+17
2003-03-11
Remove getopt_long checks
Ton Voon
1
-14/+2
[next]