mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 16:26:55 +02:00
sonicwall detection
git-svn-id: http://www.observium.org/svn/observer/trunk@1385 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
if (!$os)
|
||||||
|
{
|
||||||
|
if (strstr($sysDescr, "SonicWALL")) { $os = "sonicwall"; }
|
||||||
|
}
|
||||||
|
|
||||||
|
?>
|
||||||
@@ -142,6 +142,11 @@ $config['os']['speedtouch']['text'] = "Thomson Speedtouch";
|
|||||||
$config['os']['speedtouch']['ifname'] = 1;
|
$config['os']['speedtouch']['ifname'] = 1;
|
||||||
$config['os']['speedtouch']['type'] = "network";
|
$config['os']['speedtouch']['type'] = "network";
|
||||||
|
|
||||||
|
$config['os']['sonicwal']['text'] = "SonicWALL";
|
||||||
|
$config['os']['sonicwal']['type'] = "firewall";
|
||||||
|
$config['os']['sonicwal']['overgraph'][] = "device_bits";
|
||||||
|
$config['os']['sonicwal']['overtext'] = "Traffic";
|
||||||
|
|
||||||
$config['os']['zywall']['text'] = "ZyXEL ZyWALL";
|
$config['os']['zywall']['text'] = "ZyXEL ZyWALL";
|
||||||
$config['os']['zywall']['type'] = "firewall";
|
$config['os']['zywall']['type'] = "firewall";
|
||||||
$config['os']['zywall']['overgraph'][] = "device_bits";
|
$config['os']['zywall']['overgraph'][] = "device_bits";
|
||||||
|
|||||||
Reference in New Issue
Block a user