summaryrefslogtreecommitdiffstats
path: root/plugins/check_smtp.d/config.h
AgeCommit message (Collapse)AuthorFilesLines
2025-11-09check_smtp: certificate check is no longer opt-inLorenz Kästle1-2/+4
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-09check_smtp: implement output format cli parameterLorenz Kästle1-0/+6
2025-11-08check_smtp: modern output + some tls cert helper functionsLorenz Kästle1-10/+6
2025-03-10check_smtp: fix positional host logicLorenz Kästle1-1/+1
2025-03-10Refactor check_smtpLorenz Kästle1-0/+92