summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorSteve8291 <hambling8@gmail.com>2019-12-09 01:14:11 -0500
committerIlya Mashchenko <ilya@netdata.cloud>2019-12-09 09:14:11 +0300
commitf4e6d8b2669697c4086a5405352f8b192c620907 (patch)
tree8fe4e8a1a7da0b024f0c04064dc8d5885f454aa4 /health
parentd0995cd23247ec3bb0da09f4f8b8d152a248cb00 (diff)
Fix missing parenthesis on softnet.conf (#7476)
Missing parenthesis in alarm: 1min_netdev_backlog_exceeded
Diffstat (limited to 'health')
-rw-r--r--health/health.d/softnet.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/health/health.d/softnet.conf b/health/health.d/softnet.conf
index ff36486261..f835f2aee1 100644
--- a/health/health.d/softnet.conf
+++ b/health/health.d/softnet.conf
@@ -10,7 +10,7 @@
lookup: average -1m unaligned absolute of dropped
units: packets
every: 10s
- warn: $this > (($status >= $WARNING) ? (0) : (10)
+ warn: $this > (($status >= $WARNING) ? (0) : (10))
delay: down 1h multiplier 1.5 max 2h
info: average number of packets dropped in the last 1min, because sysctl net.core.netdev_max_backlog was exceeded (this can be a cause for dropped packets)
to: sysadmin