I have a strange issue going on right now. With the exact same snmpd.conf file some of my Linux hosts are showing correct filesystem information (Total Bytes, Used, Bytes, Free Bytes, and % util) while others of the exact same OS and config file will only show total bytes and unknown for the others. Weird enough as it is, but it gets even stanger. If I have a filesystem that it filling up, I will get an alert even though it does not show any information for used and free. This is a stock snmpd with the addition of the Dell snmp ties.
Can some one guide me on what is going wrong here? Here is the config file with communities changed to public. Code: [r...@broken ~]# grep -v \# /etc/snmp/snmpd.conf |uniq com2sec notConfigUser default public com2sec mynetwork default public group notConfigGroup v1 notConfigUser group notConfigGroup v2c notConfigUser group MyROGroup v1 mynetwork group MyROGroup v2c mynetwork view all included .1 view systemview included .1.3.6.1.2.1.1 view systemview included .1.3.6.1.2.1.25.1.1 access notConfigGroup "" any noauth exact all none none access MyROGroup "" any noauth exact all none none pass .1.3.6.1.4.1.4413.4.1 /usr/bin/ucd5820stat pass .1.3.6.1.4.1.3582 /usr/sbin/lsi_mrdsnmpmain smuxpeer .1.3.6.1.4.1.674.10892.1 -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=33598#33598 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
