Module: check_mk
Branch: master
Commit: 366754768b171980c6f85717c3a86c15de1d0996
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=366754768b1719…
Author: Bastian Kuhn <bk(a)mathias-kettner.de>
Date: Wed Dec 2 14:58:47 2015 +0100
#1308 FIX check_mk_agent.linux: Not longer list prl_fs filesystems
The Agent now ignores Filesystems from Paralles Desktop.
---
.werks/1308 | 10 ++++++++++
ChangeLog | 1 +
agents/check_mk_agent.linux | 2 +-
3 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/.werks/1308 b/.werks/1308
new file mode 100644
index 0000000..71a8f5d
--- /dev/null
+++ b/.werks/1308
@@ -0,0 +1,10 @@
+Title: check_mk_agent.linux: Not longer list prl_fs filesystems
+Level: 1
+Component: checks
+Compatible: compat
+Version: 1.2.7i4
+Date: 1449064627
+Class: fix
+
+The Agent now ignores Filesystems from Paralles Desktop.
+
diff --git a/ChangeLog b/ChangeLog
index e321c90..3c75fa9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -111,6 +111,7 @@
* 2800 FIX: mk_mysql: fixed some issues with incorrect assembled command line...
* 2744 FIX: waitmax now kills the whole process group and is a bit more robust.
* 2842 FIX: jolokia_metrics.perm_gen: fixed wrong calculation of perf variables warn
and crit
+ * 1308 FIX: check_mk_agent.linux: Not longer list prl_fs filesystems...
Multisite:
* 2684 Added icons for downloading agent data / walks of hosts...
diff --git a/agents/check_mk_agent.linux b/agents/check_mk_agent.linux
index 949bc51..9d4e18c 100755
--- a/agents/check_mk_agent.linux
+++ b/agents/check_mk_agent.linux
@@ -152,7 +152,7 @@ fi
echo '<<<df>>>'
# The exclusion list is getting a bit of a problem. -l should hide any remote FS but
seems
# to be all but working.
-excludefs="-x smbfs -x cifs -x iso9660 -x udf -x nfsv4 -x nfs -x mvfs -x zfs"
+excludefs="-x smbfs -x cifs -x iso9660 -x udf -x nfsv4 -x nfs -x mvfs -x zfs -x
prl_fs"
df -PTlk $excludefs | sed 1d
# df inodes information