Commit graph

3839 commits

Author SHA1 Message Date
Lorenz Kästle
c67aa6d45f
Merge branch 'master' into merge-jitter 2023-09-27 10:02:17 +02:00
Lorenz Kästle
a4c7111f90
Merge pull request #1929 from datamuc/patch-1
run tests with debian:stable
2023-09-27 10:01:55 +02:00
Lorenz Kästle
96f69f7829
Merge pull request #1926 from RincewindsHat/remove_retsigtype
Remove check for RETSIGTYPE in autoconf stuff
2023-09-27 09:55:51 +02:00
Danijel Tasov
42125d928f Add some spaces to the output
needed if multiple modes are used at once

Signed-off-by: Danijel Tasov <m@rbfh.de>
2023-09-26 17:35:31 +02:00
Danijel Tasov
4ed1d74295 fixed comment
Signed-off-by: Danijel Tasov <m@rbfh.de>
2023-09-26 17:26:43 +02:00
Danijel Tasov
2d6b467530 add missing character 2023-09-26 10:01:05 +02:00
datamuc
9c1c3fce43
run tests with debian:stable
debian:testing is broken
2023-09-25 21:30:32 +02:00
Danijel Tasov
111e25efcd Fix speling
Signed-off-by: Danijel Tasov <m@rbfh.de>
2023-09-25 18:29:27 +02:00
Danijel Tasov
3f0cc2533c Fix compile errors
Signed-off-by: Danijel Tasov <m@rbfh.de>
2023-09-25 18:23:54 +02:00
Danijel Tasov
9387e21de7 exit UNKNOWN on -V
Signed-off-by: Danijel Tasov <m@rbfh.de>
2023-09-25 09:49:59 +02:00
Danijel Tasov
2f909de340 fix merge error
Signed-off-by: Danijel Tasov <m@rbfh.de>
2023-09-23 16:46:15 +02:00
Danijel Tasov
4b242f0678 Merge branch 'jitter-orig' into merge-jitter 2023-09-23 16:33:52 +02:00
Danijel Tasov
8272d73e57 remove root check
We can perfectly do icmp without root by using capabalities.  So,
instead of doing unsufficient checks beforehand, we just try and fail if
it doesn't work.

Signed-off-by: Danijel Tasov <m@rbfh.de>
2023-09-23 16:18:08 +02:00
RincewindsHat
513929d796 Remove check for RETSIGTYPE in autoconf stuff
autoupdate tells me, that since C89 I can safely assume RETSIGTYPE
is void.

