sorry man, i got no idea how to load the mib! Its my firt time with snmp!
Which values include in the mib is clear! but how to load?
for example i want to get the SystemVersion of the esx host. i start on my nagios server:
snmpwalk -v 2c -c community server
I am totaly confused!
some threads saied: have to enter some strings into the snmpd.conf on the esx host.
"..dlmod SNMPESX /usr/lib/vmware/snmp/libSNMPESX.so.."
such a path does not exist in esx4!!! i am not sure, that my host is completly correct configured.
my snmp.xml:
<config>
<snmpSettings>
<communities>public</communities>
<enable>true</enable>
<port>171</port>
<targets>nagios-server-ip@162 public</targets>
</snmpSettings>
</config>
my snmpd.conf in untouched!!!