sonicwall detection

git-svn-id: http://www.observium.org/svn/observer/trunk@1385 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2010-07-17 17:44:16 +00:00
parent 6bc96ad888
commit 1dfc30ad27
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,8 @@
<?php
if (!$os)
{
if (strstr($sysDescr, "SonicWALL")) { $os = "sonicwall"; }
}
?>
+5
View File
@@ -142,6 +142,11 @@ $config['os']['speedtouch']['text'] = "Thomson Speedtouch";
$config['os']['speedtouch']['ifname'] = 1;
$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']['type'] = "firewall";
$config['os']['zywall']['overgraph'][] = "device_bits";