summaryrefslogtreecommitdiffstats
path: root/NEWS
AgeCommit message (Collapse)AuthorFilesLines
2015-10-12Revert "Don't let check_disk hang on hanging file systems"Holger Weiss1-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-08Merge branch 'maint'Holger Weiss1-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-08Merge branch 'pr/1379'Holger Weiss1-0/+1
* pr/1379: check_smtp.c: modified SSL check for use with -e
2015-10-06Merge branch 'pr/1373'Holger Weiss1-0/+4
* pr/1373: check_http: Allow for requesting TLSv1.1/TLSv1.2
2015-10-04Merge branch 'pr/1364'Holger Weiss1-0/+2
* pr/1364: check_ntp.pl: Droping this superseded plugin Conflicts: NEWS plugins-scripts/check_ntp.pl
2015-10-04NEWS: Fix typosHolger Weiss1-1/+1
2015-10-04Merge branch 'pr/1363'Holger Weiss1-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-04check_http: Allow for requesting TLSv1.1/TLSv1.2refs/pull/1373/headHolger Weiss1-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-04check_ntp.pl: Droping this superseded pluginrefs/pull/1364/headJan Wagner1-0/+2
2015-10-02NEWS: Mention check_ups performance data fixHolger Weiss1-0/+4
2015-04-22mention check_ldap changes in news fileSven Nierlein1-0/+1
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2014-12-02check_mailq: Add sudo supportHolger Weiss1-0/+1
This addition is based on a patch contributed by Christopher Schultz. Closes #1099. Closes #1171.
2014-12-02Merge branch 'handle-hanging-nfs'Holger Weiss1-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-02NEWS: Mention check_disk enhancementHolger Weiss1-0/+1
Closes #867. Closes #1186.
2014-12-02Merge branch 'maint'Holger Weiss1-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-01NEWS: Modify list of changes for 2.1.1 releasev2.1.1Holger Weiss1-5/+6
Make the list of changes slightly more descriptive.
2014-12-01NEWS: Updating all the fixesJan Wagner1-0/+7
2014-11-28NEWS: Mention HP-UX fixes for check_procsHolger Weiss1-0/+1
Closes #1288.
2014-11-28NEWS: Mention the check_real fixHolger Weiss1-0/+4
Closes #1290.
2014-11-28Adding a warning for raising to CRITICAL for protocal/version errors of ↵Jan Wagner1-0/+1
check_ssh
2014-11-28NEWS: Mention new "check_nt -l" parametersHolger Weiss1-0/+1
Closes #1253.
2014-11-28NEWS: Mention new check_snmp optionHolger Weiss1-0/+1
Closes #1221.
2014-11-28NEWS: Mention check_snmp's perfdata thresholdsHolger Weiss1-0/+3
2014-11-03NEWS: Add warning regarding check_mrtgtraf changeHolger Weiss1-0/+6
Closes #1296.
2014-10-15Prepare for the 2.1 releasev2.1Holger Weiss1-1/+1
2014-10-15NEWS: Mention that we dropped the spec fileHolger Weiss1-0/+4
2014-10-06check_file_age: Provide performance dataJonas Genannt1-0/+1
2014-10-06Adding missing informations to NEWSJan Wagner1-0/+13
2014-10-06Merge branch 'maint'Jan Wagner1-0/+3
Conflicts: NEWS THANKS.in
2014-09-16Fix check_jabber to work with Openfire serversHolger Weiss1-0/+4
The plugin expected: <?xml version='1.0'?> But Openfire sends: <?xml version='1.0' encoding='UTF-8'?>
2014-09-10NEWS: Mention new check_ifstatus optionHolger Weiss1-0/+1
2014-07-30NEWS: Mention --with-qmail-qstat-command optionHolger Weiss1-0/+2
2014-07-20Added check_hpjd port option to news and clarified the port usage error.abrist1-0/+4
2014-07-11NEWS: Fix typov2.0Holger Weiss1-1/+1
2014-07-11Prepare for the 2.0 releaseHolger Weiss1-1/+1
2014-07-11NEWS: Wrap overly long lineHolger Weiss1-1/+2
2014-07-07NEWS: Add a warning regarding check_snmpHolger Weiss1-1/+3
Tell users that check_snmp might now return CRITICAL in cases where it used to return OK, and how to deal with that.
2014-07-07NEWS: Update version numberHolger Weiss1-1/+1
We're going to release version 2.0, not 1.6.
2014-07-06NEWS: Add missing entriesHolger Weiss1-0/+2
2014-06-22NEWS: Add missing entries for the upcoming releaseHolger Weiss1-2/+16
2014-06-22NEWS: Add missing tab charactersHolger Weiss1-2/+2
2014-06-22check_radius: Support FreeRADIUS Client libraryHolger Weiss1-0/+1
Allow for using the FreeRADIUS Client library instead of radiusclient or radiusclient-ng. The latter two projects are dead. Closes #1231.
2014-06-21Add UID to state retention file pathHolger Weiss1-0/+2
Add the UID of the invoking user to the state retention file path. This helps solving permission issues when different users run the same plugin.
2014-06-20NEWS: s/MP_STATE_DIRECTORY/MP_STATE_PATH/Holger Weiss1-1/+1
NAGIOS_PLUGIN_STATE_DIRECTORY was renamed to MP_STATE_PATH, not to MP_STATE_DIRECTORY.
2014-02-28Replace "plugins-scripts/subst.in" fooHolger Weiss1-0/+2
Remove the buggy and complex awk(1) magic in "plugins-scripts/subst.in" in favor of simple sed(1) substitutions. The plugins in the "plugins-scripts" directory now always use the PATH specified via "./configure --trusted-path", or the default PATH hard-coded in "configure.ac". Fixes #1242.
2014-02-27NEWS: Adding check_mailq auto detectionJan Wagner1-0/+2
2014-01-29check_swap: add supports for a configurable state when there is no swapThomas Guyot-Sionnest1-0/+3
Check_swap used to allow no swap when thresholds were only specified in percent. This is no longer the case and the state now must be specified explicitly. The default is to always return CRITICAL when the swap is absent regardless of thresholds.
2014-01-28check_dig: fix wrong IPv6 arguments orderThomas Guyot-Sionnest1-0/+1
2014-01-27And release notes for previous change (MP_STATE_DIRECTORY)Thomas Guyot-Sionnest1-0/+2
The change has also been updated in https://www.monitoring-plugins.org/doc/state-retention.html
2014-01-23Enable extra-opts by defaultThomas Guyot-Sionnest1-0/+1