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]['graph'] = 'device_bits';
|
||||||
$config['os'][$os]['over'][0]['text'] = 'Traffic';
|
$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
|
// Calix
|
||||||
$os = 'calix';
|
$os = 'calix';
|
||||||
$config['os'][$os]['text'] = 'Calix E7';
|
$config['os'][$os]['text'] = 'Calix E7';
|
||||||
|
@@ -14,4 +14,7 @@ if (!$os) {
|
|||||||
if (stristr($sysDescr, 'Barracuda Load Balancer') || stristr($sysDescr, 'Barracuda Load Balancer ADC')) {
|
if (stristr($sysDescr, 'Barracuda Load Balancer') || stristr($sysDescr, 'Barracuda Load Balancer ADC')) {
|
||||||
$os = 'barracudaloadbalancer';
|
$os = 'barracudaloadbalancer';
|
||||||
}
|
}
|
||||||
|
if (stristr($sysDescr, 'Barracuda Spam Firewall')) {
|
||||||
|
$os = 'barracudaspamfirewall';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user