openfoodfacts / openfoodfacts-infrastructure

Where we collaboratively plan and maintain the infrastructure of Open Food Facts
3 stars 6 forks source link

Consider using apprise for service failure notifications #420

Open alexgarel opened 1 month ago

alexgarel commented 1 month ago

We currently send emails on systemd service failure. We use email-failures@.service for this.

https://github.com/caronc/apprise is a universal notifier that can send notifications on slack and much more.

Consider using it.