Basic IBM Tape Library Support

- As  stated, this introduces basic support for IBM TS3500 Library’s
This commit is contained in:
Rosiak
2015-07-22 16:59:18 +02:00
parent 8d72b05f26
commit 074a722402
3 changed files with 39 additions and 0 deletions
+7
View File
@@ -786,6 +786,13 @@ $config['os'][$os]['icon'] = 'ibmnos';
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
$config['os'][$os]['over'][0]['text'] = 'Traffic';
$os = 'ibmtapelibrary';
$config['os'][$os]['text'] = 'IBM Tape Library';
$config['os'][$os]['type'] = 'storage';
$config['os'][$os]['icon'] = 'generic';
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
$config['os'][$os]['over'][0]['text'] = 'Traffic';
$os = 'comware';
$config['os'][$os]['text'] = 'HP Comware';
$config['os'][$os]['type'] = 'network';