Add Basic Riverbed Steelhead Support

This commit is contained in:
Rosiak
2015-10-11 16:33:29 +02:00
parent 93ebc481b5
commit b3d60fccc1
4 changed files with 38 additions and 0 deletions
+8
View File
@@ -1331,6 +1331,14 @@ $config['os'][$os]['icon'] = 'hp';
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
$config['os'][$os]['over'][0]['text'] = 'Traffic';
// Riverbed
$os = 'riverbed';
$config['os'][$os]['text'] = 'Riverbed';
$config['os'][$os]['type'] = 'network';
$config['os'][$os]['icon'] = 'riverbed';
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
$config['os'][$os]['over'][0]['text'] = 'Traffic';
// Appliances
$os = 'fortios';
$config['os'][$os]['text'] = 'FortiOS';