| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 45 hours | check_by_ssh: do not incorrectly assume that ssh (1) succeeded | Lorenz Kästle | 1 | -21/+2 | |
| 45 hours | fix include order error | Lorenz Kästle | 1 | -1/+2 | |
| 46 hours | check_by_ssh: handle errrors of ssh (1) directly | Lorenz Kästle | 1 | -0/+17 | |
| 46 hours | check_by_ssh: Implement modern output functionality | Lorenz Kästle | 2 | -53/+152 | |
| 46 hours | Implement replacement functions for executing commands | Lorenz Kästle | 3 | -15/+299 | |
| This commit implements replacement functions for the previous exec functions. The replacements are implemented in a more "pure" style, the do no longer receive pointer arguments which they will write to, but create the pointers themselves and should therefore be easier to use, since it is more obvious what goes in and what comes out. Also a essentialy unused variable was removed with this. | |||||
| 9 days | Merge pull request #2176 from RincewindsHat/modern_output/check_smtp | Lorenz Kästle | 5 | -329/+624 | |
| check_smtp: modern output + some tls cert helper functions | |||||
| 9 days | check_smtp: certificate check is no longer opt-in | Lorenz Kästle | 2 | -40/+54 | |
| This is a breaking change. Testing whether a TLS certificate is still valid (expiration wise) is now the default in check_smtp. The reasoning is, that in most scenarios an expired certificate will effectively mean that the service is not working anymore due to the refusal of other software to talk to it. There is a new cli parameter though to explicitly ignore that. | |||||
| 9 days | check_smtp: implement output format cli parameter | Lorenz Kästle | 2 | -1/+27 | |
| 10 days | small test correction | Lorenz Kästle | 1 | -2/+2 | |
| 10 days | Fix initialisation on old compilers | Lorenz Kästle | 1 | -1/+1 | |
| 10 days | check_smtp: adapt tests | Lorenz Kästle | 1 | -3/+2 | |
| 11 days | check_smtp: modern output + some tls cert helper functions | Lorenz Kästle | 4 | -294/+550 | |
| 11 days | Merge pull request #2175 from RincewindsHat/modern_output/check_mysql_query | Lorenz Kästle | 3 | -46/+65 | |
| check_mysql_query: implement modern output | |||||
| 11 days | Fix typo | Lorenz Kästle | 1 | -1/+1 | |
| 11 days | check_mysql_query: implement modern output | Lorenz Kästle | 3 | -46/+65 | |
| 11 days | Merge pull request #2174 from RincewindsHat/modern_output/check_mysql | Lorenz Kästle | 3 | -112/+180 | |
| Modern output/check mysql | |||||
| 11 days | Merge pull request #2168 from RincewindsHat/refactor/check_dbi | Lorenz Kästle | 3 | -324/+432 | |
| check_dbi: new output functionality | |||||
| 11 days | check_mysql: implement modern output | Lorenz Kästle | 3 | -110/+175 | |
| 12 days | check_mysql: replace cpp constant with a proper enum | Lorenz Kästle | 1 | -2/+5 | |
| 13 days | Merge pull request #2173 from RincewindsHat/modern_output/check_pgsql | Lorenz Kästle | 2 | -99/+222 | |
| Modern output/check pgsql | |||||
| 13 days | fix typos | Lorenz Kästle | 1 | -2/+2 | |
| 13 days | check_pgsql: implement cli params for output format | Lorenz Kästle | 2 | -2/+22 | |
| 13 days | check_pgsql: cleanup leftover code | Lorenz Kästle | 1 | -15/+0 | |
| 13 days | Merge branch 'master' into modern_output/check_pgsql | Lorenz Kästle | 5 | -256/+394 | |
| 13 days | check_pgsql: implement modern output | Lorenz Kästle | 2 | -90/+206 | |
| 13 days | Merge pull request #2172 from ↵ | Lorenz Kästle | 2 | -0/+28 | |
| RincewindsHat/fix/check-ntp-time/output-format-option check_ntp_time: add cli option for output format | |||||
| 13 days | check_ntp_time: add cli option for output format | Lorenz Kästle | 2 | -0/+28 | |
| 13 days | Merge pull request #2170 from RincewindsHat/modern_output/check_ntp_peer | Lorenz Kästle | 2 | -172/+251 | |
| Modern output/check ntp peer | |||||
| 13 days | check_ntp_peer: add cli param to set output format | Lorenz Kästle | 2 | -10/+46 | |
| 13 days | check_ntp_peer: fix several missing things and errors | Lorenz Kästle | 2 | -4/+17 | |
| 13 days | Merge pull request #2171 from RincewindsHat/modern_output/check_ntp_time | Lorenz Kästle | 2 | -82/+97 | |
| check_ntp_time: implement modern output | |||||
| 13 days | check_ntp_time: reduce number of significant bits a bit | Lorenz Kästle | 1 | -1/+2 | |
| 13 days | check_ntp_time: fix time-offset argument and description | Lorenz Kästle | 1 | -2/+2 | |
| 13 days | check_ntp_time: actually accept offset if known | Lorenz Kästle | 1 | -0/+1 | |
| 2025-11-04 | put includes before any declarations | Lorenz Kästle | 1 | -5/+4 | |
| 2025-11-04 | remove cpp constant and localize that value instead | Lorenz Kästle | 1 | -2/+5 | |
| 2025-11-04 | Forgot to actually set thresholds | Lorenz Kästle | 1 | -8/+16 | |
| 2025-11-04 | check_ntp_time: implement modern output | Lorenz Kästle | 2 | -80/+93 | |
| 2025-11-04 | check_ntp_peer: implement new output functionality | Lorenz Kästle | 2 | -142/+164 | |
| 2025-10-31 | check_ntp_peer: small refactoring | Lorenz Kästle | 1 | -23/+23 | |
| 2025-10-31 | Merge pull request #2169 from RincewindsHat/check_curl_line_endings | Lorenz Kästle | 1 | -2/+18 | |
| check_curl: accept non standard compliant status line | |||||
| 2025-10-30 | check_dbi: more refactoring for coherence and simplification | Lorenz Kästle | 2 | -73/+75 | |
| 2025-10-30 | add some comments to explain changed code | Lorenz Kästle | 1 | -0/+2 | |
| 2025-10-30 | check_curl: accept non standard compliant status line | Lorenz Kästle | 1 | -2/+16 | |
| If the status line from a server ended with '\n' instead of '\r\n' (defined by RFC 9112), check_curl failed to parse it and exited with an alarm. The RFC recommends to be lenient here and this change follows that suggestion. | |||||
| 2025-10-29 | check_dbi: add output format parameter | Lorenz Kästle | 2 | -0/+24 | |
| 2025-10-29 | check_dbi: more refactoring for sanities sake | Lorenz Kästle | 1 | -117/+51 | |
| 2025-10-29 | Fix spelling errors | Lorenz Kästle | 1 | -2/+2 | |
| 2025-10-29 | check_dbi: new output functionality | Lorenz Kästle | 2 | -145/+295 | |
| 2025-10-18 | Fix some bugs after refactoring | Lorenz Kästle | 1 | -6/+13 | |
| 2025-10-08 | Merge pull request #2166 from ↵ | waja | 1 | -2/+2 | |
| monitoring-plugins/dependabot-github_actions-github-codeql-action-4 | |||||
