How AlertManager fit in this project? #887
Dentrax
started this conversation in
Development
Replies: 1 comment
-
IMO It fits better in scope of https://github.com/giantswarm/starboard-exporter or a similar tool that's a consumer of data generated by Starboard. But I'm curious what other community members think! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The idea is built-in support for AlertManager in this project.
When a new
VulnerabilityReport
occured/changed/deleted, we can fire an alert to AlertManager:For example implementation: https://github.com/prometheus-operator/prometheus-operator/tree/main/pkg/alertmanager
We can add an
alertmanager
config in the helm chart: https://github.com/aquasecurity/starboard/blob/main/deploy/helm/values.yamlAny thoughts? Does it make sense? 🤔
Beta Was this translation helpful? Give feedback.
All reactions