watchguard firebox detection and cpu support

git-svn-id: http://www.observium.org/svn/observer/trunk@2782 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-12-14 22:04:56 +00:00
parent 4badb107dc
commit 378261360c
29 changed files with 9902 additions and 4 deletions

View File

@@ -792,6 +792,16 @@ $config['os'][$os]['type'] = "network";
$config['os'][$os]['text'] = "Symbol AP";
$config['os'][$os]['icon'] = "symbol";
$os = "firebox";
$config['os'][$os]['text'] = "Watchguard Firebox";
$config['os'][$os]['type'] = "firewall";
$config['os'][$os]['over'][0]['graph'] = "device_bits";
$config['os'][$os]['over'][0]['text'] = "Traffic";
$config['os'][$os]['over'][1]['graph'] = "device_processor";
$config['os'][$os]['over'][1]['text'] = "CPU Usage";
$config['os'][$os]['icon'] = "watchguard";
foreach ($config['os'] as $this_os => $blah)
{
if (isset($config['os'][$this_os]['group']))