mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
MRV LambdaDriver detection. from robje
git-svn-id: http://www.observium.org/svn/observer/trunk@2009 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@ -677,6 +677,13 @@ $config['os'][$os]['ifXmcbc'] = 1;
|
||||
$config['os'][$os]['over'][0]['graph'] = "device_bits";
|
||||
$config['os'][$os]['over'][0]['text'] = "Device Traffic";
|
||||
|
||||
$os = "mrvld";
|
||||
$config['os'][$os]['group'] = "mrv";
|
||||
$config['os'][$os]['text'] = "MRV LambdaDriver";
|
||||
$config['os'][$os]['type'] = "network";
|
||||
$config['os'][$os]['icon'] = "mrv";
|
||||
|
||||
|
||||
$device_types = array('server', 'network', 'firewall', 'workstation', 'printer', 'power', 'environment');
|
||||
|
||||
### Graph Types
|
||||
|
Reference in New Issue
Block a user