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

Feature request: Notify on TLS/SSL Certificate expiration #152

Closed fperk closed 1 year ago

fperk commented 1 year ago

Is your feature request related to a problem? Please describe. Notify on TLS/SSL Certificate expiration and show the expiration date in the UI.

Describe the solution you'd like Check the SSL Certificate expiration date and send a notification before the Certificate expires

Describe alternatives you've considered None

Additional context I've been working on a solution and currently it is partially implemented.

Link to the fork with the partially implemented feature: https://github.com/fperk/ciao

brotandgames commented 1 year ago

First of all thanks for the Feature request and the initial work.

This feature has been on our roadmap for a long time. Now it's implemented and available since version 1.9.0.

@tareksamni Thank you for the well designed notification system for ciao. Maybe we should open source it as a gem?

tareksamni commented 1 year ago

@brotandgames, Sure we can do that :) If you could start a new repo, I can extract the ruby code, write unitests and implement the CI/CD pipeline.

brotandgames commented 1 year ago

@tareksamni Sent you an E-Mail to schedule a meeting to discuss this further.