-
Notifications
You must be signed in to change notification settings - Fork 876
Configuring Notification using Cortex Alertmanager #5999
Unanswered
aurang-zeb313
asked this question in
Q&A
Hi everyone,
I have an assignment of configuring notification in cortex ruler and when notification fired i have to consume it and used in my api.
can some one provide clear documentation with examples.
- How to download, install and configure cortex alert manager for cortex version v1.14.0
- How to integrate ruler and alert manager
- How to consume alert manager in my api
Please some one help by providing a clear documentation along with useful examples.
All reactions
Replies: 1 comment
-
Cortex alertmanager is included in every cortex version. You just need to pass the proper
-targetto it. In this case 'alertmanager'. But you should not use cortex v1.14.0, that is a very old version. Try latest -
You have a few options
- https://cortexmetrics.io/docs/getting-started/#running-cortex-as-a-single-instance
- https://cortexmetrics.io/docs/getting-started/#running-cortex-in-microservice-mode
- Just deploy cortex helm chart in any cluster you have
These two include ruler and alertmanager. Try them out and let me know
- Alertmanager API original API is on https://prometheus.io/docs/alerting/latest/alertmanager/. But I think I can we can do better to document the process. Here is the issue Make Ruler/Alertmanager easy for new users #6000
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment