summaryrefslogtreecommitdiffstats
path: root/plugins/check_ping.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-04use unknown exit code for help/version in pluginsSven Nierlein1-2/+2
2014-04-27Make check_ping work on Windows.Gunnar Beutner1-2/+5
2014-01-24check_ping: Fixing "time of day goes back"Jan Wagner1-1/+5
2014-01-21Merge branch 'rename'Thomas Guyot-Sionnest1-3/+3
2014-01-21plugins/*.c: Alterations for timeout messages.Spenser Reinhardt1-1/+1
2014-01-20Capitalize "Monitoring" when it's the first wordHolger Weiss1-1/+1
2014-01-19Project rename initial commit.Monitoring Plugins Development Team1-3/+3
2012-06-29Die when asprintf failsAnders Kaseorg1-5/+5
2012-06-24check_ping: Add missing newline to die() callsHolger Weiss1-11/+11
2012-06-24Merge remote-tracking branch 'github/waja/master'Holger Weiss1-0/+2
2012-06-24check_ping: Ignore ping(1)'s exit statusHolger Weiss1-3/+1
2012-06-11Improve parsing of ping6(1) outputHolger Weiss1-17/+19
2012-04-17Fix check_ping where output of ping6 when unreachable (Debian #662638)refs/pull/2/headJan Wagner1-0/+2
2010-04-22Add newline after "Usage:" in --helpThomas Guyot-Sionnest1-1/+1
2010-04-22Standardize the extra-opts notesThomas Guyot-Sionnest1-6/+0
2010-04-14Fix translations when extra-opts aren't enabledThomas Guyot-Sionnest1-6/+6
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningThomas Guyot-Sionnest1-6/+2
2008-11-19Bulk EOL cleanupThomas Guyot-Sionnest1-4/+4
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Thomas Guyot-Sionnest1-0/+10
2008-05-07Added performance data to check_ping (Christian Schneemann)Thomas Guyot-Sionnest1-1/+10
2008-04-27--help output cleanup (plus removal of spaces on blank lines)Thomas Guyot-Sionnest1-4/+2
2008-01-31Bump plugin/ to GPLv3 (check_overcr to check_users)Thomas Guyot-Sionnest1-24/+21
2007-10-25Automatically update website with --help output. CosmeticTon Voon1-1/+1
2007-04-23#ifdef can only test a single macro, not an expression.Holger Weiss1-1/+1
2007-03-12check_ping's timeout interval is only +1 if ping command has a timeout value.Ton Voon1-1/+6
2007-03-11Fixed some help display. Removed -L from usage as deprecated optionTon Voon1-4/+4
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownHolger Weiss1-1/+1
2007-01-06Fix bug #1629008: check_ping fails to handle Packet filtered errorThomas Guyot-Sionnest1-2/+14
2007-01-06Revert last patch: it works but not really for the reason I though.Thomas Guyot-Sionnest1-5/+1
2007-01-06Fix the way check_ping calculate the maximum run timeThomas Guyot-Sionnest1-1/+5
2007-01-04Fix bug #1592605: check_ping times outThomas Guyot-Sionnest1-1/+1
2006-11-09Reduced DNS lookups in check_ping and netutils.c in IPv6 configurationsTon Voon1-1/+1
2006-10-19first pass at cleaning localization for new releaseBenoit Mortier1-14/+30
2006-06-17cleaning up help and usageBenoit Mortier1-25/+29
2006-03-13Change warning message if there is stderr output. This catches a problemTon Voon1-3/+16
2005-09-14Using common messageTon Voon1-2/+1
2005-09-14Required hostname not flagging as an errorTon Voon1-1/+6
2005-09-13More diagnostic messages from check_pingTon Voon1-5/+8
2005-09-12re-add a call to setlocale(LC_ALL, "") in check_ping.cM. Sean Finney1-0/+1
2005-07-20Fix parsing for netkit-ping and iputils-ping (Christian G Warden)Ton Voon1-2/+4
2005-05-25RH9 patternSubhendu Ghosh1-1/+3
2005-05-03setlocale(LC_ALL, "") should be setlocale(LC_NUMERIC, "C") to properly parse ...M. Sean Finney1-1/+1
2004-12-30more internationalization fixesBenoit Mortier1-1/+1
2004-12-28String match in check_ping for Solaris 10 #1091043Benoit Mortier1-0/+1
2004-12-25various fixes for localizationBenoit Mortier1-3/+1
2004-12-05fix patch 998291Benoit Mortier1-0/+2
2004-12-03reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorryBenoit Mortier1-1/+1
2004-12-03remove UT_HLP_VRS from print_usageBenoit Mortier1-3/+1
2004-12-03fixes for internationalizationBenoit Mortier1-11/+9
2004-12-03Localization fixesBenoit Mortier1-1/+1