summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2023-10-18check_ntp: Use C99 booleansRincewindsHat1-13/+13
2023-10-18check_nt: Use C99 booleansRincewindsHat1-30/+30
2023-10-18check_dns: Another C99 booleanRincewindsHat1-1/+1
2023-10-18check_mysql_query: Use C99 booleansRincewindsHat1-4/+4
2023-10-18check_mysql: Use C99 booleansRincewindsHat1-7/+7
2023-10-18check_mrtgtraf: Use C99 booleansRincewindsHat1-10/+10
2023-10-18check_mrtg: Use C99 booleansRincewindsHat1-7/+7
2023-10-18check_ldap: Use C99 booleansRincewindsHat1-11/+11
2023-10-18check_ide_smart: Use C99 booleansRincewindsHat1-12/+6
2023-10-18check_game: Use C99 booleansRincewindsHat1-7/+7
2023-10-18check_fping: Use C99 booleansRincewindsHat1-25/+25
2023-10-18check_dns: Use C99 booleansRincewindsHat1-33/+32
2023-10-18check_disk: Use C99 booleansRincewindsHat1-29/+29
2023-10-18check_dig: Use C99 booleansRincewindsHat1-5/+5
2023-10-18check_by_ssh: Use C99 booleansRincewindsHat1-6/+6
2023-10-15Fixes for compiler warning -Wparenthesesrefs/pull/1939/headRincewindsHat2-3/+4
2023-10-15fix compiler warnings for unused variablesrefs/pull/1938/headRincewindsHat2-5/+12
2023-10-15Whitespace fixesrefs/pull/1936/headRincewindsHat1-4/+4
2023-10-15Fix -Wcast-function-type compiler warningsRincewindsHat1-6/+4
2023-10-07Fix missing include in plugins/runcmd.crefs/pull/1933/headRincewindsHat1-0/+2
2023-10-05Merge pull request #1904 from Al2Klimov/1857Lorenz Kästle1-12/+20
2023-10-03Fix some more typosrefs/pull/1931/headRincewindsHat4-4/+4
2023-09-30check_disk: Change usage for --include-type to indicated regexes are now poss...Lorenz Kästle1-2/+2
2023-09-30check_disk: Use regex also to include fs typesLorenz Kästle1-3/+7
2023-09-28check_disk: make -X a regex listAlexander A. Klimov1-7/+11
2023-09-23Remove check for RETSIGTYPE in autoconf stuffrefs/pull/1926/headRincewindsHat3-6/+6
2023-09-23open_max is a library function now, it should be mp_open_maxrefs/pull/1924/headRincewindsHat2-5/+5
2023-09-22Rework maxfd/open_max to avoid unused variablesRincewindsHat5-38/+8
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 thresh...RincewindsHat1-1/+1
2023-09-21check_disk: Fix printf format stringRincewindsHat1-1/+1
2023-09-21Merge branch 'master' into compiler_warning_part_3refs/pull/1868/headLorenz Kästle5-19/+37
2023-09-19Merge pull request #1870 from RincewindsHat/compiler_warning_part_5Lorenz Kästle2-7/+7
2023-09-18Merge branch 'master' into mysql_detect_mysqldumprefs/pull/1718/headRincewindsHat70-1231/+2667
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-11check_disk: Remove some dead variablesrefs/pull/1920/headRincewindsHat1-4/+1
2023-09-07Merge branch 'master' into compiler_warning_part_3Lorenz Kästle15-177/+391
2023-09-07Merge branch 'master' into compiler_warning_part_5refs/pull/1870/headLorenz Kästle2-12/+30
2023-09-07Merge branch 'master' into patch-chunk-nobodyrefs/pull/1901/headLorenz Kästle7-92/+177
2023-09-04check_radius: Change help to emphasize the necessity of a config fileRincewindsHat1-1/+1
2023-08-30check_smtp: add tests for --sslrefs/pull/1908/headFranz Schwartau1-1/+19
2023-08-30Rename test variables for upcoming new variables with the same nameFranz Schwartau1-11/+11
2023-08-30Merge branch 'master' into compiler_warning_part_5Lorenz Kästle6-83/+150
2023-08-29check_smtp: Let port option always take precedenceFranz Schwartau1-1/+6
2023-08-29check_smtp: add new longoption --tlsFranz Schwartau1-2/+3
2023-08-29check_smtp: remove restriction of --proxy with --sslFranz Schwartau1-11/+7
2023-08-29check_smtp: set default port to smtps (465) for TLSFranz Schwartau1-1/+4