Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send Prometheus alerts to Slack #15

Open
Archisman-Mridha opened this issue Dec 31, 2023 · 0 comments
Open

Send Prometheus alerts to Slack #15

Archisman-Mridha opened this issue Dec 31, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Archisman-Mridha
Copy link
Owner

I have used Kube Prometheus Stack helm chart to deploy Prometheus, Grafana and AlertManager to the Kubernetes cluster for observability. It will be really nice if AlertManager can push alerts to Slack.

Kube Prometheus Stack related files can be found here.

Approach

Create a Kubernetes Secret containing required AlertManager configs. Refer that Kubernetes Secret in the Kube Prometheus Stack helm installation values.

NOTE - Kube Prometheus Stack provides some useful AlertManager configs by default. If we follow the above approach, then those default configs will be ignored. Only configurations mentioned in the Kubernetes Secret will be loaded into the AlertManager pods.

@Archisman-Mridha Archisman-Mridha added enhancement New feature or request good first issue Good for newcomers labels Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant