summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-10-06use pack_sockaddr_in rather than hand-rolledrefs/pull/1932/headStuart Henderson1-3/+1
On some OS, sockaddr structs include a length field. Perl's pack_sockaddr_in takes this into account; the hand-rolled "pack('S n a4 x8'..." doesn't do so, resulting in connection failures.
2023-10-05Merge pull request #1904 from Al2Klimov/1857Lorenz Kästle6-30/+123
check_disk: interpret -X' arg as pattern, not literal
2023-10-03Merge pull request #1411 from ↵Lorenz Kästle1-1/+2
glensc/pld/nagios-plugins-check_disk_smb-zero-cap.patch check_disk_smb: allow checking 0-sized resource (ex. IPC$)
2023-10-03Merge pull request #1931 from RincewindsHat/fix/typosLorenz Kästle6-6/+6
Fix some more typos
2023-10-03Fix some more typosrefs/pull/1931/headRincewindsHat6-6/+6
2023-10-01Merge pull request #1930 from RincewindsHat/cleanup/check_dhcpLorenz Kästle1-340/+331
Cleanup/check dhcp
2023-10-01Update copyrightrefs/pull/1930/headRincewindsHat1-1/+1
2023-10-01Remove trailing linesRincewindsHat1-3/+0
2023-10-01Comment some endifs to make comprehension easierRincewindsHat1-2/+3
2023-10-01Use real booleansRincewindsHat1-17/+14
2023-10-01Homogenize whitespace usageRincewindsHat1-305/+305
2023-10-01Remove unnecessary type definesRincewindsHat1-20/+16
2023-09-30Update translationsrefs/pull/1904/headLorenz Kästle3-6/+18
2023-09-30check_disk: Change usage for --include-type to indicated regexes are now ↵Lorenz Kästle1-2/+2
possible
2023-09-30Fix typoLorenz Kästle1-1/+1
2023-09-30Document new np_add_regex more and add error handlingLorenz Kästle1-4/+29
2023-09-30check_disk: Use regex also to include fs typesLorenz Kästle1-3/+7
2023-09-28Update translationsLorenz Kästle3-15/+19
2023-09-28check_disk: make -X a regex listAlexander A. Klimov1-7/+11
2023-09-28Introduce np_find_regmatch()Alexander A. Klimov2-0/+26
2023-09-28Introduce np_add_regex()Alexander A. Klimov2-0/+12
2023-09-28Introduce regex_listAlexander A. Klimov1-0/+6
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-25run tests with debian:stablerefs/pull/1929/headdatamuc1-2/+2
debian:testing is broken
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