Jan Wagner
9fa667c48c
travis-ci: Drop clang++, which makes no sense here
2016-11-29 10:42:00 +01:00
Jan Wagner
23fc45b96a
travis-ci: Disable notification via mail
2016-11-29 10:38:43 +01:00
Jan Wagner
fe69d3680a
travis-ci: Workaround travis-ci/travis-ci#329
...
By encrypting the notification settings. This still fail for ppl
with push access to the origin repro while pushing to their own
clone.
2016-11-29 10:38:43 +01:00
Holger Weiss
db93deea31
Prepare for the 2.2 release
2016-11-29 09:45:08 +01:00
Holger Weiss
8239a91096
doc/RELEASING.md: Update command line for tagging
2016-11-29 09:40:32 +01:00
Holger Weiss
6ce3d650cb
doc/RELEASING.md: Fix a typo
2016-11-29 09:08:07 +01:00
Holger Weiss
1e575b6561
doc/RELEASING.md: Apply more cosmetic changes
2016-11-29 09:00:03 +01:00
Holger Weiss
d7de5e562a
doc/RELEASING.md: Don't forget to commit NEWS
2016-11-29 08:54:29 +01:00
Holger Weiss
93658c793b
doc/RELEASING.md: Apply more formatting fixes
2016-11-29 08:52:36 +01:00
Holger Weiss
bd1ad7b1b4
doc/RELEASING.md: Clarify name of remote repo
2016-11-29 08:51:52 +01:00
Holger Weiss
f4f9c4f979
doc/RELEASING.md: Fix code blocks within lists
...
Code blocks within lists must be indented with eight spaces.
2016-11-29 08:44:00 +01:00
Holger Weiss
756dbf4103
doc/RELEASING.md: Use HTML-style comment
2016-11-29 08:35:54 +01:00
Holger Weiss
e800202a1b
Rewrite doc/RELEASING notes
...
Update the documentation on creating a Monitoring Plugins release, and
convert it to Markdown.
2016-11-29 08:34:04 +01:00
Holger Weiss
7851b88dfa
NEWS: Cosmetic changes
2016-11-28 23:51:28 +01:00
Holger Weiss
295a785417
Update THANKS.in file
2016-11-28 22:38:17 +01:00
Holger Weiss
f8792c35a0
Remove attributions from NEWS file
...
Attributions were inconsistently added to only some of the NEWS entries,
and we have other places for attributing contributions.
2016-11-28 22:09:14 +01:00
Holger Weiss
1451d68b46
Clean up NEWS entries for the 2.2 release
...
... and group them by plugin.
2016-11-28 21:58:47 +01:00
Holger Weiss
5553c0be7c
tools/update-thanks: Match case-insensitively
...
When checking whether an author name already exists in the AUTHORS or
THANKS.in file, perform a case-insensitive match.
2016-11-28 21:44:39 +01:00
Holger Weiss
ea7d0f2ab1
THANKS.in: Add new authors
...
Update the THANKS.in file with the new Git commit authors.
2016-11-28 21:44:15 +01:00
Holger Weiss
a12105c559
NEWS: Add missing entries
2016-11-28 21:42:54 +01:00
Jan Wagner
f49ad0d576
travis-ci: Adding clang to the matrix
...
See https://docs.travis-ci.com/user/multi-os/#Example-Multi-OS-Build-Matrix
for Multi OS matrix
2016-11-21 15:59:04 +01:00
Jan Wagner
39fdd0fc49
travis-ci: Implement a matrix
...
See https://docs.travis-ci.com/user/customizing-the-build/#Build-Matrix
2016-11-21 15:58:45 +01:00
Holger Weiss
fae05eb178
check_radius: Make compiler happy
2016-11-21 14:49:03 +01:00
Oliver Skibbe
fce769d942
Merge pull request #1446 from monitoring-plugins/revert-1436-check_disk_iss1420
...
Revert "check_disk - show all disks if state is ok and option error only is used"
2016-11-21 13:49:38 +01:00
Oliver Skibbe
d03a2a82b3
Revert "check_disk - show all disks if state is ok and option error only is used"
2016-11-21 13:26:28 +01:00
Holger Weiss
8b727baec5
sslutils: Address compiler warning
...
SSLv23_client_method() and friends return a pointer to a const-qualified
SSL_METHOD.
2016-11-21 09:31:08 +01:00
Jan Wagner
6d0c111631
Creating and mounting randisk to make use of check_disk tests
2016-11-20 20:38:41 +01:00
Oliver Skibbe
6438fec788
Merge pull request #1382 from riskersen/smtp_tls_expec
...
check_smtp: extended support for expect option
2016-11-19 16:38:07 +01:00
Oliver Skibbe
099bd86f1c
Merge pull request #1376 from riskersen/check_mssql
...
check_mssql.pl: switched alarm timeout
2016-11-19 16:37:27 +01:00
Oliver Skibbe
6026ff5c18
Merge pull request #1374 from riskersen/check_http_perfdata_timeo
...
check_http: added timeout to perfdata as max val
Resolves #1350
2016-11-19 16:36:26 +01:00
Oliver Skibbe
4430b63b0f
Merge pull request #1436 from riskersen/check_disk_iss1420
...
check_disk - show all disks if state is ok and option error only is used
2016-11-19 16:35:50 +01:00
Holger Weiss
303acfc64f
Merge remote-tracking branch 'monitoring-plugins/pr/1443'
...
* monitoring-plugins/pr/1443:
add openssl 1.1 support
2016-11-18 11:51:12 +01:00
Jan Wagner
1723a3c761
It's useful to use 'useful' instead of 'usefull'
2016-11-18 11:47:20 +01:00
Holger Weiss
9f6ad74aaf
Document radcli support in NEWS and REQUIREMENTS
2016-11-17 17:45:21 +01:00
Holger Weiss
487a9d0a8b
check_radius: Replace functions removed in radcli
...
The radcli library no longer offers the rc_get_ipaddr(),
rc_good_ipaddr(), and rc_own_ipaddress() functions.
2016-11-17 17:22:37 +01:00
Holger Weiss
bfc745a79d
check_radius: Fix rc_send_server() call for radcli
...
With radcli, the rc_send_server() function expects an additional
argument.
2016-11-17 00:03:50 +01:00
Holger Weiss
14929f2687
check_radius: Remove unused variable
...
The radcli library doesn't define the ENV type, and we don't use it
anyway.
2016-11-15 23:36:59 +01:00
Jan Wagner
2c898cf23f
This patch adds support for using the readcli lib.
...
http://radcli.github.io/radcli/
(Closes #1437 )
2016-11-15 23:21:40 +01:00
vagrant
fe1c4bb0e5
add openssl 1.1 support
...
changes:
- CRYPTO_lock detection replaced in configure.ac. We don't use that
function anywhere, so just replace it with the suggested one from
https://wiki.openssl.org/index.php/Library_Initialization#Autoconf
- OPENSSL_NO_SSL2 is no longer defined while ssl2 is not included.
Set it ourself using the suggested openssl 1.1 version check from
https://wiki.openssl.org/index.php/1.1_API_Changes#Backward_compatibility
- openssl 1.1 sends a sigpipe if the connection is still open when
calling SSL_shutdown(), so move the close before the shutdown.
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2016-11-13 21:14:02 +00:00
Sven Nierlein
2f845e9ebc
Merge pull request #1391 from lausser/patch-1
...
If a web page contains a nul character, check_http reads the complete page but --string does not search beyond this character.
2016-11-11 11:14:37 +01:00
Sven Nierlein
f938327b49
Revert "adopt http test to changed ssl expire date output"
...
This reverts commit 6cd50bc42c .
2016-11-11 10:52:36 +01:00
Sven Nierlein
3bdf392ae5
tests: make tests reliable for forcing the locale to C
...
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2016-11-11 10:52:19 +01:00
Sven Nierlein
6e7ea28cd4
clean cpan installation
...
HTTP::Daemon::SSL gets installed as pkg already.
2016-11-11 10:42:12 +01:00
Sven Nierlein
b2042f1d84
update news file
...
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2016-11-11 10:36:52 +01:00
Sven Nierlein
9e02d0c3e6
check_http: add host header tests
...
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2016-11-11 10:32:19 +01:00
Sven Nierlein
e118230903
travis: install HTTP::Daemon::SSL perl module
...
which is required for plugins/tests/check_http.t
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2016-11-11 09:49:04 +01:00
Sven Nierlein
6cd50bc42c
adopt http test to changed ssl expire date output
...
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2016-11-11 09:43:13 +01:00
Christopher Odenbach
2233b7aa75
patch to support the concept of virtual ports
2016-11-11 09:33:37 +01:00
Sven Nierlein
b9f54f85f9
update thanks file
2016-11-08 10:30:48 +01:00
Sven Nierlein
9c7f34cb57
Merge pull request #1442 from waja/check_dig_use_retry_instead_tries
...
check_dig: use +retry instead of +tries
2016-11-08 10:30:06 +01:00