summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
3 daysRemove ROADMAPLorenz Kästle1-117/+0
3 daysMerge pull request #2065 from RincewindsHat/opttest_toolLorenz Kästle4-53/+76
4 daysAdd a comment to opttest to explain the purposeLorenz Kästle1-0/+4
4 daysFix wrong exit codesLorenz Kästle2-3/+2
4 daysFix opttest scriptLorenz Kästle1-6/+25
4 daysopttest.pl: Move to toolsLorenz Kästle1-0/+0
4 daysopttest.pl Fix Perl complaintsLorenz Kästle1-2/+3
6 daysMerge pull request #2062 from orlitzky/snmpgetnextLorenz Kästle1-11/+18
8 daysconfigure.ac: require snmpgetnext for check_snmpMichael Orlitzky1-8/+17
8 daysconfigure.ac: use AS_IF in net-snmp testsMichael Orlitzky1-7/+5
8 daysconfigure.ac: update net-snmp homepageMichael Orlitzky1-1/+1
2025-01-07Merge pull request #2056 from monitoring-plugins/fix_check_http_state_regexcoverity/masterLorenz Kästle1-1/+1
2025-01-07Merge branch 'master' into fix_check_http_state_regexLorenz Kästle12-608/+926
2025-01-01Merge pull request #2058 from weiss/update-autoconfLorenz Kästle2-70/+37
2024-12-31configure.ac: Lower required Autoconf versionHolger Weiss1-1/+1
2024-12-31Add new Gnulib file to .gitignoreHolger Weiss1-0/+1
2024-12-31Don't check for TIME_WITH_SYS_TIMEHolger Weiss2-22/+3
2024-12-31configure.ac: Bump Autoconf to version 2.71Holger Weiss1-62/+48
2024-12-29Merge pull request #1976 from RincewindsHat/check_swap_againLorenz Kästle10-537/+887
2024-12-29Merge branch 'master' into check_swap_againLorenz Kästle4-111/+210
2024-12-29Merge pull request #2057 from RincewindsHat/fix/test_rpm_buildLorenz Kästle1-1/+1
2024-12-29Fix breakage in rpm build test due to changes in mockLorenz Kästle1-1/+1
2024-12-27check_http: fix documentation for --state-regexAndreas Baumann1-1/+1
2024-12-02check_curl: enable internal cookie handlingAndre Klärner1-1/+7
2024-11-28Merge pull request #2053 from klaernie/supportLorenz Kästle1-1/+1
2024-11-28fix typo in SUPPORTAndre Klaerner1-1/+1
2024-11-28check_icmp: set rtmin initiallyLorenz Kästle1-1/+3
2024-11-28check_icmp: Add some lines to introduce some readabilityLorenz Kästle1-1/+10
2024-11-28check_icmp: clang-formatLorenz Kästle1-106/+188
2024-11-27Merge pull request #2050 from RincewindsHat/fix/ssl_version_documentationLorenz Kästle1-1/+1
2024-11-27check_curl: update TLS notification notesLorenz Kästle1-1/+1
2024-11-15check_swap stuff: Error out if meminfo file can not be openedLorenz Kästle1-0/+7
2024-11-15check_swap stuff: make type casts explicit instead of implicitLorenz Kästle1-10/+10
2024-11-15check_swap stuff: improve error handlingLorenz Kästle1-19/+40
2024-11-15check_swap stuff: Add comments to ifdef stuff to improve readabilityLorenz Kästle1-4/+4
2024-11-15check_swap stuff: Use pragma once instead of include guardLorenz Kästle1-4/+1
2024-11-10check_swap: change threshold handling againLorenz Kästle3-18/+24
2024-11-10check_swap: stricter error handlingLorenz Kästle2-1/+13
2024-11-10check_swap: Use sscanf more precisely to avoid false matchesLorenz Kästle1-1/+1
2024-11-10check_swap: Make check_swap work without thresholdsLorenz Kästle3-12/+9
2024-11-10check_swap: Fix text in old school testsLorenz Kästle1-3/+3
2024-11-10test_check_swap: declare verbose in tests for nowLorenz Kästle1-0/+2
2024-11-10test_check_swap: improvements and updates to unit test codeLorenz Kästle1-6/+4
2024-11-10check_swap: Small improvementsLorenz Kästle1-8/+6
2024-11-10Merge branch 'master' into check_swap_againLorenz Kästle442-3604/+10359
2024-11-09Merge pull request #2046 from RincewindsHat/fix/format_stringLorenz Kästle1-1/+1
2024-11-09Merge pull request #2045 from RincewindsHat/fix/calloc_argument_orderLorenz Kästle4-4/+4
2024-11-09Fix false formatting directive in printfLorenz Kästle1-1/+1
2024-11-09Fix argument order of calloc on several occasionsLorenz Kästle4-4/+4
2024-11-08Merge pull request #2043 from RincewindsHat/cleanup/leftoversLorenz Kästle11-209/+201