Initial start on better watchguard support

This commit is contained in:
laf
2015-04-14 17:45:56 +01:00
parent 4739254fbe
commit a64fb5e802
14 changed files with 475 additions and 502 deletions

View File

@@ -1014,6 +1014,15 @@ $config['os'][$os]['over'][1]['graph'] = "device_processor";
$config['os'][$os]['over'][1]['text'] = "CPU Usage";
$config['os'][$os]['icon'] = "watchguard";
$os = "fireware";
$config['os'][$os]['text'] = "Watchguard Fireware";
$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";
$os = "panos";
$config['os'][$os]['text'] = "PanOS";
$config['os'][$os]['type'] = "firewall";