I haven't tried this myself but you can set net-snmp to ignore certain disks.
From: http://www.net-snmp.org/docs/man/snmpd.examples.html Code: Host Resources Group The list of devices probed for potential inclusion in the hrDiskStorageTable (and hrDeviceTable) can be amended using any of the following directives: ignoredisk /dev/rdsk/c0t2d0 which prevents the device /dev/rdsk/c0t2d0 from being scanned, ignoredisk /dev/rdsk/c0t[!6]d0 ignoredisk /dev/rdsk/c0t[0-57-9a-f]d0 either of which prevents all devices /dev/rdsk/c0tXd0 (except .../c0t6d0) from being scanned, ignoredisk /dev/rdsk/c1* which prevents all devices whose device names start with /dev/rdsk/c1 from being scanned, or ignoredisk /dev/rdsk/c?t0d0 which prevents all devices /dev/rdsk/cXt0d0 (where 'X' is any single character) from being scanned. It's probably not the greatest way to do it, and it won't work for windows, but I don't know of a Zenoss way. -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=16997#16997 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
