]> arthur.barton.de Git - netdata.git/blob - conf.d/health.d/net.conf
updated alarms
[netdata.git] / conf.d / health.d / net.conf
1
2 # check if an interface is dropping packets
3 # the alarm is checked every 10 seconds
4 # and examines the last minute of data
5
6 template: 10min_packet_drops
7       on: net.drops
8   lookup: sum -10m unaligned absolute
9    every: 10s
10     crit: $this > 0
11
12
13 # check if a QoS class is dropping packets
14 # the alarm is checked every 10 seconds
15 # and examines the last minute of data
16
17 template: 10min_qos_packet_drops
18       on: tc.qos_dropped
19   lookup: sum -10m unaligned absolute
20    every: 30s
21     warn: $this > 0
22