Disable TLS expiration notifications
Closed this issue · 1 comments
mignz commented
Is your feature request related to a problem? Please describe.
I'm constantly receiving dozens of emails regarding TLS expiration of my services. I can't renew these certificates manually and most are self-signed and automatically generated/renewed.
Describe the solution you'd like
An option to disable the feature and/or the notification per Check.
brotandgames commented
From version 1.9.3 onwards you can use the ENV variable SMTP_DISABLE_TLS_EXPIRES_NOTIFICATIONS=true
to disable TLS expiration notifications via E-Mail (for all checks).