wisski wrote: > Hi all, > I am using zenoss core to monitor some linux machine. On my linux device's os > tab, I add some OSprocess such as ypbind, nfsd, sshd,etc. Also, by default, > the zenplugin.py can get all my FS mount point and show them in OS->File > Systems, I don't need to monitor all my mount point,so I delete some File > System form it. But later, I need to remodel this device because I make some > change on this device, and It need remodel to tacke affect. > Here is my problem, after i remodel this device, all my OSprocess setting > like ypbind,nfsd are gone. How can I do if i don't want to set this process > again after i remodel my device? And all the FS mount point come up again, I > don't need to monitor all the mount point. How can i do?
For the filesystem stuff, either go to the zproperties of the device (or an entire class if you want to define this for all devices in a class) and set zFileSystemMapIgnoreNames http://www.zenoss.com/community/docs/zenoss-guide/2.2.3/ch09s03.html For the os processes...you should be able to "lock" their configuration. I believe you can just navigate to each process on that device and for each one there should be an option to "lock" them. http://www.zenoss.com/community/docs/zenoss-guide/2.2.3/ch10s11.html#d0e3250 Alternatively, you can go to the Process link on the left toolbar and add the processes there. That way it will automatically search for those processes when any device is modeled. The only down side to doing it this way is that it will search for those processes on any server it can...so you may get unwanted alerts from other devices running ypbind or nfsd that you don't really care about. http://www.zenoss.com/community/docs/zenoss-guide/2.2.3/ch12s03.html#d0e4834 -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=25300#25300 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
