mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 08:35:43 -06:00
* AlertingNG: Alertmanager mock API * AlertingNG: Remove permissions API routes * Add example POST payloads * Prometheus and testing mock API
22 lines
635 B
JSON
22 lines
635 B
JSON
{
|
|
"grafana_managed_receiver": {
|
|
"uid": "alertmanager UID",
|
|
"name": "an alert manager receiver",
|
|
"type": "prometheus-alertmanager",
|
|
"isDefault": false,
|
|
"sendReminder": false,
|
|
"disableResolveMessage": false,
|
|
"frequency": "5m",
|
|
"settings": {
|
|
"autoResolve": true,
|
|
"basicAuthUser": "user",
|
|
"httpMethod": "POST",
|
|
"severity": "critical",
|
|
"uploadImage": false,
|
|
"url": "http://localhost:9093"
|
|
},
|
|
"secureSettings": {
|
|
"basicAuthPassword": "<basicAuthPassword>"
|
|
}
|
|
}
|
|
} |