summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-10-04add some basic tests for the new modesDanijel Tasov1-1/+47
Signed-off-by: Danijel Tasov <m@rbfh.de>
2023-10-04update failure regexDanijel Tasov1-1/+1
2023-10-04fix host count on when checking multiple hostsDanijel Tasov1-21/+24
2023-10-04adjust check_icmp testsDanijel Tasov2-6/+6
2023-09-28update-poDanijel Tasov4-4/+70
Signed-off-by: Danijel Tasov <m@rbfh.de>
2023-09-27cleanup more merge debrisDanijel Tasov1-8/+3
Signed-off-by: Danijel Tasov <m@rbfh.de>
2023-09-27Merge branch 'master' into merge-jitterLorenz Kästle6-10/+9
2023-09-27Merge pull request #1929 from datamuc/patch-1Lorenz Kästle1-2/+2
run tests with debian:stable
2023-09-27Merge pull request #1926 from RincewindsHat/remove_retsigtypeLorenz Kästle5-8/+7
Remove check for RETSIGTYPE in autoconf stuff
2023-09-26Add some spaces to the outputDanijel Tasov1-19/+19
needed if multiple modes are used at once Signed-off-by: Danijel Tasov <m@rbfh.de>
2023-09-26fixed commentDanijel Tasov1-1/+1
Signed-off-by: Danijel Tasov <m@rbfh.de>
2023-09-26add missing characterDanijel Tasov1-1/+1
2023-09-25run tests with debian:stablerefs/pull/1929/headdatamuc1-2/+2
debian:testing is broken
2023-09-25Fix spelingDanijel Tasov1-1/+1
Signed-off-by: Danijel Tasov <m@rbfh.de>
2023-09-25Fix compile errorsDanijel Tasov1-8/+6
Signed-off-by: Danijel Tasov <m@rbfh.de>
2023-09-25exit UNKNOWN on -VDanijel Tasov1-1/+1
Signed-off-by: Danijel Tasov <m@rbfh.de>
2023-09-23fix merge errorDanijel Tasov1-1/+0
Signed-off-by: Danijel Tasov <m@rbfh.de>
2023-09-23Merge branch 'jitter-orig' into merge-jitterDanijel Tasov1-31/+377
2023-09-23remove root checkDanijel Tasov2-16/+0
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-23Remove check for RETSIGTYPE in autoconf stuffrefs/pull/1926/headRincewindsHat5-8/+7
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-23Merge pull request #1924 from RincewindsHat/compiler_warnings_4_1Lorenz Kästle12-59/+54
Centralise and refactor maxfd related functionality
2023-09-23open_max is a library function now, it should be mp_open_maxrefs/pull/1924/headRincewindsHat5-11/+11
2023-09-23Merge pull request #1925 from RincewindsHat/compiler_warnings_4_2Lorenz Kästle2-9/+10
Place _cmd_pids in object not header to avoid unsused variables
2023-09-22Update translationsLorenz Kästle3-12/+3
2023-09-22Place _cmd_pids in object not header to avoid unsused variablesrefs/pull/1925/headRincewindsHat2-9/+10
2023-09-22fixup! Rework maxfd/open_max to avoid unused variablesRincewindsHat2-0/+35
2023-09-22Rework maxfd/open_max to avoid unused variablesRincewindsHat7-47/+16
2023-09-21Merge pull request #1923 from RincewindsHat/doc/check_diskLorenz Kästle4-12/+76
Doc/check disk
2023-09-21Update translationsrefs/pull/1923/headLorenz Kästle3-8/+64
2023-09-21Add -C to general usage hintsLorenz Kästle1-1/+1
2023-09-21check_disk: Add some general usage hintsRincewindsHat1-0/+8
2023-09-21check_disk: More spacing to separate examplesRincewindsHat1-2/+2
2023-09-21check_disk: Mention -A and long options in error message about missing ↵RincewindsHat1-1/+1
thresholds
2023-09-21check_disk: Fix printf format stringRincewindsHat1-1/+1
2023-09-21Merge pull request #1868 from RincewindsHat/compiler_warning_part_3Lorenz Kästle3-52/+62
Replace deprecated TLS client functions
2023-09-21Merge branch 'master' into compiler_warning_part_3refs/pull/1868/headLorenz Kästle13-157/+171
2023-09-19Merge pull request #1870 from RincewindsHat/compiler_warning_part_5Lorenz Kästle3-11/+7
Compiler warning part 5
2023-09-18Merge pull request #1718 from GerMalaz/mysql_detect_mysqldumpLorenz Kästle1-7/+28
check_mysql: Detect running mysqldump
2023-09-18Merge branch 'master' into mysql_detect_mysqldumprefs/pull/1718/headRincewindsHat567-25649/+46595
2023-09-18Initialize slaveresult to 0 and use strncat instead of bsd strlcatRincewindsHat1-2/+2
2023-09-18Add mysql_close to avoid spamming the server logsRincewindsHat1-0/+1
2023-09-14Merge pull request #1922 from RincewindsHat/update_docsLorenz Kästle1-6/+3
Update docs regarding C coding style
2023-09-12Switch guidelines to use bool instead of int for booleansrefs/pull/1922/headRincewindsHat1-3/+3
2023-09-12Remove note about comments, we will accept // commentsRincewindsHat1-3/+0
2023-09-12Merge pull request #1920 from RincewindsHat/fix/check_disk_remove_dead_variablesLorenz Kästle1-4/+1
check_disk: Remove some dead variables
2023-09-12Merge pull request #1917 from RincewindsHat/additional_perl_tain_fixesLorenz Kästle3-8/+11
Additional perl taint fixes
2023-09-12Merge pull request #1921 from RincewindsHat/fix/error_in_po_filesLorenz Kästle3-120/+120
Fix some errors in metadata in translation files
2023-09-11add update-po changes for the pot filerefs/pull/1921/headRincewindsHat1-2/+2
2023-09-11Change encoding of german translation file to utf8RincewindsHat1-105/+105
2023-09-11Fix some errors in metadata in translation filesRincewindsHat3-15/+15