summaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorJacob Ayres <27371317+arch273@users.noreply.github.com>2018-01-24 21:03:56 -0600
committerJacob Ayres <27371317+arch273@users.noreply.github.com>2018-01-24 23:26:19 -0600
commit1ef8db4242d26959cf498f136af76b99315526de (patch)
tree1838773946e13f5078cd93742127ddfd5cd1d502 /conf.d
parent5be8afb93b3b1b4f035e74a2da16204545a5ca65 (diff)
Add softnet/netisr template for FreeBSD
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/health.d/softnet.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/conf.d/health.d/softnet.conf b/conf.d/health.d/softnet.conf
index 64e1c67842..61cfe14900 100644
--- a/conf.d/health.d/softnet.conf
+++ b/conf.d/health.d/softnet.conf
@@ -26,3 +26,17 @@
delay: down 1h multiplier 1.5 max 2h
info: number of times, during the last 10min, 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
+
+
+## FreeBSD
+alarm: 10min_netisr_backlog_exceeded
+ on: system.softnet_stat
+ os: freebsd
+hosts: *
+lookup: sum -10m unaligned absolute of qdrops
+units: packets
+every: 1m
+ warn: $this > 0
+delay: down 1h multiplier 1.5 max 2h
+ info: number of drops in the last 10min, because sysctl net.route.netisr_maxqlen was exceeded (this can be a cause for dropped packets)
+ to: sysadmin