Added Option for Grafana Alertmanager (#2498)

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
myztillx 2023-12-26 23:21:57 -05:00 committed by GitHub
parent 4d6754e4a7
commit 59ccc3a215
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 6 deletions

View file

@ -8,6 +8,9 @@ const widget = {
alerts: {
endpoint: "alerts",
},
alertmanager: {
endpoint: "alertmanager/grafana/api/v2/alerts",
},
stats: {
endpoint: "admin/stats",
validate: ["dashboards"],