From c2e597b4941f6eb4dcf3940396d8aa46c10d3c47 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Thu, 12 Feb 2015 09:15:46 +0100 Subject: [PATCH] Add a few more file system types which are ignored by default refs #8316 --- itl/command-plugins.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itl/command-plugins.conf b/itl/command-plugins.conf index 7ff94e81a..3bd3d3e35 100644 --- a/itl/command-plugins.conf +++ b/itl/command-plugins.conf @@ -546,7 +546,7 @@ object CheckCommand "disk" { vars.disk_wfree = 20 vars.disk_cfree = 10 vars.disk_megabytes = true - vars.disk_exclude_type = ["none", "tmpfs", "sysfs", "proc", "devtmpfs"] + vars.disk_exclude_type = ["none", "tmpfs", "sysfs", "proc", "devtmpfs", "devfs", "mtmfs"] } object CheckCommand "users" {