summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-10-18Merge pull request #1945 from RincewindsHat/release_bugfixwaja1-1/+1
Include maxfd.h in lib Makefile to fix "make dist"
2023-10-18Include maxfd.h in lib Makefilerefs/pull/1945/headRincewindsHat1-1/+1
This fixes a regression which was introduced with 719e27ddc2f0b48bcd7fe5584b23e3ce83ddf291 It prevents the creation of working release tarballs with the current toolchain. This commit add the header file maxfd.h to list of needed files.
2023-10-17Change versions back to gitJan Wagner2-2/+2
2023-10-17Merge branch 'master' of github.com:monitoring-plugins/monitoring-pluginsJan Wagner6-6/+53
2023-10-17Fix indentation of NEWSJan Wagner1-15/+15
2023-10-17Fix typoRincewindsHat1-1/+1
2023-10-17Shorten NEWS quite a bitRincewindsHat1-168/+27
2023-10-17Update documentation with latest releaseJan Wagner1-3/+3
2023-10-17Prevent THANKS.in from beeing codespelledJan Wagner1-1/+1
2023-10-17Prepare release 2.3.4Jan Wagner4-2/+190
2023-10-17Merge branch 'master' of github.com:monitoring-plugins/monitoring-pluginsJan Wagner65-5727/+2117
2023-10-16Merge pull request #1940 from ↵Lorenz Kästle1-3/+1
RincewindsHat/compiler_warning_unused-but-set-variable check_dhcp: Fix for -Wunused-but-set-variable
2023-10-16Merge pull request #1939 from RincewindsHat/compiler_warnings_parenthesesLorenz Kästle4-7/+8
Fixes for compiler warning -Wparentheses
2023-10-15Fix for -Wunused-but-set-variablerefs/pull/1940/headRincewindsHat1-3/+1
2023-10-15Fixes for compiler warning -Wparenthesesrefs/pull/1939/headRincewindsHat4-7/+8
2023-10-15Merge pull request #1938 from RincewindsHat/compiler_warnings_unusedLorenz Kästle2-5/+12
check_curl: fix compiler warnings for unused variables
2023-10-15fix compiler warnings for unused variablesrefs/pull/1938/headRincewindsHat2-5/+12
2023-10-15Merge pull request #1937 from RincewindsHat/replace_booleans_in_libLorenz Kästle17-222/+208
Replace old school booleans in lib
2023-10-15Replace all old school booleans in lib witch C99 onesrefs/pull/1937/headRincewindsHat8-116/+104
2023-10-15Whitespace fixes in libRincewindsHat16-106/+104
2023-10-15Merge pull request #1936 from RincewindsHat/Compiler_warnings_cast_function_typeLorenz Kästle1-10/+8
check_curl: Compiler warnings cast function type
2023-10-15Whitespace fixesrefs/pull/1936/headRincewindsHat1-4/+4
2023-10-15Fix -Wcast-function-type compiler warningsRincewindsHat1-6/+4
2023-10-13Merge pull request #1906 from monitoring-plugins/check_dhcp_rogue_detectionLorenz Kästle4-17/+62
check_dhcp: merged patch from #752
2023-10-13Merge branch 'master' into check_dhcp_rogue_detectionrefs/pull/1906/headLorenz Kästle14-151/+835
2023-10-13Merge pull request #1927 from RincewindsHat/autoconf_fixLorenz Kästle1-6/+10
Somehow this fixes detection of the availability of struct timeval fo…
2023-10-12Update configure.acrefs/pull/1927/headLorenz Kästle1-1/+1
Co-authored-by: waja <waja@users.noreply.github.com>
2023-10-12Merge pull request #1928 from datamuc/merge-jitterLorenz Kästle7-113/+699
check_icmp: Add support to Jitter, MOS and Score
2023-10-12Fix spelling stuffrefs/pull/1928/headRincewindsHat2-2/+2
2023-10-12Add some more comments about the MOS scoreRincewindsHat1-0/+22
2023-10-09Even more code formatting and cleanupRincewindsHat1-21/+26
2023-10-08Do some more formattingRincewindsHat1-107/+107
2023-10-08Remove preprocessor macroRincewindsHat1-6/+5
2023-10-08Do some code formattingRincewindsHat1-16/+17
2023-10-08More consequent booleansRincewindsHat1-2/+2
2023-10-08fix unused variables compiler warningRincewindsHat1-0/+2
2023-10-08fix sign compare compiler warningsRincewindsHat1-2/+2
2023-10-08Initialise threshold variables properlyRincewindsHat1-1/+16
2023-10-08Merge branch 'master' into datamuc-merge-jitterRincewindsHat1-0/+2
2023-10-08Merge pull request #1933 from RincewindsHat/compiler-warnings-werrorLorenz Kästle1-0/+2
Fix missing include in plugins/runcmd.c
2023-10-07Fix missing include in plugins/runcmd.crefs/pull/1933/headRincewindsHat1-0/+2
2023-10-07Fix typoRincewindsHat1-1/+1
2023-10-07Refactor new threshold parserRincewindsHat1-37/+45
2023-10-07Do some actual error checking on the threshold parserRincewindsHat1-6/+32
2023-10-06Remove useless return after crashRincewindsHat1-1/+0
2023-10-06Change function type of get_thresholds to better reflect the options and ↵RincewindsHat1-7/+14
describe it in general
2023-10-06Update commentRincewindsHat1-2/+2
2023-10-06Refactor get_threshold2 to be barely understandableRincewindsHat1-35/+65
2023-10-06Merge branch 'master' into merge-jitterLorenz Kästle1-3/+1
2023-10-06Merge pull request #1932 from RincewindsHat/check-ircd-pack-sockaddrLorenz Kästle1-3/+1
use pack_sockaddr_in rather than hand-rolled