Renamed os to ibmtl
This commit is contained in:
Rosiak
2015-07-22 17:04:37 +02:00
parent 074a722402
commit 3b372bab6e
3 changed files with 2 additions and 2 deletions

View File

@@ -786,7 +786,7 @@ $config['os'][$os]['icon'] = 'ibmnos';
$config['os'][$os]['over'][0]['graph'] = 'device_bits'; $config['os'][$os]['over'][0]['graph'] = 'device_bits';
$config['os'][$os]['over'][0]['text'] = 'Traffic'; $config['os'][$os]['over'][0]['text'] = 'Traffic';
$os = 'ibmtapelibrary'; $os = 'ibmtl';
$config['os'][$os]['text'] = 'IBM Tape Library'; $config['os'][$os]['text'] = 'IBM Tape Library';
$config['os'][$os]['type'] = 'storage'; $config['os'][$os]['type'] = 'storage';
$config['os'][$os]['icon'] = 'generic'; $config['os'][$os]['icon'] = 'generic';

View File

@@ -12,6 +12,6 @@
if (!$os) { if (!$os) {
if (strstr($sysObjectId, '.1.3.6.1.4.1.2.6.182.1.0.401.1')) { if (strstr($sysObjectId, '.1.3.6.1.4.1.2.6.182.1.0.401.1')) {
$os = 'ibmtapelibrary'; $os = 'ibmtl';
} }
} }