Merge pull request #417 from benjaminhuo/alertmanager

Adjust Alertmanager inhibit conditions
This commit is contained in:
Frederic Branczyk
2020-02-19 18:56:43 +01:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -10,12 +10,14 @@ stringData:
"resolve_timeout": "5m"
"inhibit_rules":
- "equal":
- "namespace"
- "alertname"
"source_match":
"severity": "critical"
"target_match_re":
"severity": "warning|info"
- "equal":
- "namespace"
- "alertname"
"source_match":
"severity": "warning"