]> arthur.barton.de Git - netdata.git/commitdiff
softnet budget is now triggered when it is > 10/hour; fixes #1076
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 23 Oct 2016 13:29:46 +0000 (16:29 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 23 Oct 2016 13:29:46 +0000 (16:29 +0300)
conf.d/health.d/softnet.conf

index 0c3709f4609876c5442c186294aaa6e2064b2683..420a45448a2e766711baecf3d2b347d77713be12 100644 (file)
@@ -15,7 +15,7 @@
   lookup: sum -1h unaligned absolute of squeezed
    units: events
    every: 1m
-    warn: $this > 0
+    warn: $this > (($status >= $WARNING)  ? (0) : (10))
    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