brotandgames / ciao

HTTP checks & tests (private & public) monitoring - check the status of your URL
https://brotandgames.com/ciao/
MIT License
1.86k stars 99 forks source link

Disable TLS expiration notifications #153

Closed mignz closed 1 year ago

mignz commented 1 year ago

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 1 year ago

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).