mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge branch 'master' into avtech
This commit is contained in:
@@ -311,6 +311,23 @@ $config['os'][$os]['icon'] = 'barracuda';
|
||||
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
|
||||
$config['os'][$os]['over'][0]['text'] = 'Traffic';
|
||||
|
||||
$os = 'barracudaspamfirewall';
|
||||
$config['os'][$os]['text'] = 'Barracuda Spam Firewall';
|
||||
$config['os'][$os]['type'] = 'firewall';
|
||||
$config['os'][$os]['icon'] = 'barracuda';
|
||||
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
|
||||
$config['os'][$os]['over'][0]['text'] = 'Traffic';
|
||||
|
||||
// Calix
|
||||
$os = 'calix';
|
||||
$config['os'][$os]['text'] = 'Calix E7';
|
||||
$config['os'][$os]['type'] = 'network';
|
||||
$config['os'][$os]['ifname'] = 1;
|
||||
$config['os'][$os]['empty_ifdescr'] = 1;
|
||||
$config['os'][$os]['icon'] = 'calix';
|
||||
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
|
||||
$config['os'][$os]['over'][0]['text'] = 'Device Traffic';
|
||||
|
||||
// Cisco OSes
|
||||
$os = 'ios';
|
||||
$config['os'][$os]['group'] = 'cisco';
|
||||
|
Reference in New Issue
Block a user