| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 4 days | check_smtp: implement output format cli parameter | Lorenz Kästle | 2 | -1/+27 | |
| 5 days | small test correction | Lorenz Kästle | 1 | -2/+2 | |
| 5 days | Fix initialisation on old compilers | Lorenz Kästle | 1 | -1/+1 | |
| 5 days | check_smtp: adapt tests | Lorenz Kästle | 1 | -3/+2 | |
| 5 days | check_smtp: modern output + some tls cert helper functions | Lorenz Kästle | 4 | -294/+550 | |
| 6 days | Fix typo | Lorenz Kästle | 1 | -1/+1 | |
| 6 days | check_mysql_query: implement modern output | Lorenz Kästle | 3 | -46/+65 | |
| 6 days | Merge pull request #2174 from RincewindsHat/modern_output/check_mysql | Lorenz Kästle | 3 | -112/+180 | |
| Modern output/check mysql | |||||
| 6 days | Merge pull request #2168 from RincewindsHat/refactor/check_dbi | Lorenz Kästle | 3 | -324/+432 | |
| check_dbi: new output functionality | |||||
| 6 days | check_mysql: implement modern output | Lorenz Kästle | 3 | -110/+175 | |
| 7 days | check_mysql: replace cpp constant with a proper enum | Lorenz Kästle | 1 | -2/+5 | |
| 8 days | fix typos | Lorenz Kästle | 1 | -2/+2 | |
| 8 days | check_pgsql: implement cli params for output format | Lorenz Kästle | 2 | -2/+22 | |
| 8 days | check_pgsql: cleanup leftover code | Lorenz Kästle | 1 | -15/+0 | |
| 8 days | Merge branch 'master' into modern_output/check_pgsql | Lorenz Kästle | 5 | -256/+394 | |
| 8 days | check_pgsql: implement modern output | Lorenz Kästle | 2 | -90/+206 | |
| 8 days | check_ntp_time: add cli option for output format | Lorenz Kästle | 2 | -0/+28 | |
| 8 days | Merge pull request #2170 from RincewindsHat/modern_output/check_ntp_peer | Lorenz Kästle | 2 | -172/+251 | |
| Modern output/check ntp peer | |||||
| 8 days | check_ntp_peer: add cli param to set output format | Lorenz Kästle | 2 | -10/+46 | |
| 8 days | check_ntp_peer: fix several missing things and errors | Lorenz Kästle | 2 | -4/+17 | |
| 8 days | Merge pull request #2171 from RincewindsHat/modern_output/check_ntp_time | Lorenz Kästle | 2 | -82/+97 | |
| check_ntp_time: implement modern output | |||||
| 8 days | check_ntp_time: reduce number of significant bits a bit | Lorenz Kästle | 1 | -1/+2 | |
| 8 days | check_ntp_time: fix time-offset argument and description | Lorenz Kästle | 1 | -2/+2 | |
| 8 days | check_ntp_time: actually accept offset if known | Lorenz Kästle | 1 | -0/+1 | |
| 9 days | put includes before any declarations | Lorenz Kästle | 1 | -5/+4 | |
| 9 days | remove cpp constant and localize that value instead | Lorenz Kästle | 1 | -2/+5 | |
| 9 days | Forgot to actually set thresholds | Lorenz Kästle | 1 | -8/+16 | |
| 9 days | check_ntp_time: implement modern output | Lorenz Kästle | 2 | -80/+93 | |
| 9 days | check_ntp_peer: implement new output functionality | Lorenz Kästle | 2 | -142/+164 | |
| 13 days | check_ntp_peer: small refactoring | Lorenz Kästle | 1 | -23/+23 | |
| 13 days | check_dbi: more refactoring for coherence and simplification | Lorenz Kästle | 2 | -73/+75 | |
| 13 days | add some comments to explain changed code | Lorenz Kästle | 1 | -0/+2 | |
| 13 days | 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-06 | Merge pull request #2159 from RincewindsHat/check_snmp_remove_useless_headers | Lorenz Kästle | 1 | -2/+0 | |
| check_snmp: remove useless headers | |||||
| 2025-09-30 | More renaming due to MySQL name chances | Lorenz Kästle | 1 | -11/+26 | |
| Due to MySQL changing several term in Version 8.0.22 the way to determine the status of replicas has changed. To adapt to these changes in a517dc614e44650a7e9204c4202feec7a40fd37f check_mysql was modified to adapt to different versions. Some parts were missed though which results in failures to detect the replica status properly. This parts should be contained in this commit. | |||||
| 2025-09-26 | check_snmp: remove useless headers | Lorenz Kästle | 1 | -2/+0 | |
| 2025-09-26 | fixes check_users build on OpenBSD (without utmpx) | Stuart Henderson | 2 | -3/+1 | |
| 2025-09-26 | check_mysql: Assume MySQL server by default (in replica check) | Lorenz Kästle | 1 | -5/+2 | |
| In the Debian Bug tracker (and then Github) a person pointed out, that a MySQL server does not respond with a hint that is indeed the MySQL software but only with the version string. Which makes sense if one assumes to be the only implementation. This commit changes the behaviour of the Replica check to assume that the counterpart is a MySQL server if there are not hints that it is a MariaDB server. | |||||
| 2025-09-17 | check_cluster: new output functionality | Lorenz Kästle | 2 | -19/+60 | |
| 2025-09-17 | Merge pull request #2151 from oxzi/check_by_ssh-ignore-stderr | Lorenz Kästle | 2 | -8/+17 | |
| check_by_ssh: Ignore output on stderr by default | |||||
| 2025-09-16 | Refactoring check_dbi | Lorenz Kästle | 1 | -21/+12 | |
| 2025-09-16 | Merge pull request #2148 from RincewindsHat/refactor/check_apt | Lorenz Kästle | 3 | -86/+188 | |
| Refactor/check apt: implement new output functionality | |||||
| 2025-09-16 | fix default check state | Lorenz Kästle | 1 | -1/+1 | |
| 2025-09-16 | Fix check_apt tests | Lorenz Kästle | 1 | -6/+8 | |
| 2025-09-16 | check_swap: Fix Build At Least For OpenBSD | Alvar Penning | 1 | -2/+2 | |
| Fix build of check_swap for both CHECK_SWAP_SWAPCTL_SVR4 and CHECK_SWAP_SWAPCTL_BSD build guards. > $ make check_swap > CC check_swap.d/swap.o > check_swap.d/swap.c:58:32: error: too few arguments to function call, single argument 'config' was not specified > 58 | return getSwapFromSwapctl_BSD(); > | ~~~~~~~~~~~~~~~~~~~~~~ ^ > ././check_swap.d/check_swap.h:48:13: note: 'getSwapFromSwapctl_BSD' declared here > 48 | swap_result getSwapFromSwapctl_BSD(swap_config config); > | ^ ~~~~~~~~~~~~~~~~~~ > 1 error generated. > *** Error 1 in [...]/monitoring-plugins/plugins (Makefile:2869 'check_swap.d/swap.o': @echo " CC ...) | |||||
