aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-07Merge branch 'pr/1454'Gravatar Holger Weiss
* pr/1454: NEWS: Mention check_dhcp fix properly remove MSG_PEEK in check_dhcp.c. Fixes #1450.
2016-12-07NEWS: Mention check_dhcp fixGravatar Holger Weiss
2016-12-07properly remove MSG_PEEK in check_dhcp.c. Fixes #1450.Gravatar Harald Koch
2016-12-01Spelling fixes suggested by lintianGravatar Jan Wagner
2016-11-29Revert "travis-ci: Workaround travis-ci/travis-ci#329"Gravatar Jan Wagner
Encrypted env variables are not available for PRs This reverts commit fe69d3680a1104adcc35d3722f38ac05a976e21f.
2016-11-29travis-ci: Drop clang++, which makes no sense hereGravatar Jan Wagner
2016-11-29travis-ci: Disable notification via mailGravatar Jan Wagner
2016-11-29travis-ci: Workaround travis-ci/travis-ci#329Gravatar Jan Wagner
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-29Prepare for the 2.2 releaseGravatar Holger Weiss
2016-11-29doc/RELEASING.md: Update command line for taggingGravatar Holger Weiss
2016-11-29doc/RELEASING.md: Fix a typoGravatar Holger Weiss
2016-11-29doc/RELEASING.md: Apply more cosmetic changesGravatar Holger Weiss
2016-11-29doc/RELEASING.md: Don't forget to commit NEWSGravatar Holger Weiss
2016-11-29doc/RELEASING.md: Apply more formatting fixesGravatar Holger Weiss
2016-11-29doc/RELEASING.md: Clarify name of remote repoGravatar Holger Weiss
2016-11-29doc/RELEASING.md: Fix code blocks within listsGravatar Holger Weiss
Code blocks within lists must be indented with eight spaces.
2016-11-29doc/RELEASING.md: Use HTML-style commentGravatar Holger Weiss
2016-11-29Rewrite doc/RELEASING notesGravatar Holger Weiss
Update the documentation on creating a Monitoring Plugins release, and convert it to Markdown.
2016-11-28NEWS: Cosmetic changesGravatar Holger Weiss
2016-11-28Update THANKS.in fileGravatar Holger Weiss
2016-11-28Remove attributions from NEWS fileGravatar Holger Weiss
Attributions were inconsistently added to only some of the NEWS entries, and we have other places for attributing contributions.
2016-11-28Clean up NEWS entries for the 2.2 releaseGravatar Holger Weiss
... and group them by plugin.
2016-11-28tools/update-thanks: Match case-insensitivelyGravatar Holger Weiss
When checking whether an author name already exists in the AUTHORS or THANKS.in file, perform a case-insensitive match.
2016-11-28THANKS.in: Add new authorsGravatar Holger Weiss
Update the THANKS.in file with the new Git commit authors.
2016-11-28NEWS: Add missing entriesGravatar Holger Weiss
2016-11-21travis-ci: Adding clang to the matrixGravatar Jan Wagner
See https://docs.travis-ci.com/user/multi-os/#Example-Multi-OS-Build-Matrix for Multi OS matrix
2016-11-21travis-ci: Implement a matrixGravatar Jan Wagner
See https://docs.travis-ci.com/user/customizing-the-build/#Build-Matrix
2016-11-21check_radius: Make compiler happyGravatar Holger Weiss
2016-11-21Merge pull request #1446 from monitoring-plugins/revert-1436-check_disk_iss1420Gravatar Oliver Skibbe
Revert "check_disk - show all disks if state is ok and option error only is used"
2016-11-21Revert "check_disk - show all disks if state is ok and option error only is ↵Gravatar Oliver Skibbe
used"
2016-11-21sslutils: Address compiler warningGravatar Holger Weiss
SSLv23_client_method() and friends return a pointer to a const-qualified SSL_METHOD.
2016-11-20Creating and mounting randisk to make use of check_disk testsGravatar Jan Wagner
2016-11-19Merge pull request #1382 from riskersen/smtp_tls_expecGravatar Oliver Skibbe
check_smtp: extended support for expect option
2016-11-19Merge pull request #1376 from riskersen/check_mssqlGravatar Oliver Skibbe
check_mssql.pl: switched alarm timeout
2016-11-19Merge pull request #1374 from riskersen/check_http_perfdata_timeoGravatar Oliver Skibbe
check_http: added timeout to perfdata as max val Resolves #1350
2016-11-19Merge pull request #1436 from riskersen/check_disk_iss1420Gravatar Oliver Skibbe
check_disk - show all disks if state is ok and option error only is used
2016-11-18Merge remote-tracking branch 'monitoring-plugins/pr/1443'Gravatar Holger Weiss
* monitoring-plugins/pr/1443: add openssl 1.1 support
2016-11-18It's useful to use 'useful' instead of 'usefull'Gravatar Jan Wagner
2016-11-17Document radcli support in NEWS and REQUIREMENTSGravatar Holger Weiss
2016-11-17check_radius: Replace functions removed in radcliGravatar Holger Weiss
The radcli library no longer offers the rc_get_ipaddr(), rc_good_ipaddr(), and rc_own_ipaddress() functions.
2016-11-17check_radius: Fix rc_send_server() call for radcliGravatar Holger Weiss
With radcli, the rc_send_server() function expects an additional argument.
2016-11-15check_radius: Remove unused variableGravatar Holger Weiss
The radcli library doesn't define the ENV type, and we don't use it anyway.
2016-11-15This patch adds support for using the readcli lib.Gravatar Jan Wagner
http://radcli.github.io/radcli/ (Closes #1437)
2016-11-13add openssl 1.1 supportGravatar vagrant
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-11Merge pull request #1391 from lausser/patch-1Gravatar Sven Nierlein
If a web page contains a nul character, check_http reads the complete page but --string does not search beyond this character.
2016-11-11Revert "adopt http test to changed ssl expire date output"Gravatar Sven Nierlein
This reverts commit 6cd50bc42cb4b25a3c0f7153df7f83b7262f404b.
2016-11-11tests: make tests reliable for forcing the locale to CGravatar Sven Nierlein
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2016-11-11clean cpan installationGravatar Sven Nierlein
HTTP::Daemon::SSL gets installed as pkg already.
2016-11-11update news fileGravatar Sven Nierlein
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2016-11-11check_http: add host header testsGravatar Sven Nierlein
Signed-off-by: Sven Nierlein <sven@nierlein.de>