aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_dns.c
AgeCommit message (Expand)Author
2008-05-13TypoGravatar Thomas Guyot-Sionnest
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Gravatar Thomas Guyot-Sionnest
2008-04-27--help output cleanup (plus removal of spaces on blank lines)Gravatar Thomas Guyot-Sionnest
2008-04-17Correct the help textGravatar Thomas Guyot-Sionnest
2008-04-17Allow to repeat -a to set multiple possible addressesGravatar Thomas Guyot-Sionnest
2008-01-30Bump plugins/ to GPLv3 (check_apt to check_nwstat)Gravatar Thomas Guyot-Sionnest
2008-01-08Fixed reverse lookup damaged by previous commitGravatar Matthias Eble
2008-01-05check_dns now sorts addresses for -a support with multiple address replies (M...Gravatar Matthias Eble
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownGravatar Holger Weiss
2006-10-19first pass at cleaning localization for new releaseGravatar Benoit Mortier
2006-07-13Move new util_* functions to lib/Gravatar Ton Voon
2006-06-14updating the help and usage for localizationGravatar Benoit Mortier
2006-03-22Added warning and critical response times (John Rouillard - 1343159)Gravatar Ton Voon
2006-03-22New style tests. Cleanup of presentation of help. Added '' around -a checksGravatar Ton Voon
2005-11-14start of the cleaning of the localizationGravatar Benoit Mortier
2005-10-24initial merging of ae's np_runcmd code into selected plugins.Gravatar M. Sean Finney
2004-12-30more internationalization fixesGravatar Benoit Mortier
2004-12-25various fixes for localizationGravatar Benoit Mortier
2004-12-21Add another error string match from Pasi TiittanenGravatar Matthew Kent
2004-12-10Error catching improvements from Ollie CookGravatar Matthew Kent
2004-12-10Reverting back ngettext callsGravatar Ton Voon
2004-12-04various internationalization fixesGravatar Benoit Mortier
2004-12-04check_dns needs a space between 'time' and the hostnameGravatar Benoit Mortier
2004-12-03reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorryGravatar Benoit Mortier
2004-12-03print_help and print_usage() cleanupGravatar Benoit Mortier
2004-12-03remove UT_HLP_VRS from print_usageGravatar Benoit Mortier
2004-12-03internationalization fixes and help fixesGravatar Benoit Mortier
2004-12-03bump copyright yearGravatar Benoit Mortier
2004-12-02--disable-nls throws an error on check_dns, check_procs andGravatar Benoit Mortier
2004-12-02More internationalization workGravatar Benoit Mortier
2004-12-02return of process_arguments() is TRUE not OK !Gravatar Benoit Mortier
2004-12-02changed Error: by CRITICAL -Gravatar Benoit Mortier
2004-12-01standardize localization stringGravatar Benoit Mortier
2004-12-01first pass at standardization of messages for the localizationGravatar Benoit Mortier
2004-11-24Making messages more consistentGravatar Ton Voon
2004-11-23Standardising translation textsGravatar Ton Voon
2004-03-04use float for time in perf dataGravatar Karl DeBisschop
2004-02-25check server for authoritative status (from Jon Hallet)Gravatar Karl DeBisschop
2004-02-20Different text to scan for if multiple addressesGravatar Ton Voon
2004-02-18Output message includes the query_address, as inspired by Johannes Herlitz.Gravatar Ton Voon
2003-08-28add perf dataGravatar Karl DeBisschop
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereGravatar Karl DeBisschop
2003-08-10perf data in integer microsecondsGravatar Karl DeBisschop
2003-08-10the last round of pedantic compiler warningsGravatar Karl DeBisschop
2003-08-07replace "terminate" with "die" for shorter name and better readabilityGravatar Karl DeBisschop
2003-08-02establish "UT_" namespace for usage text in #definesGravatar Karl DeBisschop
2003-08-01terminate in error_scan() so meaningfull errors can be sentGravatar Karl DeBisschop
2003-08-01do not translate the strings that will be compared to utility output - LC_ALL...Gravatar Karl DeBisschop
2003-07-31mark for translation (note problem here - it relies on tranalation in underly...Gravatar Karl DeBisschop
2003-05-31first revised patch failed to trap the "break" in while()Gravatar Karl DeBisschop