]> arthur.barton.de Git - netdata.git/blob - conf.d/health.d/net.conf
updated health configurations
[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: 10s
10     crit: $this > 0
11