summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2 dayschange error message for missing certificateAndre Klärner1-1/+1
The old error message is quite similar to the openssl `failed to retrieve issuer certificate` and can mislead users to troubleshooting certificate stores. The new message should be distinct enough to make it clear to users that this is not a problem raised by the underlying SSL implementation, but a problem inside monitoring-plugins.
2 daysMerge pull request #2100 from RincewindsHat/remove/check_nwstatLorenz Kästle2-1529/+1
Remove check_nwstat
2 dayscheck_swap: Fixes on NetBSDLorenz Kästle3-56/+59
2 dayscheck_ping: fix some variables forgotten during refactoringLorenz Kästle1-2/+2
2 dayscheck_ide_smart: use the more common C90 fixed width integersLorenz Kästle1-41/+49
6 daysAdd forgotten Makefile changeLorenz Kästle1-0/+1
6 dayscheck_tcp: Actually account for certificate lifetime checksLorenz Kästle1-1/+1
6 daysUpdate more tests to current outputLorenz Kästle1-1/+1
6 dayssmall fixes to check_tcp configLorenz Kästle1-4/+5
6 daysAdapt tests moreLorenz Kästle3-5/+5
6 dayscheck_tcp: add output if answer matches expectationsLorenz Kästle1-1/+5
6 daysFix TLS/non-TLS send/recv logicLorenz Kästle1-21/+24
6 dayscheck_tcp: patch backwards compatibility in againLorenz Kästle1-0/+11
6 dayscheck_tcp: small cleanupLorenz Kästle1-4/+2
7 daysFix typoLorenz Kästle1-1/+1
7 daysuse new output pickerLorenz Kästle1-1/+2
7 daysMerge branch 'master' into refactor/check_tcpLorenz Kästle68-4914/+6218
7 daysAdapt testsLorenz Kästle1-6/+6
7 daysDo not print on failed network connectionsLorenz Kästle1-10/+12
7 dayscheck_tcp: small improvement + output format pickerLorenz Kästle2-17/+38
7 daysMerge pull request #2106 from RincewindsHat/refactor/negateLorenz Kästle3-37/+84
Refactor/negate
7 daysReposition includeLorenz Kästle1-1/+1
7 daysRefactor negateLorenz Kästle3-31/+67
7 daysMerge pull request #2105 from RincewindsHat/refator/check_upsLorenz Kästle3-152/+178
Refactor check_ups
7 daysnegate: clang-formatLorenz Kästle1-12/+23
7 daysRefactor check_upsLorenz Kästle3-152/+178
7 daysRefactor check_timeLorenz Kästle3-64/+107
7 dayscheck_time: clang-formatLorenz Kästle1-34/+51
7 daysMerge pull request #2103 from RincewindsHat/refactor/check_realLorenz Kästle3-103/+180
Refactor/check real
7 daysMerge pull request #2099 from RincewindsHat/refactor/check_pingLorenz Kästle3-234/+342
Refactor/check ping
7 daysFix another sscanf instanceLorenz Kästle1-1/+2
7 daysremove nagios referenceLorenz Kästle1-24/+25
Narrow down sscanf expression
7 daysMerge pull request #2102 from RincewindsHat/refactor/check_radiusLorenz Kästle3-267/+317
Refactor/check radius
7 daysRefactor check_realLorenz Kästle3-75/+130
7 dayscheck_real: clang-formatLorenz Kästle1-43/+65
7 dayscheck_radius: allow IPv6 addressesLorenz Kästle1-1/+1
7 daysRefactor check_radiusLorenz Kästle3-54/+115
7 dayscheck_radius: general refactoringLorenz Kästle1-23/+21
7 dayscheck_radius: clang-formatLorenz Kästle1-230/+221
7 daysMerge pull request #2095 from RincewindsHat/refactor/check_ntp_peerLorenz Kästle3-172/+281
Refactor/check ntp peer
7 daysRemove check_nwstatLorenz Kästle2-1529/+1
check_nwstat is a plugin which was used to determine the health of things on Novel machines. Since Novel is quite dead (even more so the product, this can be removed and this commit does just that to reduce ressource usage.
7 daysFix format specifierLorenz Kästle1-3/+3
7 daysMore refactoringLorenz Kästle2-90/+109
7 daysRefactor check_pingLorenz Kästle3-148/+218
7 dayscheck_ping: general refactoringLorenz Kästle1-117/+119
7 dayscheck_ping: clang-formatLorenz Kästle1-52/+86
7 daysRemove check_overcrLorenz Kästle2-419/+1
This commit removes the plugin check_overcr and all related files and parts of files. OverCR seems to be dead and I have never seen a mention of an active usage anywhere. The website still does exist, but the activity seems to be limited. Carrying check_overcr forward seems to be a burden without a purpose and more of an opportunity to remove some code.
7 daysMerge pull request #2096 from RincewindsHat/refactor/check_ntp_timeLorenz Kästle3-93/+146
Refactor/check ntp time
7 daysall includes in one placeLorenz Kästle1-1/+1
7 daysMerge pull request #2097 from RincewindsHat/refactor/check_pgsqlLorenz Kästle3-101/+177
Refactor/check pgsql