nixos-upgrade.service: send notification on failure
#396
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
webhooks to a matrix room or via sendmail maybe, it's not extremely important but would be nice to know.
When we talked about this before, we found that one obvious solution is to use our log monitoring to alert on certain journald log lines, for example if certain services/timers fail. This lets us use a single, central service made explicitly for monitoring and alerting, rather than tacking webhooks onto every service on every host.
We could do something inbetween so we don't become dependent on a single machine maybe. What about setting up
services.journalwatchinbaseand having them send to one or more common hooks or email addresses?That being said though, anything is better than nothing.
we should notify when its older than x or something. We had an exporter and dashboard and everything on the old ildkule 😢