]> arthur.barton.de Git - netdata.git/commitdiff
restored thresholds for softnet
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Thu, 22 Sep 2016 11:29:17 +0000 (14:29 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Thu, 22 Sep 2016 11:29:17 +0000 (14:29 +0300)
conf.d/health.d/softnet.conf

index 50dfbeb38d1eab418f06d80e350a320e5d6cebe8..0c3709f4609876c5442c186294aaa6e2064b2683 100644 (file)
@@ -5,7 +5,7 @@
   lookup: sum -1h unaligned absolute of dropped
    units: packets
    every: 1m
-    warn: $this > ( ($status >= $WARNING) ? (0) : (5) )
+    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 (this can be a cause for dropped packets)
       to: sysadmin
@@ -15,7 +15,7 @@
   lookup: sum -1h unaligned absolute of squeezed
    units: events
    every: 1m
-    warn: $this > ( ($status >= $WARNING) ? (0) : (5) )
+    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 (this can be a cause for dropped packets)
       to: silent