$ snmpwalk -c foo localhost
ucdavis.dskTable.dskEntry.dskPath
UCD-SNMP-MIB::dskPath.1 = STRING: /
UCD-SNMP-MIB::dskPath.2 = STRING: /usr
UCD-SNMP-MIB::dskPath.3 = STRING: /var
UCD-SNMP-MIB::dskPath.4 = STRING: /export
UCD-SNMP-MIB::dskPath.5 = STRING: /sunpci
UCD-SNMP-MIB::dskPath.6 = STRING: /
UCD-SNMP-MIB::dskPath.7 = STRING: /usr
UCD-SNMP-MIB::dskPath.8 = STRING: /var
UCD-SNMP-MIB::dskPath.9 = STRING: /export
UCD-SNMP-MIB::dskPath.10 = STRING: /sunpci
$ cat /usr/local/share/snmp/snmpd.conf
syslocation HOME
syscontact windsor@localhost
rocommunity foo
rwcommunity bar
disk /
disk /usr
disk /var
disk /export
disk /sunpci
$ uname -a
SunOS saturn 5.8 Generic_108528-15 sun4u sparc
SUNW,UltraSPARC-IIi-Engine
(nothing added to configure options during build)
Rob++
Logged In: YES
user_id=93926
What version of the package are you using?
Did you HUP the agent or anything like that?
If you run with the options "-f -L -Dread_config", can you
see if there is another config file being read or something
like that?
Logged In: YES
user_id=592835
5.0.3
No, initial startup
snmpd was being called with "-c
/usr/local/share/snmp/snmpd.conf", so we found the problem
(loose nut behind the keyboard).
Rob++
Logged In: YES
user_id=93926
Ok, I'll close the report then.