mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
@@ -311,6 +311,13 @@ $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';
|
||||
|
@@ -14,4 +14,7 @@ if (!$os) {
|
||||
if (stristr($sysDescr, 'Barracuda Load Balancer') || stristr($sysDescr, 'Barracuda Load Balancer ADC')) {
|
||||
$os = 'barracudaloadbalancer';
|
||||
}
|
||||
if (stristr($sysDescr, 'Barracuda Spam Firewall')) {
|
||||
$os = 'barracudaspamfirewall';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user