]> arthur.barton.de Git - netdata.git/blobdiff - conf.d/health.d/net.conf
network interface errors are now warnings; added mysql alarm
[netdata.git] / conf.d / health.d / net.conf
index 209dbda6abca238ce6a487e853b8eb4828263915..8ed713758d156e2d53a033aeefef349b79038192 100644 (file)
@@ -7,7 +7,7 @@ template: 30min_packet_drops
       on: net.drops
   lookup: sum -30m unaligned absolute
    every: 1m
-    crit: $this > 0
+    warn: $this > 0
    units: packets
     info: dropped packets in the last 30 minutes
       to: sysadmin
@@ -22,7 +22,7 @@ template: 30min_fifo_errors
       on: net.fifo
   lookup: sum -30m unaligned absolute
    every: 1m
-    crit: $this > 0
+    warn: $this > 0
    units: errors
     info: network interface fifo errors in the last 30 minutes
       to: sysadmin