>I get unfortunaly for all my queries: >Error: Unable to retrieve SNMP VM data >Searching in the Code i saw a variable : my($VMOID) = >"1.3.6.1.4.1.6876"; But with the snmpwalk i can't find >1.3.6.1.4.1.6876 or enterprises.6876 OID,
I assume that you can retrieve other SNMP details, and that your SNMP daemon is correctly configured. If not, then the solution is obvious :) Also, make sure you are sending the query to the service controller, not to the virtual machine! Also, make sure that your VMWare server is running not only snmpd but also vmware-snmpd (the helper process that does the 6876 enterprise). This should also be hooked in in the snmpd.conf -- if you used the vmware snmp setup script then it should have done this for you. Restart both snmpd and vmware-snmpd (in that order). The SNMP MIB I have for VMWare specifies enterprise 6876, and we use vmware 2.x. Check to see what enterprise yours has. Steve ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
