]> arthur.barton.de Git - netdata.git/commitdiff
softnet warnings match the update frequency of network ones
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Thu, 15 Sep 2016 21:06:42 +0000 (00:06 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Thu, 15 Sep 2016 21:06:42 +0000 (00:06 +0300)
conf.d/health.d/softnet.conf

index daef906829e20079f0a3dd3117d0f29f46947577..b68aa171588310ad76eb60f3ea75dc62763523db 100644 (file)
@@ -4,7 +4,7 @@
       on: system.softnet_stat
   lookup: sum -1h unaligned absolute of dropped
    units: packets
-   every: 5m
+   every: 1m
     warn: $this > 0
    delay: down 30m multiplier 1.5 max 1h
     info: number of packets dropped because sysctl net.core.netdev_max_backlog was exceeded
@@ -14,7 +14,7 @@
       on: system.softnet_stat
   lookup: sum -1h unaligned absolute of squeezed
    units: events
-   every: 5m
+   every: 1m
     warn: $this > 0
    delay: down 30m multiplier 1.5 max 1h
     info: number of times ksoftirq ran out of sysctl net.core.netdev_budget or time slice, with work remaining
@@ -24,7 +24,7 @@
       on: system.softnet_stat
   lookup: sum -1h unaligned absolute of collisions
    units: collisions
-   every: 5m
+   every: 1m
     warn: $this > 0
    delay: down 30m multiplier 1.5 max 1h
     info: number of times two cpus collided trying to get a network device queue lock