]> arthur.barton.de Git - netdata.git/blob - conf.d/health.d/net.conf
84a63587d79e015dfe86d4f74c473fe3626528c4
[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 30 minutes of data
5
6 template: 30min_packet_drops
7       on: net.drops
8   lookup: sum -30m unaligned absolute
9    every: 1m
10     crit: $this > 0
11
12
13 # check if an interface is having FIFO
14 # buffer errors
15 # the alarm is checked every 10 seconds
16 # and examines the last 30 minutes of data
17
18 template: 30min_fifo_errors
19       on: net.fifo
20   lookup: sum -30m unaligned absolute
21    every: 1m
22     crit: $this > 0
23