Add nsfs to the ignore file system list for the disk check

We see undeterminded alarms with this filesystem as it is temporary

Change-Id: I8d1562a90f6c6d476baaa088fe479e202c59e871
This commit is contained in:
Michael James Hoppal 2016-04-04 12:25:04 -06:00
parent 64e31f2975
commit 076cca54ba
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# (C) Copyright 2015 Hewlett Packard Enterprise Development Company LP
# (C) Copyright 2015,2016 Hewlett Packard Enterprise Development Company LP
init_config:
@ -23,5 +23,5 @@ instances:
# device_blacklist_re: .*\/dev\/mapper\/lxc-box.*
# For disk metrics it is also possible to ignore entire filesystem types
ignore_filesystem_types: cgroup,configfs,debugfs,devpts,devtmpfs,fusectl,hugetlbfs,proc,pstore,rpc_pipefs,securityfs,sysfs,tmpfs,udevfs,iso9660
ignore_filesystem_types: cgroup,configfs,debugfs,devpts,devtmpfs,fusectl,hugetlbfs,proc,pstore,rpc_pipefs,securityfs,sysfs,tmpfs,udevfs,iso9660,nsfs
device_blacklist_re: .*freezer_backup_snap.*