Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
Refactor/check ssh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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).
|
|
|
|
This reverts commit 10086edbf03fd807794bcfb3fff626da69a9fdb2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Refactor/check dbi
|
|
Just use eval instead of Try::Tiny in tests
|
|
|
|
|
|
|
|
|
|
|
|
Implement JSON output parsing for tests
|
|
|
|
|
|
|
|
Check mysql replica check
|
|
|
|
|
|
|
|
|
|
|