]> arthur.barton.de Git - netdata.git/commitdiff
more informative softnet alarms messages
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Thu, 15 Sep 2016 22:22:42 +0000 (01:22 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Thu, 15 Sep 2016 22:22:42 +0000 (01:22 +0300)
conf.d/health.d/softnet.conf

index 4810eee50c253e496c25b536cdaae0b245485d85..9dbe8e5c459566d493dd3456deb754262610d749 100644 (file)
@@ -7,7 +7,7 @@
    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
+    info: number of packets dropped because sysctl net.core.netdev_max_backlog was exceeded (this can be a cause for dropped packets)
       to: sysadmin
 
    alarm: 1hour_netdev_budget_ran_outs
@@ -17,5 +17,5 @@
    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
+    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: sysadmin