summaryrefslogtreecommitdiffstats
path: root/share/man/man5/periodic.conf.5
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 /share/man/man5/periodic.conf.5
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 'share/man/man5/periodic.conf.5')
-rw-r--r--share/man/man5/periodic.conf.512
1 files changed, 11 insertions, 1 deletions
diff --git a/share/man/man5/periodic.conf.5 b/share/man/man5/periodic.conf.5
index 7b08fec..a8dee31 100644
--- a/share/man/man5/periodic.conf.5
+++ b/share/man/man5/periodic.conf.5
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 13, 2015
+.Dd March 26, 2015
.Dt PERIODIC.CONF 5
.Os
.Sh NAME
@@ -401,6 +401,16 @@ Set to
.Dq Li YES
if you want to run
.Nm netstat Fl i .
+.It Va daily_status_network_netstat_flags
+.Pq Vt str
+Set to additional arguments for the
+.Xr netstat 1
+utility when
+.Va daily_status_network_enable
+is set to
+.Dq Li YES .
+The default is
+.Fl d .
.It Va daily_status_network_usedns
.Pq Vt bool
Set to
OpenPOWER on IntegriCloud