Try putting each disk in /etc/snmp/snmpd.conf on the each box, like so..
disk /var
disk /opt
Something like:
for i in `df -P|grep -v Filesystem|grep -v shm|awk '{print $6}'`;do echo "disk
$i" >>/etc/snmp/snmpd.conf;done
would put all ur disks in there.
PS. the includealldisks directive in net-snmp kinda sucks.
-loco
-------------------- m2f --------------------
Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=18344#18344
-------------------- m2f --------------------
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users