summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-01-07check_http/check_curl: add chunked encoding testSven Nierlein2-2/+34
2023-01-07Reformat a part to increase readabilityRincewindsHat1-3/+13
2023-01-07Undo clang formattingRincewindsHat1-845/+790
2023-01-07Fix several bug in the implementation of unchunkingRincewindsHat1-6/+12
2023-01-07Fix chunked header detection regexRincewindsHat1-2/+2
2023-01-07Fix type of unchunk_content function declarationRincewindsHat1-1/+1
2023-01-07Undo sorting of header file includes, it breaks the buildRincewindsHat1-1/+3
2023-01-07Implement chunked encoding decodingRincewindsHat1-1/+102
2023-01-07Restructure code a bit to put things where they are actually neededRincewindsHat1-5/+7
2023-01-07Remove legacy comments and add some new onesRincewindsHat1-3/+1
2023-01-07Remove dead codeRincewindsHat1-18/+0
2023-01-07clang formatRincewindsHat1-813/+872
2023-01-07Document process_arguments a little bit betterRincewindsHat1-1/+4
2023-01-07Update copyrightRincewindsHat1-1/+1
2023-01-07Use real booleans instead of intsRincewindsHat1-56/+55
2022-12-22check_snmp: always apply format when applying multiplierSven Nierlein2-2/+6
2022-12-22Improve tests for check_snmp & multiply optionRobert Bohne2-9/+19
2022-12-22add 'multiplier' to modify current valueWolfgang Nieder2-26/+70
2022-12-22check_curl: fix checking large bodys (#1823)Sven Nierlein1-2/+5
2022-12-22make check_http faster with larger filesDanijel Tasov1-2/+7
2022-12-20Remove trailing whitespacesRincewindsHat1-14/+14
2022-12-20Fix unknown escape sequence error outputRincewindsHat1-1/+1
2022-12-13check_disk: Find accessible mount path if multiple are available (#1820)christian-21-0/+6
2022-11-29check_http: fix test planAksel Sjögren1-1/+1
2022-11-29check_icmp: fix parsing help/version long optionsAksel Sjögren1-8/+8
2022-11-11Bump actions/checkout from 2 to 3dependabot[bot]1-1/+1
2022-11-07Bump github/codeql-action from 1 to 2 (#1812)dependabot[bot]1-1/+1
2022-11-07Check curl detect ipv6 (#1809)Lorenz3-16/+47
2022-11-07Adding dependabot config which takes care of updating github actions (#1811)waja1-0/+10
2022-11-06Update GitHub runner (#1810)Lorenz2-17/+46
2022-11-05Remove superflous CRLF in HTTP-Requests in check_http (#1798)Lorenz1-3/+2
2022-11-04Removing is_pg_dbname alltogether,using postgres API. (Closes: #1660) (#1803)waja1-44/+4
2022-10-27fixed two PRId64 to PRIu64 in perfdata_uint64 (#1802)Andreas Baumann1-2/+2
2022-10-21using PRId64 and PRIu64 instead of %ld directly (#1800)Andreas Baumann1-12/+12
2022-10-19release v2.3.2Sven Nierlein4-8/+108
2022-10-07Updating THANKS.inJan Wagner1-0/+5
2022-10-07Adding Andreas Baumann to AUTHORSJan Wagner1-0/+1
2022-10-07Draft NEWSJan Wagner1-0/+20
2022-10-07Replace egrep with grep -E (#1791)Lorenz3-66/+66
2022-09-19Display total and scaled load values if check_load scales the values by numbe...Lorenz2-20/+51
2022-09-18check_http: Fix HD6 definitionJan Wagner1-1/+1
2022-09-18I had to make a couple of small changes.John C. Frickson1-5/+5
2022-09-18Remove unused codeEric Wunderlin1-4/+0
2022-09-18Added ability to correctly check redirects with reference format //test.serve...Eric Wunderlin1-0/+18
2022-09-14Check ntp remove unused variables (#1781)Lorenz1-4/+4
2022-09-11Check disk compiler warnings (#1758)Lorenz1-59/+8
2022-09-11Check load compiler warnings (#1759)Lorenz1-33/+33
2022-09-11Check swap compiler warnings (#1756)Lorenz1-6/+3
2022-07-25check_swap: Fix unit for total in perfdata (#1779)Lorenz1-11/+11
2022-07-25fix parsing swap values (#1780)Sven Nierlein1-1/+1