mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Revert "added to arubaos"
This reverts commit 29d5b8a5af8710cef31c427c4972f4da0ba5eb8c.
This commit is contained in:
@ -3,8 +3,5 @@
|
|||||||
if (!$os) {
|
if (!$os) {
|
||||||
if (strstr($sysDescr, 'ArubaOS')) {
|
if (strstr($sysDescr, 'ArubaOS')) {
|
||||||
$os = 'arubaos';
|
$os = 'arubaos';
|
||||||
} elseif (preg_match('/HP(.+)2530(.+)/', $sysDescr)) {
|
|
||||||
//hp aruba 2530 series
|
|
||||||
$os = 'procurve';
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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