mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
add a few more OIDs for the 7705 SAR since there are different hardware versions of the box.
This commit is contained in:
@@ -38,4 +38,16 @@ if (!$os) {
|
||||
if (strpos($sysObjectId, '.1.3.6.1.4.1.6527.6.1.1.2.1') !== false) {
|
||||
$os = 'timos';
|
||||
}
|
||||
// TiMOS-B-6.1.R7 both/hops ALCATEL-LUCENT SAR 7705
|
||||
if (strpos($sysObjectId, '.1.3.6.1.4.1.6527.6.1.1.2.2') !== false) {
|
||||
$os = 'timos';
|
||||
}
|
||||
// TiMOS-B-7.0.R5 both/hops ALCATEL SAR 7705
|
||||
if (strpos($sysObjectId, '.1.3.6.1.4.1.6527.6.1.1.2.5') !== false) {
|
||||
$os = 'timos';
|
||||
}
|
||||
// TiMOS-B-6.0.R2 both/hops ALCATEL-LUCENT SAR 7705
|
||||
if (strpos($sysObjectId, '.1.3.6.1.4.1.6527.6.1.1.2.6') !== false) {
|
||||
$os = 'timos';
|
||||
}
|
||||
}//end if
|
||||
|
Reference in New Issue
Block a user