add inhibition rule to alertmanager
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
adea68c2ab
commit
a2a306c195
1 changed files with 5 additions and 1 deletions
|
@ -47,6 +47,10 @@ alertmanager:
|
||||||
- severity = warning
|
- severity = warning
|
||||||
- severity = info
|
- severity = info
|
||||||
equal: ['node']
|
equal: ['node']
|
||||||
|
- source_matchers:
|
||||||
|
- alertname = KubeNodeUnreachable
|
||||||
|
target_matchers:
|
||||||
|
- severity =~ "warning|info"
|
||||||
ingress:
|
ingress:
|
||||||
paths:
|
paths:
|
||||||
- /
|
- /
|
||||||
|
|
Loading…
Reference in a new issue