On Jan 13, 2009, at 6:13 AM, trondah wrote: > When monitoring OSX/Darwin through SNMP, /dev pops up several times > on every device, and /Perf/Filesystem creates high disk usage > threshold warnings. > > Previously I could just disable monitoring for each of those /dev > filesystems, but after recently re-installing Zenoss from SVN > (2.3.70 r11650) that doesn't do anything.
There's a zProperty called zFileSystemMapIgnoreNames that you can use to prevent discovery of file systems you don't care about. So you could go to the zProperties of your /Server/Darwin device class and set this property to "^\/dev" without the quotes to prevent the /dev mount point from even being discovered. After you do this, remodel existing devices and you should see the / dev file systems disappear. _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
