mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02: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]['text'] = 'Traffic';
|
||||
|
||||
$os = 'ibmtapelibrary';
|
||||
$os = 'ibmtl';
|
||||
$config['os'][$os]['text'] = 'IBM Tape Library';
|
||||
$config['os'][$os]['type'] = 'storage';
|
||||
$config['os'][$os]['icon'] = 'generic';
|
||||
|
||||
@@ -12,6 +12,6 @@
|
||||
|
||||
if (!$os) {
|
||||
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