TECHZEN Zenoss User Community ARCHIVE  

How to unmonitor single mount point on multiple servers in Zenoss

Subject: How to unmonitor single mount point on multiple servers in Zenoss
Author: Manish Panwar
Posted: 2018-02-09 05:59

HI All,


So i have to remove yum partition on around 200 servers that are present in Zenoss.

I have added to them to different Device class from other remaining servers.

So i need to disable yum mount point only on all of these 200 servers. Manually unmonitoring on each server will be time consuming.

Any one can assist on how to advance?

------------------------------
Manish Panwar
------------------------------


Subject: RE: How to unmonitor single mount point on multiple servers in Zenoss
Author: Andy Fleming
Posted: 2018-02-13 09:38

I would try setting the zFileSystemMapIgnoreNames property under "Configuration Properties" for that device class and re-model.  

------------------------------
Andy Fleming
KanREN - Kansas Research and Education Network
KS
------------------------------


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
------------------------------


< Previous
Zenoss Core 4.2.5 ova or iso
  Next
Install and synchronize zenoss with website
>