Therefore to simplify things I removed the corresponding configure.ac
line and replaced all mentions of RETSIGTYPE with void.
2023-09-23 12:31:33 +02:00
Lorenz Kästle
719e27ddc2
Merge pull request #1924 from RincewindsHat/compiler_warnings_4_1
Centralise and refactor maxfd related functionality
2023-09-23 10:47:01 +02:00
RincewindsHat
4295decfbf open_max is a library function now, it should be mp_open_max 2023-09-23 10:33:06 +02:00
Lorenz Kästle
fe718dec11
Merge pull request #1925 from RincewindsHat/compiler_warnings_4_2
Place _cmd_pids in object not header to avoid unsused variables
2023-09-23 09:33:32 +02:00
Lorenz Kästle
bef0d0dd4a Update translations 2023-09-22 15:36:59 +02:00
RincewindsHat
a3029c5a2e Place _cmd_pids in object not header to avoid unsused variables 2023-09-22 15:28:06 +02:00
RincewindsHat
0162cb2d4f fixup! Rework maxfd/open_max to avoid unused variables 2023-09-22 15:24:26 +02:00
RincewindsHat
7fd0e6f36d Rework maxfd/open_max to avoid unused variables 2023-09-22 15:22:57 +02:00
Lorenz Kästle
7f460dd60a
Merge pull request #1923 from RincewindsHat/doc/check_disk
Doc/check disk
2023-09-21 12:25:30 +02:00
Lorenz Kästle
b6bb2a18c9 Update translations 2023-09-21 12:14:24 +02:00
Lorenz Kästle
2ef36843ab Add -C to general usage hints 2023-09-21 12:09:10 +02:00
RincewindsHat
8faf7afad3 check_disk: Add some general usage hints 2023-09-21 12:09:10 +02:00
RincewindsHat
b01aa8c433 check_disk: More spacing to separate examples 2023-09-21 12:09:10 +02:00
RincewindsHat
2f916675b3 check_disk: Mention -A and long options in error message about missing thresholds 2023-09-21 12:09:10 +02:00
RincewindsHat
3e8fdf9b35 check_disk: Fix printf format string 2023-09-21 12:09:10 +02:00
Lorenz Kästle
7e81cb3c1f
Merge pull request #1868 from RincewindsHat/compiler_warning_part_3
Replace deprecated TLS client functions
2023-09-21 12:03:52 +02:00
Lorenz Kästle
d5d0b50e89
Merge branch 'master' into compiler_warning_part_3 2023-09-21 09:22:33 +02:00
Lorenz Kästle
220455a11e
Merge pull request #1870 from RincewindsHat/compiler_warning_part_5
Compiler warning part 5
2023-09-19 11:06:39 +02:00
Lorenz Kästle
2f0119ef1d
Merge pull request #1718 from GerMalaz/mysql_detect_mysqldump
check_mysql: Detect running mysqldump
2023-09-18 23:16:27 +02:00
RincewindsHat
0e70e81133 Merge branch 'master' into mysql_detect_mysqldump 2023-09-18 22:59:46 +02:00
RincewindsHat
ce355c80cf Initialize slaveresult to 0 and use strncat instead of bsd strlcat 2023-09-18 22:58:34 +02:00
RincewindsHat
c405dbafcc Add mysql_close to avoid spamming the server logs 2023-09-18 19:18:35 +02:00
Lorenz Kästle
2ddc75e69d
Merge pull request #1922 from RincewindsHat/update_docs
Update docs regarding C coding style
2023-09-14 09:33:36 +02:00
RincewindsHat
565e23a7df Switch guidelines to use bool instead of int for booleans 2023-09-12 15:50:00 +02:00
RincewindsHat
fbb9050c64 Remove note about comments, we will accept // comments 2023-09-12 15:48:44 +02:00
Lorenz Kästle
7cf099cfb4
Merge pull request #1920 from RincewindsHat/fix/check_disk_remove_dead_variables
check_disk: Remove some dead variables
2023-09-12 10:07:33 +02:00
Lorenz Kästle
0e0c574e55
Merge pull request #1917 from RincewindsHat/additional_perl_tain_fixes
Additional perl taint fixes
2023-09-12 10:00:29 +02:00
Lorenz Kästle
b8908efa07
Merge pull request #1921 from RincewindsHat/fix/error_in_po_files
Fix some errors in metadata in translation files
2023-09-12 09:59:55 +02:00
RincewindsHat
9e776a7ae2 add update-po changes for the pot file 2023-09-12 01:43:07 +02:00
RincewindsHat
8c9e32f3d6 Change encoding of german translation file to utf8 2023-09-12 01:39:10 +02:00
RincewindsHat
4e916f5ea4 Fix some errors in metadata in translation files 2023-09-12 01:22:32 +02:00
RincewindsHat
53ea2304aa check_disk: Remove some dead variables 2023-09-12 00:50:55 +02:00
RincewindsHat
42f593c5f2 check_breeze, check_wave, unset CDPATH env var 2023-09-07 20:56:15 +02:00
RincewindsHat
4b58104107 Use compile time determined path to snmpget in check_wave 2023-09-07 17:37:34 +02:00
RincewindsHat
0ee08563c5 Add dynamic path to snmpget to perl utils 2023-09-07 17:34:14 +02:00
Lorenz Kästle
0613648bb9
Merge pull request #1901 from trickert76/patch-chunk-nobody
check_http: Fixing unchunking body when no body is present
2023-09-07 16:17:49 +02:00
Lorenz Kästle
ab493d5515
Merge branch 'master' into compiler_warning_part_3 2023-09-07 16:10:33 +02:00