mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 00:24:21 +02:00
respect enable_bgp more on website and on discovery, also detect more huawei vrp
git-svn-id: http://www.observium.org/svn/observer/trunk@1498 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -4,6 +4,7 @@ if(!$os) {
|
||||
|
||||
if(strstr($sysDescr, "VRP (R) Software")) { $os = "vrp"; }
|
||||
else if(strstr($sysDescr, "VRP Software Version")) { $os = "vrp"; }
|
||||
else if(strstr($sysDescr, "Software Version VRP")) { $os = "vrp"; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user