Add nonsense diskspace warning to am-silencer
This commit is contained in:
parent
e4c39fd097
commit
7c241279e2
1 changed files with 2 additions and 1 deletions
|
@ -41,6 +41,7 @@ spec:
|
||||||
SCRIPT_NAME: alertmanager-silencer.sh
|
SCRIPT_NAME: alertmanager-silencer.sh
|
||||||
ALERTMANAGER_URL: http://alertmanager-operated.observability.svc.cluster.local:9093
|
ALERTMANAGER_URL: http://alertmanager-operated.observability.svc.cluster.local:9093
|
||||||
MATCHERS_0: alertname=NodeCPUHighUsage job=node-exporter
|
MATCHERS_0: alertname=NodeCPUHighUsage job=node-exporter
|
||||||
|
MATCHERS_1: alertname=CephNodeDiskspaceWarning device=/dev/xvda6
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
|
|
Loading…
Reference in a new issue