Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-19 | release v2.3.2 | Sven Nierlein | 1 | -5/+90 | |
2022-10-07 | Draft NEWS | Jan Wagner | 1 | -0/+20 | |
2021-09-02 | check_dns: add --expect-nxdomain | Jonny007-MKD | 1 | -0/+1 | |
2020-12-09 | New version in NEWS | Jan Wagner | 1 | -0/+5 | |
2020-12-09 | Draft NEWSv2.3refs/pull/1651/head | Jan Wagner | 1 | -1/+35 | |
2018-07-25 | check_dns: allow forcing complete match of all addressesrefs/pull/1545/head | Rolf Eike Beer | 1 | -0/+1 | |
2018-07-25 | check_dns: allow returned addresses to be in any order | Rolf Eike Beer | 1 | -0/+1 | |
2017-01-17 | NEWS: Add missing changes | Jan Wagner | 1 | -0/+3 | |
2016-12-23 | check_dns: Tests and info | Nicolai | 1 | -0/+4 | |
2016-12-07 | NEWS: Mention check_dhcp fix | Holger Weiss | 1 | -0/+4 | |
2016-11-29 | Prepare for the 2.2 releasev2.2 | Holger Weiss | 1 | -1/+1 | |
2016-11-28 | NEWS: Cosmetic changes | Holger Weiss | 1 | -6/+6 | |
2016-11-28 | Remove attributions from NEWS file | Holger Weiss | 1 | -71/+71 | |
Attributions were inconsistently added to only some of the NEWS entries, and we have other places for attributing contributions. | |||||
2016-11-28 | Clean up NEWS entries for the 2.2 release | Holger Weiss | 1 | -18/+17 | |
... and group them by plugin. | |||||
2016-11-28 | NEWS: Add missing entries | Holger Weiss | 1 | -1/+9 | |
2016-11-17 | Document radcli support in NEWS and REQUIREMENTS | Holger Weiss | 1 | -0/+1 | |
2016-11-11 | update news file | Sven Nierlein | 1 | -0/+1 | |
Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2016-11-07 | update news and thanks file | Sven Nierlein | 1 | -0/+1 | |
Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2016-11-07 | check_snmp.c - Added IPv6 support | abrist | 1 | -0/+1 | |
The "-6" optarg now prepends the server_address with "udp6:" for the snmpget external command as per the net-snmp syntax at: http://www.net-snmp.org/wiki/index.php/FAQ:Applications_28 Thanks to DrydenK (Roberto Greiner) for the heads up. | |||||
2016-11-07 | check_users not correctly detecting thresholds | John C. Frickson | 1 | -0/+1 | |
Fix for issue https://github.com/nagios-plugins/nagios-plugins/issues/81 check_users now uses the standard warning and critical ranges parser and a standard perdata output routine. | |||||
2015-10-16 | Prepare for the 2.1.2 release | Holger Weiss | 1 | -0/+6 | |
2015-10-13 | Updating NEWS | Jan Wagner | 1 | -0/+1 | |
2015-10-12 | Revert "Don't let check_disk hang on hanging file systems" | Holger Weiss | 1 | -1/+0 | |
This reverts commit 6986aa1d0a352d8d02eed4896034631fffd25a27. That commit leads to issues on non-Linux systems, and it seems to not (always) work as expected on Linux, either. Conflicts: plugins/Makefile.am plugins/check_disk.c Closes #1377 and closes #1329. | |||||
2015-10-08 | Merge branch 'maint' | Holger Weiss | 1 | -0/+1 | |
* maint: sslutils: Remove superfluous parenthesis for sslv3 function too sslutils: remove superfluous parenthesis check_snmp: modified tests check_snmp.c: switched DEFAULT_TIMEOUT to DEFAULT_SOCKET_TIMEOUT (provided by utils.h), already used by help description, see issue #1318 install snmpd on travis tests enable libtab on travis builds add perl snmp to travis dependencies NEWS: Mention check_ups performance data fix Fix incorrect performance data thresholds check_dhcp: Fix option parsing Fixes segfaults when running via monitoring worker (off-by-one) travis: fix http test host sslutils: Check if OpenSSL supports SSLv3. Conflicts: NEWS plugins/sslutils.c | |||||
2015-10-08 | Merge branch 'pr/1379' | Holger Weiss | 1 | -0/+1 | |
* pr/1379: check_smtp.c: modified SSL check for use with -e | |||||
2015-10-06 | Merge branch 'pr/1373' | Holger Weiss | 1 | -0/+4 | |
* pr/1373: check_http: Allow for requesting TLSv1.1/TLSv1.2 | |||||
2015-10-04 | Merge branch 'pr/1364' | Holger Weiss | 1 | -0/+2 | |
* pr/1364: check_ntp.pl: Droping this superseded plugin Conflicts: NEWS plugins-scripts/check_ntp.pl | |||||
2015-10-04 | NEWS: Fix typos | Holger Weiss | 1 | -1/+1 | |
2015-10-04 | Merge branch 'pr/1363' | Holger Weiss | 1 | -0/+2 | |
* pr/1363: use unknown exit code for help/version in plugins-root as well use unknown exit code for help/version in plugins change exit code to unknown on help and version info use exit code 3 for version and help | |||||
2015-10-04 | check_http: Allow for requesting TLSv1.1/TLSv1.2refs/pull/1373/head | Holger Weiss | 1 | -0/+4 | |
check_http's -S/--ssl option now allows for requesting the TLSv1.1 and TLSv1.2 protocols. Apart from that, a '+' suffix can be appended in oder to also accept newer protocols than the specified version. Closes #1338, and closes #1354, and closes #1359. | |||||
2015-10-04 | check_ntp.pl: Droping this superseded pluginrefs/pull/1364/head | Jan Wagner | 1 | -0/+2 | |
2015-10-02 | NEWS: Mention check_ups performance data fix | Holger Weiss | 1 | -0/+4 | |
2015-04-22 | mention check_ldap changes in news file | Sven Nierlein | 1 | -0/+1 | |
Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2014-12-02 | check_mailq: Add sudo support | Holger Weiss | 1 | -0/+1 | |
This addition is based on a patch contributed by Christopher Schultz. Closes #1099. Closes #1171. | |||||
2014-12-02 | Merge branch 'handle-hanging-nfs' | Holger Weiss | 1 | -0/+1 | |
* handle-hanging-nfs: NEWS: Mention check_disk enhancement Cosmetic change: s/THRLIBS/THREADLIBS/ configure.ac: Don't let pthread check depend on OS check_disk: Seperate declarations from code check_disk: Remove unused status variable check_disk: Fix pthread start routine type Don't let check_disk hang on hanging file systems | |||||
2014-12-02 | NEWS: Mention check_disk enhancement | Holger Weiss | 1 | -0/+1 | |
Closes #867. Closes #1186. | |||||
2014-12-02 | Merge branch 'maint' | Holger Weiss | 1 | -0/+8 | |
* maint: NEWS: Modify list of changes for 2.1.1 release Prepare release THANKS.in: Add new authors NEWS: Updating all the fixes check_tcp: fix help description regarding escape option check_ntp: Nul-terminate jitter data Revert "plugins/check_ntp.c - Verify struct from response" check_real: fix null termination check_ntp: fix null termination check_apt: fix memset Conflicts: NEWS | |||||
2014-12-01 | NEWS: Modify list of changes for 2.1.1 releasev2.1.1 | Holger Weiss | 1 | -5/+6 | |
Make the list of changes slightly more descriptive. | |||||
2014-12-01 | NEWS: Updating all the fixes | Jan Wagner | 1 | -0/+7 | |
2014-11-28 | NEWS: Mention HP-UX fixes for check_procs | Holger Weiss | 1 | -0/+1 | |
Closes #1288. | |||||
2014-11-28 | NEWS: Mention the check_real fix | Holger Weiss | 1 | -0/+4 | |
Closes #1290. | |||||
2014-11-28 | Adding a warning for raising to CRITICAL for protocal/version errors of ↵ | Jan Wagner | 1 | -0/+1 | |
check_ssh | |||||
2014-11-28 | NEWS: Mention new "check_nt -l" parameters | Holger Weiss | 1 | -0/+1 | |
Closes #1253. | |||||
2014-11-28 | NEWS: Mention new check_snmp option | Holger Weiss | 1 | -0/+1 | |
Closes #1221. | |||||
2014-11-28 | NEWS: Mention check_snmp's perfdata thresholds | Holger Weiss | 1 | -0/+3 | |
2014-11-03 | NEWS: Add warning regarding check_mrtgtraf change | Holger Weiss | 1 | -0/+6 | |
Closes #1296. | |||||
2014-10-15 | Prepare for the 2.1 releasev2.1 | Holger Weiss | 1 | -1/+1 | |
2014-10-15 | NEWS: Mention that we dropped the spec file | Holger Weiss | 1 | -0/+4 | |
2014-10-06 | check_file_age: Provide performance data | Jonas Genannt | 1 | -0/+1 | |
2014-10-06 | Adding missing informations to NEWS | Jan Wagner | 1 | -0/+13 | |