Also, don't report autofs.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold
2017-01-09 21:29:02 +00:00
parent c2fc0cc341
commit 6a8746de45
2 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
--- plugins/node.d.freebsd/df.in.orig 2016-12-04 19:34:49 UTC
+++ plugins/node.d.freebsd/df.in
@@ -24,7 +24,7 @@ if [ "$1" = "autoconf" ]; then
exit 0
fi
-EXCLUDEDFS="-t noprocfs,devfs,fdescfs,linprocfs,linsysfs,nfs,nullfs"
+EXCLUDEDFS="-t noprocfs,devfs,fdescfs,linprocfs,linsysfs,nfs,nullfs,autofs"
if [ $(uname -s) = "GNU/kFreeBSD" ]; then
EXCLUDEDFS=$(echo $EXCLUDEDFS | sed 's/^-t /-x /; s/,/ -x /g')

View File

@@ -3,7 +3,7 @@
PORTNAME= munin
PORTVERSION= ${MUNIN_VERSION}
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= sysutils perl5
MASTER_SITES= ${MUNIN_SITES}
PKGNAMESUFFIX= -node