Skip to content
Snippets Groups Projects
Commit 8539b0fe authored by skorpy's avatar skorpy :construction_worker:
Browse files

prometheus/rules: remove FastdBackgroundNoise

parent 25a6e5d2
No related branches found
No related tags found
No related merge requests found
Pipeline #43359 passed
......@@ -2,16 +2,6 @@
groups:
- name: fastd
rules:
- alert: FastdBackgroundNoise
expr: (min by (fastd_instance) (irate(fastd_peer_tx_bytes[1m]) > 1)) / 1024 > 30
for: 5m
labels:
severity: page
annotations:
description: 'A fastd interface background noise is over 30 kBps for 5 min'
summary: 'Fastd background noise for {{ $labels.fastd_instance }} is at {{ $value }}.'
value: '{{ $value }}'
- alert: FastdPeerLimit
expr: (sum(fastd_peer_up) BY (fastd_instance,instance)) > 75 * 0.95
labels:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment