summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-10-18check_fping: Use C99 booleansRincewindsHat1-25/+25
2023-10-18check_dns: Use C99 booleansRincewindsHat1-33/+32
2023-10-18check_disk: Use C99 booleansRincewindsHat1-29/+29
2023-10-18check_dig: Use C99 booleansRincewindsHat1-5/+5
2023-10-18check_by_ssh: Use C99 booleansRincewindsHat1-6/+6
2023-10-18Merge pull request #1946 from waja/2.3.5waja1-0/+4
Release 2.3.5
2023-10-18Switch back to git versionJan Wagner2-2/+2
This reverts commit 370a17a55a651b4a1bb61e68152874a027ddf3b1.
2023-10-18Update NEWS filev2.3.5Jan Wagner1-0/+4
2023-10-18Change version to our releaseJan Wagner2-2/+2
2023-10-18extend github action testsSven Nierlein1-2/+7
add some more steps to the test pipeline: - make dist - builds from the tarball above this test should fail until #1943 is fixed.
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 MakefileRincewindsHat1-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-16Fix for -Wunused-but-set-variableRincewindsHat1-3/+1
2023-10-16Fixes for compiler warning -WparenthesesRincewindsHat4-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 variablesRincewindsHat2-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 onesRincewindsHat8-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 fixesRincewindsHat1-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_detectionLorenz 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-13Update configure.acLorenz Kästle1-1/+1
Co-authored-by: waja <waja@users.noreply.github.com>
2023-10-13Merge pull request #1928 from datamuc/merge-jitterLorenz Kästle7-113/+699
check_icmp: Add support to Jitter, MOS and Score
2023-10-13Fix spelling stuffRincewindsHat2-2/+2
2023-10-13Add some more comments about the MOS scoreRincewindsHat1-0/+22
2023-10-09Even more code formatting and cleanupRincewindsHat1-21/+26
2023-10-09Do some more formattingRincewindsHat1-107/+107
2023-10-09Remove preprocessor macroRincewindsHat1-6/+5
2023-10-09Do some code formattingRincewindsHat1-16/+17
2023-10-09More 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