summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
4 daysMerge pull request #2113 from RincewindsHat/refactor/check_diskHEADmasterLorenz Kästle22-1095/+1746
Refactor/check disk
4 daysSome code simplificationsLorenz Kästle1-15/+3
4 daysTry fixing some testsLorenz Kästle1-8/+9
4 dayscheck_disk: decrease precision to avoid false negatives with small ↵Lorenz Kästle1-1/+8
measurement changes
5 daysFixes problems after a4cf2e79f75dce3828be21726f10c755f652f710Lorenz Kästle3-25/+41
5 daysFix some typos with unitsLorenz Kästle1-6/+6
5 daysTry to circumvent some old compiler errorsLorenz Kästle1-6/+0
5 daysAdd debugging to tests for CILorenz Kästle1-0/+3
5 daysRemove cool, comfy c23 functionality for some dirty old hacksLorenz Kästle3-32/+50
5 daysCodespell fixesLorenz Kästle2-5/+5
5 daysAddress check_disk changes in testsLorenz Kästle2-118/+154
5 daysRefactor check_disk and library functionsLorenz Kästle4-724/+1048
5 daysImplement some helper functions for thresholdsLorenz Kästle2-0/+15
5 daysFix wrong return state in threshold functionLorenz Kästle1-1/+1
5 daysAdd more helpers to perfdata functionsLorenz Kästle2-0/+99
5 daysAlways quote perfdata labelsLorenz Kästle1-1/+1
5 daysAdd selectable level of detail for outputLorenz Kästle2-4/+20
5 daysBugfix in outputLorenz Kästle1-1/+7
2025-03-18check_disk: Remove unnecessary NULL checksLorenz Kästle1-18/+6
2025-03-18Refactor test_check_disk.cLorenz Kästle1-42/+44
2025-03-18Remove some unused codeLorenz Kästle1-8/+0
2025-03-18Migrate disk tests from lib, toolLorenz Kästle10-23/+26
2025-03-18Adapt .gitignoreLorenz Kästle1-0/+2
2025-03-18Refactor check_disk, no more global variablesLorenz Kästle2-264/+358
2025-03-18refactor check_disk.d code a bitLorenz Kästle2-78/+100
2025-03-18Move disk specific stuff from lib to plugin specific directoryLorenz Kästle4-2/+3
2025-03-17check_disk: reset single file system result in between checksLorenz Kästle1-0/+3
2025-03-17Merge pull request #2112 from klaernie/patch-1coverity/masterLorenz Kästle1-1/+1
change error message for missing certificate
2025-03-17check_disk: Little fixes and improvementsLorenz Kästle1-8/+23
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-17check_disk: General refactoringLorenz Kästle1-195/+158
2025-03-17check_disk: boolean type and linter fixesLorenz Kästle1-20/+20
2025-03-17check_disk: clang-formatLorenz Kästle1-43/+86
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