You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Users
Fellas,
I am using Prometheus and Prometheus-Alertmanager for our in-house Metrics setups and I am wondering if there is a way to create/generate/config/manage alerts in Prometheus through an API call?
I am trying to setup a new instance setup here and it will be from the scratch.
Please do let me know
Cheers!
Vikram
Brian Candler
unread,
May 12, 2020, 2:37:28 PM5/12/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Users
No. You need a configuration management tool to write out the alerting rules in yaml, and then you signal prometheus to reload its configuration.
vikram yerneni
unread,
May 12, 2020, 3:38:35 PM5/12/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Users
Thanks Brian for the reply here. Will use Ansible for the same then...