Commit graph

3939 commits

Author SHA1 Message Date
Jan Wagner
0cbcbd756a Switch back to git version
This reverts commit 370a17a55a.
2023-10-18 11:21:28 +02:00
Jan Wagner
70e55c0a7a Update NEWS file 2023-10-18 11:11:23 +02:00
Jan Wagner
370a17a55a Change version to our release 2023-10-18 11:09:09 +02:00
Sven Nierlein
01137cd8f6 extend github action tests
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-18 11:02:16 +02:00
waja
99e2d981c2
Merge pull request #1945 from RincewindsHat/release_bugfix
Include maxfd.h in lib Makefile to fix "make dist"
2023-10-18 10:45:53 +02:00
RincewindsHat
392ee835ee Include maxfd.h in lib Makefile
This fixes a regression which was introduced with 719e27ddc2
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-18 10:30:18 +02:00
Jan Wagner
4276469994 Change versions back to git 2023-10-17 17:58:36 +02:00
Jan Wagner
8cebcf6e1b Merge branch 'master' of github.com:monitoring-plugins/monitoring-plugins 2023-10-17 17:56:44 +02:00
Jan Wagner
63b127e279 Fix indentation of NEWS 2023-10-17 17:56:06 +02:00
RincewindsHat
2d122f3782 Fix typo 2023-10-17 17:56:06 +02:00
RincewindsHat
ddbf839d93 Shorten NEWS quite a bit 2023-10-17 17:56:06 +02:00
Jan Wagner
14e6b33c85 Update documentation with latest release 2023-10-17 17:56:06 +02:00
Jan Wagner
f7417490cc Prevent THANKS.in from beeing codespelled 2023-10-17 17:56:06 +02:00
Jan Wagner
0d0b044c6d Prepare release 2.3.4 2023-10-17 17:56:06 +02:00
Jan Wagner
2a04701438 Merge branch 'master' of github.com:monitoring-plugins/monitoring-plugins 2023-10-17 13:39:37 +02:00
Lorenz Kästle
e23a75d954
Merge pull request #1940 from RincewindsHat/compiler_warning_unused-but-set-variable
check_dhcp: Fix for -Wunused-but-set-variable
2023-10-16 11:19:31 +02:00
Lorenz Kästle
0fb56b813d
Merge pull request #1939 from RincewindsHat/compiler_warnings_parentheses
Fixes for compiler warning -Wparentheses
2023-10-16 11:19:12 +02:00
RincewindsHat
79e2f52094 Fix for -Wunused-but-set-variable 2023-10-16 00:59:30 +02:00
RincewindsHat
6972242126 Fixes for compiler warning -Wparentheses 2023-10-16 00:45:33 +02:00
Lorenz Kästle
15b4e89a42
Merge pull request #1938 from RincewindsHat/compiler_warnings_unused
check_curl: fix compiler warnings for unused variables
2023-10-15 21:56:54 +02:00
RincewindsHat
ceb614aad4 fix compiler warnings for unused variables 2023-10-15 19:11:40 +02:00
Lorenz Kästle
fff1014d13
Merge pull request #1937 from RincewindsHat/replace_booleans_in_lib
Replace old school booleans in lib
2023-10-15 19:01:25 +02:00
RincewindsHat
ddbabaa3b6 Replace all old school booleans in lib witch C99 ones 2023-10-15 18:21:31 +02:00
RincewindsHat
4b9d90f31c Whitespace fixes in lib 2023-10-15 18:17:36 +02:00
Lorenz Kästle
b1801c1084
Merge pull request #1936 from RincewindsHat/Compiler_warnings_cast_function_type
check_curl: Compiler warnings cast function type
2023-10-15 15:46:28 +02:00
RincewindsHat
928e1c7496 Whitespace fixes 2023-10-15 15:11:07 +02:00
RincewindsHat
fa3b80ce7d Fix -Wcast-function-type compiler warnings 2023-10-15 15:10:27 +02:00
Lorenz Kästle
60bdbe5f9e
Merge pull request #1906 from monitoring-plugins/check_dhcp_rogue_detection
check_dhcp: merged patch from #752
2023-10-13 19:19:09 +02:00
Lorenz Kästle
b6d3acf5e3 Merge branch 'master' into check_dhcp_rogue_detection 2023-10-13 19:09:29 +02:00
Lorenz Kästle
bf70f5f847
Merge pull request #1927 from RincewindsHat/autoconf_fix
Somehow this fixes detection of the availability of struct timeval fo…
2023-10-13 07:37:03 +02:00
Lorenz Kästle
dbd49978af
Update configure.ac
Co-authored-by: waja <waja@users.noreply.github.com>
2023-10-13 01:38:42 +02:00
Lorenz Kästle
56ba2368d9
Merge pull request #1928 from datamuc/merge-jitter
check_icmp: Add support to Jitter, MOS and Score
2023-10-13 01:37:38 +02:00
RincewindsHat
f5074ac7f0 Fix spelling stuff 2023-10-13 01:29:31 +02:00
RincewindsHat
0de0daccec Add some more comments about the MOS score 2023-10-13 01:25:22 +02:00
RincewindsHat
eb6c83a650 Even more code formatting and cleanup 2023-10-09 14:03:36 +02:00
RincewindsHat
9da06d5625 Do some more formatting 2023-10-09 01:57:37 +02:00
RincewindsHat
c568ad207c Remove preprocessor macro 2023-10-09 01:31:52 +02:00
RincewindsHat
f7df88dac3 Do some code formatting 2023-10-09 01:18:04 +02:00
RincewindsHat
b6fea24c3d More consequent booleans 2023-10-09 01:17:44 +02:00
RincewindsHat
6a4b9927cb fix unused variables compiler warning 2023-10-08 22:50:17 +02:00
RincewindsHat
b053278b18 fix sign compare compiler warnings 2023-10-08 22:49:45 +02:00
RincewindsHat
9426b9a338 Initialise threshold variables properly 2023-10-08 22:48:39 +02:00
RincewindsHat
c011d010ee Merge branch 'master' into datamuc-merge-jitter 2023-10-08 22:38:36 +02:00
Lorenz Kästle
4d8f1dab57
Merge pull request #1933 from RincewindsHat/compiler-warnings-werror
Fix missing include in plugins/runcmd.c
2023-10-08 13:33:32 +02:00
RincewindsHat
09923e8a0f Fix missing include in plugins/runcmd.c 2023-10-07 23:31:59 +02:00
RincewindsHat
da59856f99 Fix typo 2023-10-07 22:43:44 +02:00
RincewindsHat
b81847cb5f Refactor new threshold parser 2023-10-07 11:49:27 +02:00
RincewindsHat
19dc003936 Do some actual error checking on the threshold parser 2023-10-07 11:48:57 +02:00
RincewindsHat
9faa417aeb Remove useless return after crash 2023-10-06 16:05:01 +02:00
RincewindsHat
aba1ef97f3 Change function type of get_thresholds to better reflect the options and describe it in general 2023-10-06 16:04:43 +02:00