mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added Barracuda NG firewall OS detection
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -17,4 +17,8 @@ if (!$os) {
|
||||
if (stristr($sysDescr, 'Barracuda Spam Firewall')) {
|
||||
$os = 'barracudaspamfirewall';
|
||||
}
|
||||
if (stristr($sysDescr, 'Barracuda Firewall')) {
|
||||
$os = 'barracudangfirewall';
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user