Skip to content

velero-sentinel/sentinel

Repository files navigation

Velero Sentinel

Stage: pre-alpha Quality Gate Status Security Rating Vulnerabilities Coverage

Sentinel is currently WIP and not ready to use for production – yet.

Velero Sentinel is a small service monitoring Velero backups. It will send notifications if a backup fails partially or completely.

Event types

There are two event types: warnings and alerts. A partially failed backup will trigger a warning, while a failed backup will trigger an alert.

Notification Channels

There are several notification channels planned.

  • Logs.
  • Webhooks with a template based content. So in theory, it should be possible to use this generic webhook for Slack, Rocketchat, Teams and whatnot.
  • OpsGenie
  • AMQP
  • NATS

No SMTP? I have not planned for it as of now, since I think SMTP is an utterly useless protocol for reliable alerting, due to its nature. However, if demand should prove high enough and somebody is willing to get me something of my Amazon wishlist, I will implement it. Of course, as always, pull requests are welcome.

SonarCloud