Access VMware mibs through net-snmp using config from http://www.vmware.com/pdf/vsp_4_snmp_config.pdf

Patch by RobJE.



git-svn-id: http://www.observium.org/svn/observer/trunk@2983 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2012-04-07 22:27:39 +00:00
parent 316b31acb1
commit c32aaeb7fc

View File

@@ -6,7 +6,7 @@
* Try to discover any Virtual Machines. * Try to discover any Virtual Machines.
*/ */
if ($device['os'] == "vmware") if (($device['os'] == "vmware") || ($device['os'] == "linux"))
{ {
/* /*
* Variable to hold the discovered Virtual Machines. * Variable to hold the discovered Virtual Machines.