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:
Tom Laermans
2010-07-27 20:49:31 +00:00
parent 4820454468
commit e733ca1558
4 changed files with 19 additions and 10 deletions
+1
View File
@@ -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"; }
}