Commit graph

307 commits

Author SHA1 Message Date
Holger Weiss
bb90b0127d Prepare for the 2.1.2 release 2015-10-16 12:12:50 +02:00
Jan Wagner
edcf7d64ee Updating NEWS 2015-10-13 11:37:34 +02:00
Holger Weiss
11c5796d0a Revert "Don't let check_disk hang on hanging file systems"
This reverts commit 6986aa1d0a.  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-12 11:07:02 +02:00
Holger Weiss
37928b52a5 Merge branch 'maint'
* 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 12:52:10 +02:00
Holger Weiss
934fa89f46 Merge branch 'pr/1379'
* pr/1379:
  check_smtp.c: modified SSL check for use with -e
2015-10-08 10:24:10 +02:00
Holger Weiss
5029714a9d Merge branch 'pr/1373'
* pr/1373:
  check_http: Allow for requesting TLSv1.1/TLSv1.2
2015-10-06 12:57:29 +02:00
Holger Weiss
8b2a2b1f4a Merge branch 'pr/1364'
* pr/1364:
  check_ntp.pl: Droping this superseded plugin

Conflicts:
	NEWS
	plugins-scripts/check_ntp.pl
2015-10-04 23:48:28 +02:00
Holger Weiss
da3327fead NEWS: Fix typos 2015-10-04 23:44:35 +02:00
Holger Weiss
3f17f18416 Merge branch 'pr/1363'
* 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 23:42:41 +02:00
Holger Weiss
f43083c6a9 check_http: Allow for requesting TLSv1.1/TLSv1.2
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 23:28:35 +02:00
Jan Wagner
8832694161 check_ntp.pl: Droping this superseded plugin 2015-10-04 21:17:48 +02:00
Holger Weiss
63f8441b84 NEWS: Mention check_ups performance data fix 2015-10-02 13:29:28 +02:00
Sven Nierlein
08fca4d989 mention check_ldap changes in news file
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2015-04-22 12:53:27 +02:00
Holger Weiss
8235fd0aef check_mailq: Add sudo support
This addition is based on a patch contributed by Christopher Schultz.

Closes #1099.
Closes #1171.
2014-12-02 21:13:38 +01:00
Holger Weiss
04e0a182ae Merge branch 'handle-hanging-nfs'
* 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 13:22:17 +01:00
Holger Weiss
14d306f573 NEWS: Mention check_disk enhancement
Closes #867.
Closes #1186.
2014-12-02 12:42:58 +01:00
Holger Weiss
ff542df44c Merge branch 'maint'
* 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-02 10:54:55 +01:00
Holger Weiss
063bc4e71d NEWS: Modify list of changes for 2.1.1 release
Make the list of changes slightly more descriptive.
2014-12-02 00:42:28 +01:00
Jan Wagner
4182119245 NEWS: Updating all the fixes 2014-12-01 11:07:54 +01:00
Holger Weiss
f3b789a526 NEWS: Mention HP-UX fixes for check_procs
Closes #1288.
2014-11-28 17:09:54 +01:00
Holger Weiss
3aea6f8fa1 NEWS: Mention the check_real fix
Closes #1290.
2014-11-28 16:28:08 +01:00
Jan Wagner
054bfc9922 Adding a warning for raising to CRITICAL for protocal/version errors of check_ssh 2014-11-28 14:39:33 +01:00
Holger Weiss
7ef100a3eb NEWS: Mention new "check_nt -l" parameters
Closes #1253.
2014-11-28 13:25:19 +01:00
Holger Weiss
7906d27bfa NEWS: Mention new check_snmp option
Closes #1221.
2014-11-28 13:09:22 +01:00
Holger Weiss
5a75f0b332 NEWS: Mention check_snmp's perfdata thresholds 2014-11-28 12:57:17 +01:00
Holger Weiss
668efcda1e NEWS: Add warning regarding check_mrtgtraf change
Closes #1296.
2014-11-03 14:03:52 +01:00
Holger Weiss
18cc17aed0 Prepare for the 2.1 release 2014-10-15 14:11:20 +02:00
Holger Weiss
d530bf2f5e NEWS: Mention that we dropped the spec file 2014-10-15 13:53:37 +02:00
Jonas Genannt
3b02d7fafb check_file_age: Provide performance data 2014-10-06 20:16:00 +02:00
Jan Wagner
849eb5725c Adding missing informations to NEWS 2014-10-06 11:11:35 +02:00
Jan Wagner
93071168df Merge branch 'maint'
Conflicts:
	NEWS
	THANKS.in
2014-10-06 10:25:31 +02:00
Holger Weiss
013ca2c508 Fix check_jabber to work with Openfire servers
The plugin expected:

	<?xml version='1.0'?>

But Openfire sends:

	<?xml version='1.0' encoding='UTF-8'?>
2014-09-16 12:28:51 +02:00
Holger Weiss
4034419beb NEWS: Mention new check_ifstatus option 2014-09-10 20:39:43 +02:00
Holger Weiss
a3dcdb8723 NEWS: Mention --with-qmail-qstat-command option 2014-07-31 00:18:08 +02:00
abrist
8e187dfefe Added check_hpjd port option to news and clarified the port usage error. 2014-07-20 23:35:54 +02:00
Holger Weiss
50cad9ae5d NEWS: Fix typo 2014-07-11 16:46:12 +02:00
Holger Weiss
017b523fa4 Prepare for the 2.0 release 2014-07-11 11:15:36 +02:00
Holger Weiss
e4e95c1d59 NEWS: Wrap overly long line 2014-07-11 09:49:59 +02:00
Holger Weiss
43b66c06a9 NEWS: Add a warning regarding check_snmp
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-07 21:02:52 +02:00
Holger Weiss
76d8a40cdd NEWS: Update version number
We're going to release version 2.0, not 1.6.
2014-07-07 16:49:32 +02:00
Holger Weiss
1a0467f672 NEWS: Add missing entries 2014-07-06 12:42:36 +02:00
Holger Weiss
f52efd00bf NEWS: Add missing entries for the upcoming release 2014-06-23 01:20:37 +02:00
Holger Weiss
f518395410 NEWS: Add missing tab characters 2014-06-22 21:58:25 +02:00
Holger Weiss
c0311d9848 check_radius: Support FreeRADIUS Client library
Allow for using the FreeRADIUS Client library instead of radiusclient or
radiusclient-ng.  The latter two projects are dead.

Closes #1231.
2014-06-22 14:10:38 +02:00
Holger Weiss
eb85a612a3 Add UID to state retention file path
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-21 15:15:44 +02:00
Holger Weiss
8a932865eb NEWS: s/MP_STATE_DIRECTORY/MP_STATE_PATH/
NAGIOS_PLUGIN_STATE_DIRECTORY was renamed to MP_STATE_PATH, not to
MP_STATE_DIRECTORY.
2014-06-20 12:35:22 +02:00
Holger Weiss
c08d6a429b Replace "plugins-scripts/subst.in" foo
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-28 13:28:33 +01:00
Jan Wagner
dd1848ef30 NEWS: Adding check_mailq auto detection 2014-02-27 20:51:17 +01:00
Thomas Guyot-Sionnest
7afbca0b8c check_swap: add supports for a configurable state when there is no swap
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-29 03:40:11 -05:00
Thomas Guyot-Sionnest
58e57b32bf check_dig: fix wrong IPv6 arguments order 2014-01-27 22:16:35 -05:00