Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
39 hours | Remove redundant NULL checks and replace deprecated index function | Lorenz Kästle | 1 | -6/+12 | |
39 hours | check_dns: some comments, small improvements | Lorenz Kästle | 1 | -6/+13 | |
39 hours | Refactor check_dns | Lorenz Kästle | 1 | -116/+124 | |
3 days | clang-format | Lorenz Kästle | 1 | -42/+75 | |
2024-10-31 | check_dns: update copyright | RincewindsHat | 1 | -2/+2 | |
2024-10-31 | check_dns: Linter fixes | RincewindsHat | 1 | -8/+12 | |
2024-10-31 | check_dns: do not export local variables | RincewindsHat | 1 | -17/+17 | |
2024-10-31 | check_dns: clang-format | RincewindsHat | 1 | -558/+509 | |
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 | |
prevent core if error_scan detects an error in a line without ':' | |||||
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 | |
on sles (ex. 11sp1) systems the nslookup output for not found was not parsed correctly and interpreted as ok when it should be critical: ./check_dns -H nosuchhost.nodomain -t 1 -vvv /usr/bin/nslookup -sil nosuchhost.nodomain Server: 10.0.2.3 Address: 10.0.2.3#53 Non-authoritative answer: *** Can't find nosuchhost.nodomain: No answer DNS OK: 0.011 seconds response time. nosuchhost.nodomain returns |time=0.010892s;;;0.000000 Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
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 | |
check_dns: remove dead code | |||||
2016-02-22 | DNS is case insensitive! | Sven Geggus | 1 | -1/+1 | |
Thus recent Versions of bind will no longer change .IN-ADDR.ARPA to lowercase as the uppercase version is also valid. To have check_dns.c consider this fact change strstr to strcasestr | |||||
2015-10-04 | use unknown exit code for help/version in plugins | Sven Nierlein | 1 | -2/+2 | |
Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2014-12-15 | check_dns: remove dead code | Sebastian Herbszt | 1 | -6/+0 | |
Remove code dead since commit 4efa917. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de> | |||||
2014-07-31 | check_dns: unified check output | Sven Nierlein | 1 | -1/+1 | |
this also allows us to make tests against "critical" in the output. Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de> | |||||
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 | |
This patch verifies if the response is returned by the dns server we are trying to check --- Closes #981 Closes #982 Closes #1164 | |||||
2014-06-28 | check_dns.c Added a bit more logic to thresholds | abrist | 1 | -4/+13 | |
Added two if elses to cover when only one threshold is set. | |||||
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 | |
.c file changes for misleading timeout messages in help functions. Solution to pull request #1209 tracker by awiddersheim. Files: plugins/check_apt.c, plugins/check_by_ssh.c, plugins/check_dbi.c, plugins/check_dig.c, plugins/check_disk.c, plugins/check_dns.c, plugins/check_game.c, plugins/check_http.c, plugins/check_ldap.c, plugins/check_ntp.c, plugins/check_ntp_peer.c, plugins/check_ntp_time.c, plugins/check_nwstat.c, plugins/check_overcr.c, plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_procs.c, plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_tcp.c, plugins/check_time.c, plugins/check_ups.c, plugins/negate.c | |||||
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 | |
This is an initial take at renaming the project to Monitoring Plugins. It's not expected to be fully complete, and it is expected to break things (The perl module for instance). More testing will be required before this goes mainline. | |||||
2013-05-12 | plugins: rename runcmd's signal handler. | Diego Elio Pettenò | 1 | -1/+1 | |
The previous name would collide with popen's. Even if the two are never used together, it's still a good idea not to have the same symbol in multiple object files. | |||||
2012-06-29 | Die when asprintf fails | Anders Kaseorg | 1 | -4/+4 | |
Fixes many instances of warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] Signed-off-by: Anders Kaseorg <andersk@mit.edu> | |||||
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 | |
Bug #2832884 reported problem with translations outputting pot file headers. This is caused by "" matching the header of the translation files. This patch moves gettext macros inside utils macros and update some french translations. | |||||
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 | |
For contrib/, full tags have been imported from subversion git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2091 f882894a-f735-0410-b71e-b25c423dba1c | |||||
2008-11-19 | Bulk EOL cleanup | Thomas Guyot-Sionnest | 1 | -2/+2 | |
$ git diff --ignore-space-change|diffstat 0 files changed git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2087 f882894a-f735-0410-b71e-b25c423dba1c | |||||
2008-11-08 | Fix long options parsing in check_disk, check_dns, check_mrtg and ↵ | Thomas Guyot-Sionnest | 1 | -2/+2 | |
check_mrtgtraf (check_tcp was done in an earlier commit) git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2078 f882894a-f735-0410-b71e-b25c423dba1c | |||||
2008-05-13 | Typo | Thomas Guyot-Sionnest | 1 | -1/+1 | |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1992 f882894a-f735-0410-b71e-b25c423dba1c | |||||
2008-05-07 | Added support for --extra-opts in all C plugins (disabled by default, see ↵ | Thomas Guyot-Sionnest | 1 | -0/+11 | |
configure --help) git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1991 f882894a-f735-0410-b71e-b25c423dba1c |