Dmitry Kalashnik | 554db63 | 2018-05-21 16:19:30 +0400 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
| 3 | alertmanager_notification_alerta_host: alerta |
| 4 | alertmanager_notification_alerta_port: 8080 |
| 5 | prometheus: |
| 6 | alertmanager: |
| 7 | enabled: true |
| 8 | config: |
| 9 | route: |
| 10 | routes: |
| 11 | alerta: |
| 12 | receiver: HTTP-alerta |
| 13 | continue: true |
| 14 | receiver: |
| 15 | HTTP-alerta: |
| 16 | enabled: true |
| 17 | webhook_configs: |
| 18 | alerta: |
| 19 | url: "http://${_param:alertmanager_notification_alerta_host}:${_param:alertmanager_notification_alerta_port}/api/webhooks/prometheus" |
| 20 | send_resolved: true |
Ksawery DziekoĆski | 839491e | 2020-11-17 15:49:40 +0100 | [diff] [blame^] | 21 | http_config: |
| 22 | basic_auth: |
| 23 | username: "${_param:alerta_admin_username}" |
| 24 | password: "${_param:alerta_admin_password}" |