Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
32 hours | Add check_dns to distribution files | Lorenz Kästle | 1 | -1/+2 | |
32 hours | Merge branch 'master' into refactor/check_dns | Lorenz Kästle | 15 | -350/+643 | |
32 hours | Remove redundant NULL checks and replace deprecated index function | Lorenz Kästle | 1 | -6/+12 | |
32 hours | check_dns: some comments, small improvements | Lorenz Kästle | 1 | -6/+13 | |
33 hours | Refactor check_dns | Lorenz Kästle | 2 | -116/+158 | |
33 hours | Merge pull request #2071 from RincewindsHat/refactor/check_ssh | Lorenz Kästle | 13 | -144/+341 | |
Refactor/check ssh | |||||
34 hours | Add check_ssh config to distributable files | Lorenz Kästle | 1 | -1/+6 | |
34 hours | Adapt number of tests | Lorenz Kästle | 1 | -1/+1 | |
34 hours | Adapt test regex to new output | Lorenz Kästle | 1 | -1/+1 | |
44 hours | Remove failing test | Lorenz Kästle | 1 | -1/+0 | |
44 hours | fix accidently remove parentheses in test | Lorenz Kästle | 1 | -1/+1 | |
45 hours | Merge branch 'master' into refactor/check_ssh | Lorenz Kästle | 3 | -207/+303 | |
45 hours | Adapt further test to changed output | Lorenz Kästle | 4 | -4/+4 | |
2 days | clang-format | Lorenz Kästle | 1 | -42/+75 | |
3 days | Transform output format to a global state | Lorenz Kästle | 4 | -6/+17 | |
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). | |||||
3 days | Switch timeout handler to new output infrastructure | Lorenz Kästle | 1 | -3/+11 | |
3 days | Revert "Migrate check_users to new ouput infrastructure" | Lorenz Kästle | 5 | -323/+130 | |
This reverts commit 10086edbf03fd807794bcfb3fff626da69a9fdb2. | |||||
3 days | netutils.c: clang-format + do NOT print here | Lorenz Kästle | 1 | -32/+47 | |
3 days | check_ssh: adapt tests | Lorenz Kästle | 1 | -31/+83 | |
3 days | check_ssh.c: clang-format | Lorenz Kästle | 1 | -3/+4 | |
3 days | check_ssh: exit properly if TCP connection fails | Lorenz Kästle | 1 | -1/+4 | |
3 days | check_ssh: add missing break statement | Lorenz Kästle | 1 | -0/+1 | |
3 days | check_ssh: fix typo | Lorenz Kästle | 1 | -2/+2 | |
3 days | check_ssh: no more implicit conversion | Lorenz Kästle | 1 | -5/+5 | |
3 days | check_ssh: Verify that timeout is a positive integer | Lorenz Kästle | 1 | -1/+1 | |
3 days | check_ssh: move only time relevant stuff in timeout area | Lorenz Kästle | 1 | -5/+4 | |
3 days | check_ssh: Move default SSH constant around a bit | Lorenz Kästle | 2 | -6/+5 | |
3 days | check_ssh: modify usage string to avoid old call syntax | Lorenz Kästle | 1 | -1/+1 | |
3 days | check_ssh: Migrate to new output infrastructure | Lorenz Kästle | 2 | -21/+84 | |
3 days | check_ssh: centralize configuration in external header | Lorenz Kästle | 2 | -27/+56 | |
3 days | Migrate check_users to new ouput infrastructure | Lorenz Kästle | 5 | -130/+323 | |
3 days | clang-format | Lorenz Kästle | 1 | -13/+25 | |
3 days | Merge pull request #2075 from RincewindsHat/refactor/check_dbi | Lorenz Kästle | 3 | -207/+303 | |
Refactor/check dbi | |||||
3 days | Merge pull request #2077 from RincewindsHat/eval_instead_try_tini | Lorenz Kästle | 1 | -5/+1 | |
Just use eval instead of Try::Tiny in tests | |||||
3 days | Just use eval instead of Try::Tiny in tests | Lorenz Kästle | 1 | -5/+1 | |
3 days | Make config constant | Lorenz Kästle | 1 | -1/+1 | |
3 days | Refactor check_dbi | Lorenz Kästle | 3 | -173/+231 | |
3 days | Merge pull request #2076 from RincewindsHat/feature/json_parsing_in_tests | Lorenz Kästle | 2 | -21/+22 | |
Implement JSON output parsing for tests | |||||
3 days | Use Try::Tiny instead of experimental feature | Lorenz Kästle | 1 | -2/+2 | |
3 days | Do not die in tests if JSON Parsing fails | Lorenz Kästle | 1 | -1/+5 | |
3 days | Implement JSON output parsing for tests | Lorenz Kästle | 2 | -21/+18 | |
3 days | Merge pull request #2068 from RincewindsHat/check_mysql_replica_check | Lorenz Kästle | 4 | -349/+377 | |
Check mysql replica check | |||||
3 days | check_dbi: clang_format | Lorenz Kästle | 1 | -51/+89 | |
13 days | Merge pull request #2072 from RincewindsHat/remove_tinderbox_stuff | Lorenz Kästle | 2 | -292/+1 | |
Remove tinderbox related stuff | |||||
13 days | Remove tinderbox related stuff | Lorenz Kästle | 2 | -292/+1 | |
Tinderbox ist quite dead (and has been for a while now). Removing the related files. | |||||
14 days | Merge pull request #2069 from RincewindsHat/check_by_ssh_missing_options | Lorenz Kästle | 1 | -36/+63 | |
Check by ssh missing options | |||||
14 days | check_mysql tests: Also exchange slave for replica | Lorenz Kästle | 2 | -18/+18 | |
2025-02-24 | check_by_ssh: clang-format | Lorenz Kästle | 1 | -35/+63 | |
2025-02-24 | check_by_ssh: Remove warning/critical from help | Lorenz Kästle | 1 | -1/+0 | |
2025-02-24 | Add libmysqlclient-dev to dependencies | Lorenz Kästle | 1 | -0/+1 | |