mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Renamed
Renamed os to ibmtl
This commit is contained in:
@@ -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';
|
||||||
|
@@ -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';
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user