Route
to configure more routing rules)receivers:
- name: 'flashcat'
webhook_configs:
- url: '<Your Integration Push URL>'
send_resolved: true
receivers:
- name: 'flashcat'
webhook_configs:
- url: '<Your Integration Push URL>'
send_resolved: true
http_config:
proxy_url: 'http://proxyserver:port'
route:
receiver: 'flashcat'
route:
receiver: 'feishu'
- routes:
receiver: 'flashcat'
annotations:
timestamp: '{{ with query "time()" }}{{ . | first | value }}{{ end }}'
...
severity
, priority
, and level
from alert event labels in that order. The corresponding value will be used as Prometheus's own alert severity. If none are found, the system automatically sets the Prometheus alert severity to Warning
.Prometheus | Flashduty | Status |
---|---|---|
critical | Critical | Critical |
warning | Warning | Warning |
warn | Warning | Warning |
info | Info | Info |
acknowledged | Info | Info |
unknown | Info | Info |
unk | Info | Info |
ok | Ok | Ok |