RincewindsHat
a7e494192d
check_ntp_peer: Use C99 booleans
2023-10-18 17:11:21 +02:00
RincewindsHat
ca5af12f94
check_ntp: Use C99 booleans
2023-10-18 17:01:59 +02:00
RincewindsHat
1ba64fb566
check_nt: Use C99 booleans
2023-10-18 16:54:48 +02:00
RincewindsHat
ee80cc2591
check_dns: Another C99 boolean
2023-10-18 16:54:33 +02:00
RincewindsHat
6fc6e86994
check_mysql_query: Use C99 booleans
2023-10-18 16:48:05 +02:00
RincewindsHat
0b389d636e
check_mysql: Use C99 booleans
2023-10-18 16:40:51 +02:00
RincewindsHat
45893377bd
check_mrtgtraf: Use C99 booleans
2023-10-18 16:39:13 +02:00
RincewindsHat
790374c3b1
check_mrtg: Use C99 booleans
2023-10-18 16:37:36 +02:00
RincewindsHat
82f391085d
check_ldap: Use C99 booleans
2023-10-18 16:35:56 +02:00
RincewindsHat
58123356d5
check_ide_smart: Use C99 booleans
2023-10-18 16:33:39 +02:00
RincewindsHat
7ef12f5510
check_game: Use C99 booleans
2023-10-18 16:30:59 +02:00
RincewindsHat
4a6c5ecc94
check_fping: Use C99 booleans
2023-10-18 16:27:28 +02:00
RincewindsHat
a964f87d14
check_dns: Use C99 booleans
2023-10-18 16:22:45 +02:00
RincewindsHat
b6796d9172
check_disk: Use C99 booleans
2023-10-18 16:16:44 +02:00
RincewindsHat
bafe2c2ceb
check_dig: Use C99 booleans
2023-10-18 16:14:01 +02:00
RincewindsHat
2f29f45e10
check_by_ssh: Use C99 booleans
2023-10-18 16:12:41 +02:00
waja
5b29a86e3a
Merge pull request #1946 from waja/2.3.5
...
Release 2.3.5
2023-10-18 11:35:48 +02:00
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