summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2025-03-17Merge pull request #2112 from klaernie/patch-1coverity/masterLorenz Kästle1-1/+1
change error message for missing certificate
2025-03-17change 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.
2025-03-17Merge pull request #2100 from RincewindsHat/remove/check_nwstatLorenz Kästle5-1548/+1
Remove check_nwstat
2025-03-17Merge pull request #2110 from RincewindsHat/netbsd-fixesLorenz Kästle5-99/+110
Netbsd fixes
2025-03-17check_swap: Fixes on NetBSDLorenz Kästle3-56/+59
2025-03-17check_ping: fix some variables forgotten during refactoringLorenz Kästle1-2/+2
2025-03-17check_ide_smart: use the more common C90 fixed width integersLorenz Kästle1-41/+49
2025-03-13Merge pull request #2108 from RincewindsHat/refactor/check_tcpLorenz Kästle8-339/+546
Refactor/check tcp
2025-03-13Add forgotten Makefile changeLorenz Kästle1-0/+1
2025-03-13check_tcp: Actually account for certificate lifetime checksLorenz Kästle1-1/+1
2025-03-13Update more tests to current outputLorenz Kästle1-1/+1
2025-03-13small fixes to check_tcp configLorenz Kästle1-4/+5
2025-03-13Adapt tests moreLorenz Kästle3-5/+5
2025-03-13Add null result for matching functionLorenz Kästle1-0/+1
2025-03-13check_tcp: add output if answer matches expectationsLorenz Kästle1-1/+5
2025-03-13Fix TLS/non-TLS send/recv logicLorenz Kästle1-21/+24
2025-03-13check_tcp: patch backwards compatibility in againLorenz Kästle1-0/+11
2025-03-13check_tcp: small cleanupLorenz Kästle1-4/+2
2025-03-13Fix typoLorenz Kästle1-1/+1
2025-03-13use new output pickerLorenz Kästle1-1/+2
2025-03-13Merge branch 'master' into refactor/check_tcpLorenz Kästle75-4935/+6240
2025-03-13Adapt testsLorenz Kästle1-6/+6
2025-03-13Do not print on failed network connectionsLorenz Kästle1-10/+12
2025-03-13check_tcp: small improvement + output format pickerLorenz Kästle2-17/+38
2025-03-12Merge pull request #2106 from RincewindsHat/refactor/negateLorenz Kästle3-37/+84
Refactor/negate
2025-03-12Reposition includeLorenz Kästle1-1/+1
2025-03-12Refactor negateLorenz Kästle3-31/+67
2025-03-12Merge pull request #2105 from RincewindsHat/refator/check_upsLorenz Kästle3-152/+178
Refactor check_ups
2025-03-12negate: clang-formatLorenz Kästle1-12/+23
2025-03-12Merge pull request #2104 from RincewindsHat/refactor/check_timeLorenz Kästle3-87/+147
Refactor/check time
2025-03-12Refactor check_upsLorenz Kästle3-152/+178
2025-03-12Refactor check_timeLorenz Kästle3-64/+107
2025-03-12check_time: clang-formatLorenz Kästle1-34/+51
2025-03-12Merge pull request #2103 from RincewindsHat/refactor/check_realLorenz Kästle3-103/+180
Refactor/check real
2025-03-12Merge pull request #2099 from RincewindsHat/refactor/check_pingLorenz Kästle3-234/+342
Refactor/check ping
2025-03-12Fix another sscanf instanceLorenz Kästle1-1/+2
2025-03-12remove nagios referenceLorenz Kästle1-24/+25
Narrow down sscanf expression
2025-03-12Merge pull request #2102 from RincewindsHat/refactor/check_radiusLorenz Kästle3-267/+317
Refactor/check radius
2025-03-12Refactor check_realLorenz Kästle3-75/+130
2025-03-12check_real: clang-formatLorenz Kästle1-43/+65
2025-03-12check_radius: allow IPv6 addressesLorenz Kästle1-1/+1
2025-03-12Refactor check_radiusLorenz Kästle3-54/+115
2025-03-12check_radius: general refactoringLorenz Kästle1-23/+21
2025-03-12check_radius: clang-formatLorenz Kästle1-230/+221
2025-03-12Merge pull request #2095 from RincewindsHat/refactor/check_ntp_peerLorenz Kästle3-172/+281
Refactor/check ntp peer
2025-03-12Remove check_nwstatLorenz Kästle5-1548/+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.
2025-03-12Fix format specifierLorenz Kästle1-3/+3
2025-03-12More refactoringLorenz Kästle2-90/+109
2025-03-12Refactor check_pingLorenz Kästle3-148/+218
2025-03-12Merge pull request #2098 from RincewindsHat/remove/check_overcLorenz Kästle4-434/+1
Remove check_overcr