Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upQuestion: Prometheus has no api of alert configration ? #2250
Comments
This comment has been minimized.
This comment has been minimized.
|
Alerts are configured via rules files, you can build a system on top of that. See https://prometheus.io/docs/alerting/rules/ |
This comment has been minimized.
This comment has been minimized.
|
Thanks, Got it. |
xiaoping378
closed this
Dec 5, 2016
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 24, 2019
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
lock
bot
locked and limited conversation to collaborators
Mar 24, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
xiaoping378 commentedDec 5, 2016
Hi,
Now, this project has no alert api of configration, right?
I want to integrate it into another system, using a customed graph to config the alert.
any idea about to implement this ?