summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
9 dayscheck_http: fix documentation for --state-regexfix_check_http_state_regexAndreas Baumann1-1/+1
2024-12-02check_curl: enable internal cookie handlingAndre Klärner1-1/+7
This enables us to enable curl cookie engine by specifying an empty filename as the cookie jar file. This works, since curl's CURLOPT_COOKIEFILE option allows passing an empty string as filename, which it interprets as a request to enable the cookie processing. But since CURLOPT_COOKIEJAR would now attempt to write to a file named by an empty filename, it would break again (or at least produce a warning in verbose output). Overall this is allows to handle checking URLs with cookie based sessions without persisting the cookies to disk, by using the curl-internal redirect following.
2024-11-28Merge pull request #2053 from klaernie/supportLorenz Kästle1-1/+1
fix typo in SUPPORT
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
check_curl: update TLS notification notes, mention deprecation of TLSv1.0 and TLSv1.1
2024-11-27check_curl: update TLS notification notesLorenz Kästle1-1/+1
2024-11-09Merge pull request #2046 from RincewindsHat/fix/format_stringLorenz Kästle1-1/+1
Fix false formatting directive in printf
2024-11-09Merge pull request #2045 from RincewindsHat/fix/calloc_argument_orderLorenz Kästle4-4/+4
Fix argument order of calloc on several occasions
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
Cleanup/leftovers
2024-11-08Merge pull request #2032 from RincewindsHat/cleanup/check_aptLorenz Kästle2-309/+356
Cleanup/check apt
2024-11-08Merge branch 'master' into cleanup/check_aptLorenz Kästle1-6/+9
2024-11-08Merge branch 'master' into cleanup/leftoversLorenz Kästle1-6/+9
2024-11-08Merge pull request #2044 from RincewindsHat/fix/fedora-rpm-buildLorenz Kästle1-6/+9
Fix RPM build tests
2024-11-08Fix RPM build testsLorenz Kästle1-6/+9
2024-11-08check_ups: do not declare print_usage staticLorenz Kästle1-1/+1
2024-11-08check_smtp: delare previously missed file local variables staticLorenz Kästle1-2/+2
2024-11-08check_ups: delare file local variables staticLorenz Kästle1-6/+6
2024-11-08check_smtp: delare file local variables staticLorenz Kästle1-48/+46
2024-11-08check_radius: delare file local variables staticLorenz Kästle1-14/+14
2024-11-08check_ide_smart: fix misleading static declarationLorenz Kästle1-4/+2
2024-11-08check_procs: use proper escape for %Lorenz Kästle1-1/+1
2024-11-08check_procs: delare file local variables staticLorenz Kästle1-29/+27
2024-11-08check_nwstat: delare file local variables staticLorenz Kästle1-24/+24
2024-11-08check_ntp: delare file local variables staticLorenz Kästle1-4/+4
2024-11-08check_nt: delare file local variables staticLorenz Kästle1-20/+19
2024-11-08check_mysql: delare file local variables staticLorenz Kästle1-21/+21
2024-11-08check_ldap: delare file local variables staticLorenz Kästle1-21/+21
2024-11-08check_overcr: delare file local variables staticLorenz Kästle1-16/+15
2024-11-08check_apt: Purify run_upgrade functionLorenz Kästle1-24/+42
2024-11-08check_apt: clang-formatLorenz Kästle1-30/+34
2024-11-08check_apt: localize variablesRincewindsHat1-37/+28
2024-11-08check_apt: declare local functions staticRincewindsHat1-8/+8
2024-11-08clang-format: always add bracesRincewindsHat2-24/+46
2024-11-08check_apt: mindless linter fixesRincewindsHat1-10/+24
2024-11-08check_apt: clang-formatLorenz Kästle1-253/+251
2024-11-08Merge pull request #2042 from Firstyear/20241108-fping-missed-changesLorenz Kästle1-2/+2
Add missed changes for dontfrag
2024-11-08Add missed changes for dontfragWilliam1-2/+2
Due to a mistake with git the command line args were not properly updated.
2024-11-07Merge pull request #2036 from RincewindsHat/cleanup/tapLorenz Kästle17-171/+103
tap: clang-format
2024-11-07Merge pull request #2041 from Firstyear/20241006-fping-dont-fragLorenz Kästle1-0/+19
Add dontfrag / random to fping check
2024-11-06Add dontfrag/random for fpingWilliam1-0/+19
Support the dont fragment and randomise packet data options for check_fping
2024-11-06Merge pull request #2037 from RincewindsHat/update/gnulib-1.0Lorenz Kästle403-2888/+9650
Sync with the latest Gnulib code (d4ec02b3cc) (gnulib v1.0)
2024-11-05Merge pull request #2039 from RincewindsHat/fix/check_disk_initialize_variablesLorenz Kästle1-11/+11
check_disk: Initialize most variables
2024-11-04check_disk: Initialize most variablesLorenz Kästle1-11/+11
2024-10-31check_rpc: recognize capitalized "Program" in rpcinfo output (fixes #1488)Sven Nierlein1-3/+3
Signed-off-by: Sven Nierlein <sven@consol.de>
2024-10-31Sync with the latest Gnulib code (d4ec02b3cc)Lorenz Kästle403-2888/+9650