summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2015-03-27 00:37:41 +0000
committerjhb <jhb@FreeBSD.org>2015-03-27 00:37:41 +0000
commit86fa361d5928fd87070cb01688fcb04ff242b186 (patch)
tree07a4753e3acca7bb652891363a240d89fc8c9766 /etc/defaults
parentcfc3df2b8f708ce8494d9d556e3472a5c8c21b8a (diff)
downloadFreeBSD-src-86fa361d5928fd87070cb01688fcb04ff242b186.zip
FreeBSD-src-86fa361d5928fd87070cb01688fcb04ff242b186.tar.gz
Allow additional flags to be passed to netstat -i in the daily status check.
In particular, this allows an administrator to specify "-h" for human readable output if that is preferred. The default setting passes "-d", so that can be excluded by using a custom setting. Differential Revision: https://reviews.freebsd.org/D2034 Submitted by: Lystopad Aleksandr <laa@laa.zp.ua> (patch to add option for -h) Reviewed by: bz MFC after: 1 week
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/periodic.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/periodic.conf b/etc/defaults/periodic.conf
index 97519ca..c70bee2 100644
--- a/etc/defaults/periodic.conf
+++ b/etc/defaults/periodic.conf
@@ -113,6 +113,7 @@ daily_status_gconcat_enable="NO" # Check gconcat(8)
# 420.status-network
daily_status_network_enable="YES" # Check network status
daily_status_network_usedns="YES" # DNS lookups are ok
+daily_status_network_netstat_flags="-d" # netstat(1) flags
# 430.status-rwho
daily_status_rwho_enable="YES" # Check system status
OpenPOWER on IntegriCloud