소스 검색

Merge "Raise severity for System(Tx,Rx)PacketsDroppedTooHigh"

atp-proxy
Martin Polreich 7 년 전
부모
커밋
06108aeacb
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 }}'

Loading…
취소
저장