Cacti dskIndex RHEL
Posted
by
andyh_ky
on Server Fault
See other posts from Server Fault
or by andyh_ky
Published on 2010-09-09T16:08:35Z
Indexed on
2011/01/02
2:55 UTC
Read the original article
Hit count: 602
I'm attempting to use includeAllDisks in my snmpd.conf for RHEL 4 and RHEL 5 machines, but no data is being returned on the Cacti Data Query.
snmpwalk isn't giving me any results.
$ snmpwalk -v 2c -c public 172.19.4.140 .1.3.6.1.4.1.2021.9.1.1 UCD-SNMP-MIB::dskIndex = No Such Instance currently exists at this OID
If I add
disk /
to snmpd.conf snmpwalk gives me the right results.
$ snmpwalk -v 2c -c public 172.19.4.140 .1.3.6.1.4.1.2021.9.1.1
UCD-SNMP-MIB::dskIndex.1 = INTEGER: 1
I am wanting to deploy this to many systems using the same snmpd.conf (via Satellite). The disk configuration varies among systems and manually configuring snmpd.conf is not an optimal solution.
Is there a way to get includeAllDisks to work?
My snmpd.conf file:
rocommunity public <cacti server IP>
dontPrintUnits true
includeAllDisks
© Server Fault or respective owner