refactor: Watchguard Fireware cleanup (#5015)

This commit is contained in:
Tony Murray
2016-11-18 17:46:30 -06:00
committed by Neil Lathwood
parent d389069e2e
commit c840f990cb
11 changed files with 7 additions and 46 deletions

View File

@@ -1812,16 +1812,6 @@ $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';
$config['os'][$os]['group'] = 'watchguard';
$os = 'fireware';
$config['os'][$os]['text'] = 'Watchguard Fireware';
$config['os'][$os]['type'] = 'firewall';