summaryrefslogtreecommitdiffstats
path: root/plugins/check_dns.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-22check_dns: Remove unused variablerefs/pull/1964/headRincewindsHat1-1/+0
2023-10-19Fixes for -Wsign-compareRincewindsHat1-3/+3
2023-10-18check_dns: Another C99 booleanRincewindsHat1-1/+1
2023-10-18check_dns: Use C99 booleansRincewindsHat1-33/+32
2023-04-14Fix a lot of typos reported by codespellrefs/pull/1864/headJan Wagner1-1/+1
2021-09-02Improvements suggested by tobiaswieseJonny007-MKD1-2/+2
2021-09-02check_dns: Fix memory leakJonny007-MKD1-1/+1
2021-09-02check_dns: add --expect-nxdomainJonny007-MKD1-16/+45
2020-11-02check_dns: split multiple IP addresses passed in one -a argumentrefs/pull/1649/headRolf Eike Beer1-3/+17
2020-05-20detect unreachable dns service in nslookup output (from bind-utils-9.8.2)refs/pull/1634/headghciv61-1/+6
2019-02-15check_dns: fix typo in parameter descriptionrefs/pull/1584/headRolf Eike Beer1-1/+1
2018-07-25check_dns: allow forcing complete match of all addressesrefs/pull/1545/headRolf Eike Beer1-3/+17
2018-07-25check_dns: allow returned addresses to be in any orderRolf Eike Beer1-5/+9
2018-07-25check_dns: simplify loopRolf Eike Beer1-2/+2
2017-03-12check_dns: fix error detection on sles nslookupSven Nierlein1-0/+1
2016-12-23check_dns: Tests and infoNicolai1-1/+1
2016-12-21check_dns: Accept CIDRNicolai Søborg1-5/+37
2016-12-20check_dns: allow for IPv6 RDNSPatrick Rauscher1-1/+1
2016-11-07Merge pull request #1307 from waja/check_dns_dead_codeSven Nierlein1-6/+0
2016-02-22DNS is case insensitive!refs/pull/1404/headSven Geggus1-1/+1
2015-10-04use unknown exit code for help/version in pluginsSven Nierlein1-2/+2
2014-12-15check_dns: remove dead coderefs/pull/1307/headSebastian Herbszt1-6/+0
2014-07-31check_dns: unified check outputSven Nierlein1-1/+1
2014-07-30check_dns: Use strchr instead of indexJan Wagner1-1/+1
2014-07-30check_dns: returns incorrect state when specifying serverJan Wagner1-0/+22
2014-06-28check_dns.c Added a bit more logic to thresholdsabrist1-4/+13
2014-06-28check_dns: add warning and critical thresholds to perfdataJean-Claude Computing1-1/+8
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
2013-05-12plugins: rename runcmd's signal handler.Diego Elio Pettenò1-1/+1
2012-06-29Die when asprintf failsAnders Kaseorg1-4/+4
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-5/+5
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