| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 3 days | Merge pull request #2185 from RincewindsHat/fix/curl_segfault | Lorenz Kästle | 1 | -0/+5 | |
| check_curl: abort redir if location is not found | |||||
| 3 days | Merge pull request #2186 from RincewindsHat/doc/check_curl_usage | Lorenz Kästle | 1 | -3/+6 | |
| check_curl: try to be more helpful in check_curls help | |||||
| 3 days | Remove some superfluous newlines | Lorenz Kästle | 1 | -2/+2 | |
| 3 days | check_curl: try to be more helpful in check_curls help | Lorenz Kästle | 1 | -2/+5 | |
| Trying to be more specific with the check_curl help. The idea is to clarify how the parameters are supposed to be used. | |||||
| 3 days | check_curl: abort redir if location is not found | Lorenz Kästle | 1 | -0/+5 | |
| This commit changes the behaviour of check_curl slightly. Previously when the redirection method was set to the old 'check_http' style redirection and there was no "location" header in the original answer 'check_curl' segfaulted. Now, at least it dies properly with a message. | |||||
| 4 days | check_mrtg: implement modern output | Lorenz Kästle | 2 | -45/+110 | |
| 4 days | Add output formatting option where they were forgotten | Lorenz Kästle | 5 | -0/+54 | |
| 5 days | check_ldap: fix thresholds for number of entries | Lorenz Kästle | 1 | -3/+3 | |
| 5 days | check_ldap: add number of entries perfdata | Lorenz Kästle | 1 | -0/+1 | |
| 5 days | check_ldap: implement output format selection | Lorenz Kästle | 2 | -0/+28 | |
| 5 days | check_ldap: fix typo | Lorenz Kästle | 1 | -1/+1 | |
| 5 days | check_ldap: modern output implementation | Lorenz Kästle | 3 | -135/+207 | |
| 14 days | check_by_ssh: fix some tests | Lorenz Kästle | 1 | -25/+25 | |
| 14 days | check_by_ssh: some formatting | Lorenz Kästle | 1 | -3/+2 | |
| 14 days | check_by_ssh: do not incorrectly assume that ssh (1) succeeded | Lorenz Kästle | 1 | -21/+2 | |
| 14 days | check_by_ssh: handle errrors of ssh (1) directly | Lorenz Kästle | 1 | -0/+17 | |
| 14 days | check_by_ssh: Implement modern output functionality | Lorenz Kästle | 2 | -53/+152 | |
| 14 days | Implement replacement functions for executing commands | Lorenz Kästle | 1 | -5/+0 | |
| 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. | |||||
| 2025-11-09 | 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. | |||||
| 2025-11-09 | check_smtp: implement output format cli parameter | Lorenz Kästle | 2 | -1/+27 | |
| 2025-11-08 | small test correction | Lorenz Kästle | 1 | -2/+2 | |
| 2025-11-08 | Fix initialisation on old compilers | Lorenz Kästle | 1 | -1/+1 | |
| 2025-11-08 | check_smtp: adapt tests | Lorenz Kästle | 1 | -3/+2 | |
| 2025-11-08 | check_smtp: modern output + some tls cert helper functions | Lorenz Kästle | 4 | -294/+550 | |
| 2025-11-07 | Fix typo | Lorenz Kästle | 1 | -1/+1 | |
| 2025-11-07 | check_mysql_query: implement modern output | Lorenz Kästle | 3 | -46/+65 | |
| 2025-11-07 | Merge pull request #2174 from RincewindsHat/modern_output/check_mysql | Lorenz Kästle | 3 | -112/+180 | |
| Modern output/check mysql | |||||
| 2025-11-07 | Merge pull request #2168 from RincewindsHat/refactor/check_dbi | Lorenz Kästle | 3 | -324/+432 | |
| check_dbi: new output functionality | |||||
| 2025-11-07 | check_mysql: implement modern output | Lorenz Kästle | 3 | -110/+175 | |
| 2025-11-06 | check_mysql: replace cpp constant with a proper enum | Lorenz Kästle | 1 | -2/+5 | |
| 2025-11-05 | fix typos | Lorenz Kästle | 1 | -2/+2 | |
| 2025-11-05 | check_pgsql: implement cli params for output format | Lorenz Kästle | 2 | -2/+22 | |
| 2025-11-05 | check_pgsql: cleanup leftover code | Lorenz Kästle | 1 | -15/+0 | |
| 2025-11-05 | Merge branch 'master' into modern_output/check_pgsql | Lorenz Kästle | 5 | -256/+394 | |
| 2025-11-05 | check_pgsql: implement modern output | Lorenz Kästle | 2 | -90/+206 | |
| 2025-11-05 | check_ntp_time: add cli option for output format | Lorenz Kästle | 2 | -0/+28 | |
| 2025-11-05 | Merge pull request #2170 from RincewindsHat/modern_output/check_ntp_peer | Lorenz Kästle | 2 | -172/+251 | |
| Modern output/check ntp peer | |||||
| 2025-11-05 | check_ntp_peer: add cli param to set output format | Lorenz Kästle | 2 | -10/+46 | |
| 2025-11-05 | check_ntp_peer: fix several missing things and errors | Lorenz Kästle | 2 | -4/+17 | |
| 2025-11-05 | Merge pull request #2171 from RincewindsHat/modern_output/check_ntp_time | Lorenz Kästle | 2 | -82/+97 | |
| check_ntp_time: implement modern output | |||||
| 2025-11-05 | check_ntp_time: reduce number of significant bits a bit | Lorenz Kästle | 1 | -1/+2 | |
| 2025-11-05 | check_ntp_time: fix time-offset argument and description | Lorenz Kästle | 1 | -2/+2 | |
| 2025-11-05 | 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-30 | check_dbi: more refactoring for coherence and simplification | Lorenz Kästle | 2 | -73/+75 | |
