summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2 daysAdd check_ssh config to distributable filesLorenz Kästle1-1/+6
2 daysAdapt number of testsLorenz Kästle1-1/+1
2 daysAdapt test regex to new outputLorenz Kästle1-1/+1
3 daysRemove failing testLorenz Kästle1-1/+0
3 daysfix accidently remove parentheses in testLorenz Kästle1-1/+1
3 daysMerge branch 'master' into refactor/check_sshLorenz Kästle3-207/+303
3 daysAdapt further test to changed outputLorenz Kästle4-4/+4
4 daysTransform output format to a global stateLorenz Kästle2-2/+2
This commit removes the format parameter from the mp_check object and creates a module global variable instead. This prevents thread safe usage of different mp_check objects which should likely not present a big problem for now. The reason for this change is effectively the very same, the format was lost if an exit was triggered by a signal handler (timeout in this example).
4 daysSwitch timeout handler to new output infrastructureLorenz Kästle1-3/+11
4 daysRevert "Migrate check_users to new ouput infrastructure"Lorenz Kästle5-323/+130
This reverts commit 10086edbf03fd807794bcfb3fff626da69a9fdb2.
4 daysnetutils.c: clang-format + do NOT print hereLorenz Kästle1-32/+47
4 dayscheck_ssh: adapt testsLorenz Kästle1-31/+83
4 dayscheck_ssh.c: clang-formatLorenz Kästle1-3/+4
4 dayscheck_ssh: exit properly if TCP connection failsLorenz Kästle1-1/+4
4 dayscheck_ssh: add missing break statementLorenz Kästle1-0/+1
4 dayscheck_ssh: fix typoLorenz Kästle1-2/+2
4 dayscheck_ssh: no more implicit conversionLorenz Kästle1-5/+5
4 dayscheck_ssh: Verify that timeout is a positive integerLorenz Kästle1-1/+1
4 dayscheck_ssh: move only time relevant stuff in timeout areaLorenz Kästle1-5/+4
4 dayscheck_ssh: Move default SSH constant around a bitLorenz Kästle2-6/+5
4 dayscheck_ssh: modify usage string to avoid old call syntaxLorenz Kästle1-1/+1
4 dayscheck_ssh: Migrate to new output infrastructureLorenz Kästle2-21/+84
4 dayscheck_ssh: centralize configuration in external headerLorenz Kästle2-27/+56
4 daysMigrate check_users to new ouput infrastructureLorenz Kästle5-130/+323
4 daysclang-formatLorenz Kästle1-13/+25
4 daysMerge pull request #2075 from RincewindsHat/refactor/check_dbiLorenz Kästle3-207/+303
Refactor/check dbi
4 daysMake config constantLorenz Kästle1-1/+1
4 daysRefactor check_dbiLorenz Kästle3-173/+231
4 daysMerge pull request #2076 from RincewindsHat/feature/json_parsing_in_testsLorenz Kästle1-21/+14
Implement JSON output parsing for tests
4 daysImplement JSON output parsing for testsLorenz Kästle1-21/+14
4 daysMerge pull request #2068 from RincewindsHat/check_mysql_replica_checkLorenz Kästle2-347/+374
Check mysql replica check
4 dayscheck_dbi: clang_formatLorenz Kästle1-51/+89
2025-02-24check_mysql tests: Also exchange slave for replicaLorenz Kästle1-16/+16
2025-02-24check_by_ssh: clang-formatLorenz Kästle1-35/+63
2025-02-24check_by_ssh: Remove warning/critical from helpLorenz Kästle1-1/+0
2025-02-24Add MySQL server version dectection and adaptive replica queryLorenz Kästle1-2/+50
2025-02-24Add check-replica option for check_mysql, deprecate check_slaveLorenz Kästle1-37/+55
This commit adds an option "check-replica" to check_mysql which replaces "check-slave" (which still works). The changes are introduced to follow the naming scheme of MySQL/MariaDB, since this was changed there in version 8 (MySQL) or 10.5.1 (MariaDB).
2025-02-21Merge pull request #2064 from RincewindsHat/feature/new_output_infraLorenz Kästle10-123/+154
Feature/new output infra
2025-02-21Remove check_swap tests with one-line formatLorenz Kästle1-37/+2
2025-02-20Rename icingaweb2 format to multi-lineLorenz Kästle1-1/+1
2025-02-20Place output-format help string with the other common onesLorenz Kästle2-2/+5
2025-02-20Remove output formats one-line and summary-onlyLorenz Kästle1-1/+1
2025-02-20Rename variable check_slave to check_replicaLorenz Kästle1-4/+4
2025-02-20clang-formatLorenz Kästle1-321/+282
2025-02-19Fix wrong exit codesLorenz Kästle1-2/+2
2025-02-19Merge branch 'master' into feature/new_output_infraLorenz Kästle2-9/+3
2025-02-19Add tests for check_swap with JSON outputLorenz Kästle1-1/+49
2025-02-19Fix previous check_swap testsLorenz Kästle1-10/+12
2025-02-18Implement new output functionality for check_swapLorenz Kästle3-34/+104
2025-02-18Implement new output functionalityLorenz Kästle6-64/+7