Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-29 | travis-ci: Drop clang++, which makes no sense here | Jan Wagner | 1 | -1/+0 | |
2016-11-29 | travis-ci: Disable notification via mail | Jan Wagner | 1 | -1/+1 | |
2016-11-29 | travis-ci: Workaround travis-ci/travis-ci#329 | Jan Wagner | 1 | -2/+6 | |
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 | Prepare for the 2.2 releasev2.2 | Holger Weiss | 3 | -3/+3 | |
2016-11-29 | doc/RELEASING.md: Update command line for tagging | Holger Weiss | 1 | -1/+1 | |
2016-11-29 | doc/RELEASING.md: Fix a typo | Holger Weiss | 1 | -2/+2 | |
2016-11-29 | doc/RELEASING.md: Apply more cosmetic changes | Holger Weiss | 1 | -5/+4 | |
2016-11-29 | doc/RELEASING.md: Don't forget to commit NEWS | Holger Weiss | 1 | -2/+2 | |
2016-11-29 | doc/RELEASING.md: Apply more formatting fixes | Holger Weiss | 1 | -10/+7 | |
2016-11-29 | doc/RELEASING.md: Clarify name of remote repo | Holger Weiss | 1 | -0/+2 | |
2016-11-29 | doc/RELEASING.md: Fix code blocks within lists | Holger Weiss | 1 | -7/+8 | |
Code blocks within lists must be indented with eight spaces. | |||||
2016-11-29 | doc/RELEASING.md: Use HTML-style comment | Holger Weiss | 1 | -1/+1 | |
2016-11-29 | Rewrite doc/RELEASING notes | Holger Weiss | 2 | -39/+99 | |
Update the documentation on creating a Monitoring Plugins release, and convert it to Markdown. | |||||
2016-11-28 | NEWS: Cosmetic changes | Holger Weiss | 1 | -6/+6 | |
2016-11-28 | Update THANKS.in file | Holger Weiss | 1 | -2/+2 | |
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 | tools/update-thanks: Match case-insensitively | Holger Weiss | 1 | -1/+1 | |
When checking whether an author name already exists in the AUTHORS or THANKS.in file, perform a case-insensitive match. | |||||
2016-11-28 | THANKS.in: Add new authors | Holger Weiss | 1 | -0/+14 | |
Update the THANKS.in file with the new Git commit authors. | |||||
2016-11-28 | NEWS: Add missing entries | Holger Weiss | 1 | -1/+9 | |
2016-11-21 | travis-ci: Adding clang to the matrix | Jan Wagner | 1 | -0/+5 | |
See https://docs.travis-ci.com/user/multi-os/#Example-Multi-OS-Build-Matrix for Multi OS matrix | |||||
2016-11-21 | travis-ci: Implement a matrix | Jan Wagner | 1 | -15/+22 | |
See https://docs.travis-ci.com/user/customizing-the-build/#Build-Matrix | |||||
2016-11-21 | check_radius: Make compiler happy | Holger Weiss | 1 | -2/+2 | |
2016-11-21 | Merge pull request #1446 from monitoring-plugins/revert-1436-check_disk_iss1420 | Oliver Skibbe | 1 | -15/+4 | |
Revert "check_disk - show all disks if state is ok and option error only is used" | |||||
2016-11-21 | Revert "check_disk - show all disks if state is ok and option error only is ↵refs/pull/1446/head | Oliver Skibbe | 1 | -15/+4 | |
used" | |||||
2016-11-21 | sslutils: Address compiler warning | Holger Weiss | 1 | -1/+1 | |
SSLv23_client_method() and friends return a pointer to a const-qualified SSL_METHOD. | |||||
2016-11-20 | Creating and mounting randisk to make use of check_disk tests | Jan Wagner | 2 | -1/+2 | |
2016-11-19 | Merge pull request #1382 from riskersen/smtp_tls_expec | Oliver Skibbe | 1 | -15/+22 | |
check_smtp: extended support for expect option | |||||
2016-11-19 | Merge pull request #1376 from riskersen/check_mssql | Oliver Skibbe | 1 | -1/+1 | |
check_mssql.pl: switched alarm timeout | |||||
2016-11-19 | Merge pull request #1374 from riskersen/check_http_perfdata_timeo | Oliver Skibbe | 1 | -6/+6 | |
check_http: added timeout to perfdata as max val Resolves #1350 | |||||
2016-11-19 | Merge pull request #1436 from riskersen/check_disk_iss1420 | Oliver Skibbe | 1 | -4/+15 | |
check_disk - show all disks if state is ok and option error only is used | |||||
2016-11-18 | Merge remote-tracking branch 'monitoring-plugins/pr/1443' | Holger Weiss | 5 | -10/+19 | |
* monitoring-plugins/pr/1443: add openssl 1.1 support | |||||
2016-11-18 | It's useful to use 'useful' instead of 'usefull' | Jan Wagner | 3 | -3/+3 | |
2016-11-17 | Document radcli support in NEWS and REQUIREMENTS | Holger Weiss | 2 | -5/+8 | |
2016-11-17 | check_radius: Replace functions removed in radcli | Holger Weiss | 4 | -22/+23 | |
The radcli library no longer offers the rc_get_ipaddr(), rc_good_ipaddr(), and rc_own_ipaddress() functions. | |||||
2016-11-16 | check_radius: Fix rc_send_server() call for radcli | Holger Weiss | 1 | -0/+4 | |
With radcli, the rc_send_server() function expects an additional argument. | |||||
2016-11-15 | check_radius: Remove unused variable | Holger Weiss | 1 | -1/+0 | |
The radcli library doesn't define the ENV type, and we don't use it anyway. | |||||
2016-11-15 | This patch adds support for using the readcli lib. | Jan Wagner | 3 | -17/+26 | |
http://radcli.github.io/radcli/ (Closes #1437) | |||||
2016-11-13 | add openssl 1.1 supportrefs/pull/1443/head | vagrant | 5 | -10/+19 | |
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-11 | Merge pull request #1391 from lausser/patch-1refs/pull/1444/head | Sven Nierlein | 1 | -0/+4 | |
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 | Revert "adopt http test to changed ssl expire date output" | Sven Nierlein | 1 | -4/+4 | |
This reverts commit 6cd50bc42cb4b25a3c0f7153df7f83b7262f404b. | |||||
2016-11-11 | tests: make tests reliable for forcing the locale to C | Sven Nierlein | 1 | -0/+2 | |
Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2016-11-11 | clean cpan installation | Sven Nierlein | 1 | -3/+0 | |
HTTP::Daemon::SSL gets installed as pkg already. | |||||
2016-11-11 | update news file | Sven Nierlein | 1 | -0/+1 | |
Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2016-11-11 | check_http: add host header tests | Sven Nierlein | 1 | -1/+27 | |
Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2016-11-11 | travis: install HTTP::Daemon::SSL perl module | Sven Nierlein | 1 | -0/+3 | |
which is required for plugins/tests/check_http.t Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2016-11-11 | adopt http test to changed ssl expire date output | Sven Nierlein | 1 | -4/+4 | |
Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2016-11-11 | patch to support the concept of virtual ports | Christopher Odenbach | 2 | -8/+31 | |
2016-11-08 | update thanks file | Sven Nierlein | 1 | -0/+1 | |
2016-11-08 | Merge pull request #1442 from waja/check_dig_use_retry_instead_tries | Sven Nierlein | 1 | -2/+2 | |
check_dig: use +retry instead of +tries |