mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
VMWARE SUPPORT!! :)
- Support for VMware hosts AND Virtual Machines. - VMware MIB files added. - SVN property ignore on MIB .index files. git-svn-id: http://www.observium.org/svn/observer/trunk@1976 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -660,6 +660,13 @@ $config['os'][$os]['over'][0]['graph'] = "device_current";
|
||||
$config['os'][$os]['over'][0]['text'] = "Current";
|
||||
$config['os'][$os]['icon'] = "servertech";
|
||||
|
||||
$os = "vmware";
|
||||
$config['os'][$os]['type'] = "server";
|
||||
$config['os'][$os]['text'] = "VMware";
|
||||
$config['os'][$os]['ifXmcbc'] = 1;
|
||||
$config['os'][$os]['over'][0]['graph'] = "device_bits";
|
||||
$config['os'][$os]['over'][0]['text'] = "Device Traffic";
|
||||
|
||||
$device_types = array('server', 'network', 'firewall', 'workstation', 'printer', 'power', 'environment');
|
||||
|
||||
### Graph Types
|
||||
|
||||
Reference in New Issue
Block a user