Austin G. Smith wrote: > I am using the precompiled binaries that are in the centos distro. I am > attempting to gather ucdexperimental stats from the diskiotable, but > have not been able to get this mib available in net-snmp. I have tried > to go by the docs on the site, but when I try to add the mib with the > snmptranslate, the following line just prints the friendly name, and I > still don’t have access to the data, even after restart and adding the > diskio template with the mib definition in snmpd.conf…
Does net-snmp-config --snmpd-module-list | tr " " "\n" | grep diskio gives "ucd-snmp/diskio" or not? If not, then support for this mib module hasn't been compiled into the CentOS package, so you need to rebuild it with "./configure --with-mib-module=ucd-snmp/diskio". +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
