Subject: |
RE: How to unmonitor single mount point on multiple servers in Zenoss |
Author: |
Alok Pandey |
Posted: |
2020-11-19 23:03 |
This works with single mount point but how we can use zFileSystemMapIgnoreNames to ignore multiple mountpoints ? like /packages, /dev
------------------------------
//Alok
------------------------------
Subject: |
RE: How to unmonitor single mount point on multiple servers in Zenoss |
Author: |
Alok Pandey |
Posted: |
2020-11-20 00:38 |
We can use string regular expression in below manner to ignore multiple mount point for a server/device class.
to ignore all mount point /packages/* and /dev, use
zFileSystemMapIgnoreNames : /packages|/dev& # mind no space around "|"
------------------------------
//Alok
------------------------------