mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@ -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.
|
||||
|
Reference in New Issue
Block a user