From 9baa08d24a4f3c9a21035855f9d09dce435471f8 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Fri, 6 May 2016 16:05:40 +0200 Subject: [PATCH] 'disk' CheckCommand: Exclude 'cgroup' and 'tracefs' by default fixes #11720 --- 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 77b2474d2..93367f22f 100644 --- a/itl/command-plugins.conf +++ b/itl/command-plugins.conf @@ -1108,7 +1108,7 @@ object CheckCommand "disk" { vars.disk_inode_wfree = "20%" vars.disk_inode_cfree = "10%" vars.disk_megabytes = true - vars.disk_exclude_type = ["none", "tmpfs", "sysfs", "proc", "devtmpfs", "devfs", "mtmfs"] + vars.disk_exclude_type = [ "none", "tmpfs", "sysfs", "proc", "devtmpfs", "devfs", "mtmfs", "tracefs", "cgroup" ] } object CheckCommand "disk_smb" { -- 2.40.0