summaryrefslogtreecommitdiffstats
path: root/plugins/check_dns.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-20Typo fixes (Jan Wagner - SF 1878971)Ton Voon1-1/+1
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningThomas Guyot-Sionnest1-6/+2
2008-11-19Bulk EOL cleanupThomas Guyot-Sionnest1-2/+2
2008-11-08Fix long options parsing in check_disk, check_dns, check_mrtg and check_mrtgt...Thomas Guyot-Sionnest1-2/+2
2008-05-13TypoThomas Guyot-Sionnest1-1/+1
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Thomas Guyot-Sionnest1-0/+11
2008-04-27--help output cleanup (plus removal of spaces on blank lines)Thomas Guyot-Sionnest1-5/+5
2008-04-17Correct the help textThomas Guyot-Sionnest1-2/+2
2008-04-17Allow to repeat -a to set multiple possible addressesThomas Guyot-Sionnest1-8/+22
2008-01-30Bump plugins/ to GPLv3 (check_apt to check_nwstat)Thomas Guyot-Sionnest1-24/+21
2008-01-08Fixed reverse lookup damaged by previous commitMatthias Eble1-6/+7
2008-01-05check_dns now sorts addresses for -a support with multiple address replies (M...Matthias Eble1-8/+34
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownHolger Weiss1-1/+1
2006-10-19first pass at cleaning localization for new releaseBenoit Mortier1-21/+35
2006-07-13Move new util_* functions to lib/Ton Voon1-0/+1
2006-06-14updating the help and usage for localizationBenoit Mortier1-6/+6
2006-03-22Added warning and critical response times (John Rouillard - 1343159)Ton Voon1-3/+27
2006-03-22New style tests. Cleanup of presentation of help. Added '' around -a checksTon Voon1-41/+10
2005-11-14start of the cleaning of the localizationBenoit Mortier1-319/+348
2005-10-24initial merging of ae's np_runcmd code into selected plugins.M. Sean Finney1-71/+48
2004-12-30more internationalization fixesBenoit Mortier1-3/+3
2004-12-25various fixes for localizationBenoit Mortier1-8/+2
2004-12-21Add another error string match from Pasi TiittanenMatthew Kent1-1/+2
2004-12-10Error catching improvements from Ollie CookMatthew Kent1-1/+13
2004-12-10Reverting back ngettext callsTon Voon1-1/+1
2004-12-04various internationalization fixesBenoit Mortier1-3/+1
2004-12-04check_dns needs a space between 'time' and the hostnameBenoit Mortier1-1/+1
2004-12-03reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorryBenoit Mortier1-1/+1
2004-12-03print_help and print_usage() cleanupBenoit Mortier1-6/+6
2004-12-03remove UT_HLP_VRS from print_usageBenoit Mortier1-2/+0
2004-12-03internationalization fixes and help fixesBenoit Mortier1-4/+4
2004-12-03bump copyright yearBenoit Mortier1-5/+5
2004-12-02--disable-nls throws an error on check_dns, check_procs andBenoit Mortier1-1/+1
2004-12-02More internationalization workBenoit Mortier1-3/+2
2004-12-02return of process_arguments() is TRUE not OK !Benoit Mortier1-2/+1
2004-12-02changed Error: by CRITICAL -Benoit Mortier1-1/+1
2004-12-01standardize localization stringBenoit Mortier1-6/+10
2004-12-01first pass at standardization of messages for the localizationBenoit Mortier1-3/+3
2004-11-24Making messages more consistentTon Voon1-5/+3
2004-11-23Standardising translation textsTon Voon1-5/+5
2004-03-04use float for time in perf dataKarl DeBisschop1-1/+1
2004-02-25check server for authoritative status (from Jon Hallet)Karl DeBisschop1-21/+40
2004-02-20Different text to scan for if multiple addressesTon Voon1-1/+4
2004-02-18Output message includes the query_address, as inspired by Johannes Herlitz.Ton Voon1-74/+41
2003-08-28add perf dataKarl DeBisschop1-2/+3
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereKarl DeBisschop1-0/+5
2003-08-10perf data in integer microsecondsKarl DeBisschop1-4/+6
2003-08-10the last round of pedantic compiler warningsKarl DeBisschop1-38/+50
2003-08-07replace "terminate" with "die" for shorter name and better readabilityKarl DeBisschop1-14/+14
2003-08-02establish "UT_" namespace for usage text in #definesKarl DeBisschop1-20/+17