Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
3 days | Transform output format to a global state | Lorenz Kästle | 1 | -3/+9 | |
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). | |||||
2025-02-20 | Rename icingaweb2 format to multi-line | Lorenz Kästle | 1 | -4/+4 | |
2025-02-20 | Remove output formats one-line and summary-only | Lorenz Kästle | 1 | -43/+0 | |
2025-02-19 | Implement JSON serialising of perfdata | Lorenz Kästle | 1 | -1/+102 | |
2025-02-19 | Use asprintf in lib directly instead of xasprintf | Lorenz Kästle | 1 | -16/+16 | |
2025-02-19 | Fix one-line formatting | Lorenz Kästle | 1 | -2/+11 | |
2025-02-19 | Exit with 0 in JSON-format if everything else works | Lorenz Kästle | 1 | -0/+4 | |
2025-02-18 | Implement new output functionality | Lorenz Kästle | 1 | -0/+464 | |