Fix inhibition rule for warning/critical severities
Change-Id: I3218b91a5047b9718ec5fbbf84615e49caf01a42
This commit is contained in:
parent
f4755dfd02
commit
82366ab6d2
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ parameters:
|
||||||
severity: 'critical'
|
severity: 'critical'
|
||||||
target_match:
|
target_match:
|
||||||
severity: 'warning'
|
severity: 'warning'
|
||||||
equal: ['alertname', 'region', 'service']
|
equal: ['region', 'service']
|
||||||
receiver:
|
receiver:
|
||||||
HTTP-notification:
|
HTTP-notification:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Reference in a new issue