Age | Commit message (Expand) | Author | Files | Lines |
2023-11-23 | check_dns: Remove unused variable | RincewindsHat | 1 | -1/+0 |
2023-10-19 | Fixes for -Wsign-compare | RincewindsHat | 1 | -3/+3 |
2023-10-18 | check_dns: Another C99 boolean | RincewindsHat | 1 | -1/+1 |
2023-10-18 | check_dns: Use C99 booleans | RincewindsHat | 1 | -33/+32 |
2023-04-14 | Fix a lot of typos reported by codespell | Jan Wagner | 1 | -1/+1 |
2021-09-02 | Improvements suggested by tobiaswiese | Jonny007-MKD | 1 | -2/+2 |
2021-09-02 | check_dns: Fix memory leak | Jonny007-MKD | 1 | -1/+1 |
2021-09-02 | check_dns: add --expect-nxdomain | Jonny007-MKD | 1 | -16/+45 |
2020-11-02 | check_dns: split multiple IP addresses passed in one -a argument | Rolf Eike Beer | 1 | -3/+17 |
2020-05-20 | detect unreachable dns service in nslookup output (from bind-utils-9.8.2) | ghciv6 | 1 | -1/+6 |
2019-02-15 | check_dns: fix typo in parameter description | Rolf Eike Beer | 1 | -1/+1 |
2018-07-25 | check_dns: allow forcing complete match of all addresses | Rolf Eike Beer | 1 | -3/+17 |
2018-07-25 | check_dns: allow returned addresses to be in any order | Rolf Eike Beer | 1 | -5/+9 |
2018-07-25 | check_dns: simplify loop | Rolf Eike Beer | 1 | -2/+2 |
2017-03-12 | check_dns: fix error detection on sles nslookup | Sven Nierlein | 1 | -0/+1 |
2016-12-23 | check_dns: Tests and info | Nicolai | 1 | -1/+1 |
2016-12-21 | check_dns: Accept CIDR | Nicolai Søborg | 1 | -5/+37 |
2016-12-20 | check_dns: allow for IPv6 RDNS | Patrick Rauscher | 1 | -1/+1 |
2016-11-07 | Merge pull request #1307 from waja/check_dns_dead_code | Sven Nierlein | 1 | -6/+0 |
2016-02-22 | DNS is case insensitive! | Sven Geggus | 1 | -1/+1 |
2015-10-04 | use unknown exit code for help/version in plugins | Sven Nierlein | 1 | -2/+2 |
2014-12-15 | check_dns: remove dead code | Sebastian Herbszt | 1 | -6/+0 |
2014-07-31 | check_dns: unified check output | Sven Nierlein | 1 | -1/+1 |
2014-07-30 | check_dns: Use strchr instead of index | Jan Wagner | 1 | -1/+1 |
2014-07-30 | check_dns: returns incorrect state when specifying server | Jan Wagner | 1 | -0/+22 |
2014-06-28 | check_dns.c Added a bit more logic to thresholds | abrist | 1 | -4/+13 |
2014-06-28 | check_dns: add warning and critical thresholds to perfdata | Jean-Claude Computing | 1 | -1/+8 |
2014-01-21 | Merge branch 'rename' | Thomas Guyot-Sionnest | 1 | -3/+3 |
2014-01-21 | plugins/*.c: Alterations for timeout messages. | Spenser Reinhardt | 1 | -1/+1 |
2014-01-20 | Capitalize "Monitoring" when it's the first word | Holger Weiss | 1 | -1/+1 |
2014-01-19 | Project rename initial commit. | Monitoring Plugins Development Team | 1 | -3/+3 |
2013-05-12 | plugins: rename runcmd's signal handler. | Diego Elio Pettenò | 1 | -1/+1 |
2012-06-29 | Die when asprintf fails | Anders Kaseorg | 1 | -4/+4 |
2010-04-22 | Add newline after "Usage:" in --help | Thomas Guyot-Sionnest | 1 | -1/+1 |
2010-04-21 | Standardize the extra-opts notes | Thomas Guyot-Sionnest | 1 | -6/+0 |
2010-04-14 | Fix translations when extra-opts aren't enabled | Thomas Guyot-Sionnest | 1 | -5/+5 |
2009-02-20 | Typo fixes (Jan Wagner - SF 1878971) | Ton Voon | 1 | -1/+1 |
2008-11-23 | Removing CVS/SVN tags and replacing with git-based versioning | Thomas Guyot-Sionnest | 1 | -6/+2 |
2008-11-19 | Bulk EOL cleanup | Thomas Guyot-Sionnest | 1 | -2/+2 |
2008-11-08 | Fix long options parsing in check_disk, check_dns, check_mrtg and check_mrtgt... | Thomas Guyot-Sionnest | 1 | -2/+2 |
2008-05-13 | Typo | Thomas Guyot-Sionnest | 1 | -1/+1 |
2008-05-07 | Added support for --extra-opts in all C plugins (disabled by default, see con... | Thomas Guyot-Sionnest | 1 | -0/+11 |
2008-04-27 | --help output cleanup (plus removal of spaces on blank lines) | Thomas Guyot-Sionnest | 1 | -5/+5 |
2008-04-17 | Correct the help text | Thomas Guyot-Sionnest | 1 | -2/+2 |
2008-04-17 | Allow to repeat -a to set multiple possible addresses | Thomas Guyot-Sionnest | 1 | -8/+22 |
2008-01-30 | Bump plugins/ to GPLv3 (check_apt to check_nwstat) | Thomas Guyot-Sionnest | 1 | -24/+21 |
2008-01-08 | Fixed reverse lookup damaged by previous commit | Matthias Eble | 1 | -6/+7 |
2008-01-05 | check_dns now sorts addresses for -a support with multiple address replies (M... | Matthias Eble | 1 | -8/+34 |
2007-01-28 | Don't try to print `optarg' (which will be a NULL pointer) if an unknown | Holger Weiss | 1 | -1/+1 |
2006-10-19 | first pass at cleaning localization for new release | Benoit Mortier | 1 | -21/+35 |