浏览代码

Raise severity for System(Tx,Rx)PacketsDroppedTooHigh

Raise severity from warning to critical

Partial-Bug: PROD-15203
Change-Id: I32f19b5520bc200d61280da57f4ab5842b060454
pull/123/head
Dmitry Kalashnik 7 年前
父节点
当前提交
2dd3b450d5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      linux/meta/prometheus.yml

+ 2
- 2
linux/meta/prometheus.yml 查看文件

@@ -85,7 +85,7 @@ server:
if: rate(net_drop_in[1m]) > {{ net_rx_dropped_threshold }}
{% raw %}
labels:
severity: warning
severity: critical
service: system
annotations:
summary: 'Too many received packets dropped on {{ $labels.host }} for interface {{ $labels.interface }}'
@@ -95,7 +95,7 @@ server:
if: rate(net_drop_out[1m]) > {{ net_tx_dropped_threshold }}
{% raw %}
labels:
severity: warning
severity: critical
service: system
annotations:
summary: 'Too many transmitted packets dropped on {{ $labels.host }} for interface {{ $labels.interface }}'

正在加载...
取消
保存