From c32aaeb7fce93f17a12f0333ce1702d2bcb42b8e Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Sat, 7 Apr 2012 22:27:39 +0000 Subject: [PATCH] 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 --- includes/discovery/vmware-vminfo.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/discovery/vmware-vminfo.inc.php b/includes/discovery/vmware-vminfo.inc.php index 6834934d8..4daa18fa6 100755 --- a/includes/discovery/vmware-vminfo.inc.php +++ b/includes/discovery/vmware-vminfo.inc.php @@ -6,7 +6,7 @@ * Try to discover any Virtual Machines. */ -if ($device['os'] == "vmware") +if (($device['os'] == "vmware") || ($device['os'] == "linux")) { /* * Variable to hold the discovered Virtual Machines.