summaryrefslogtreecommitdiffstats
path: root/health/health.d/qos.conf
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@netdata.cloud>2023-07-27 21:15:11 +0300
committerGitHub <noreply@github.com>2023-07-27 21:15:11 +0300
commit233d5e4cd9341d8adaa76f8cb1c3dca031eaa9cf (patch)
tree9028c8f242135bc411acaf04f89539c8f9f51167 /health/health.d/qos.conf
parenta7db3dcf40994ca78484f6e18077a34de5adfcaa (diff)
remove the noise by silencing alerts that dont need to wake up people (#15590)
Diffstat (limited to 'health/health.d/qos.conf')
-rw-r--r--health/health.d/qos.conf21
1 files changed, 10 insertions, 11 deletions
diff --git a/health/health.d/qos.conf b/health/health.d/qos.conf
index 7290d15ff8..4b0a5cb962 100644
--- a/health/health.d/qos.conf
+++ b/health/health.d/qos.conf
@@ -5,14 +5,13 @@
# the alarm is checked every 10 seconds
# and examines the last minute of data
-#template: 10min_qos_packet_drops
-# on: tc.qos_dropped
-# os: linux
-# hosts: *
-# lookup: sum -10m unaligned absolute
-# every: 30s
-# warn: $this > 0
-# delay: up 0 down 30m multiplier 1.5 max 1h
-# units: packets
-# info: dropped packets in the last 30 minutes
-# to: sysadmin
+template: 10min_qos_packet_drops
+ on: tc.qos_dropped
+ os: linux
+ hosts: *
+ lookup: sum -5m unaligned absolute
+ every: 30s
+ warn: $this > 0
+ units: packets
+ info: dropped packets in the last 5 minutes
+ to: silent