mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix for issue #4089
This commit is contained in:
@ -6,5 +6,8 @@ if (!$os) {
|
|||||||
}
|
}
|
||||||
else if (preg_match('/eCos-[0-9.]+/', $sysDescr)) {
|
else if (preg_match('/eCos-[0-9.]+/', $sysDescr)) {
|
||||||
$os = 'procurve';
|
$os = 'procurve';
|
||||||
|
} elseif (preg_match('/HP(.+)2530(.+)/', $sysDescr)) {
|
||||||
|
//hp aruba 2530 series
|
||||||
|
$os = 'procurve';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user