Detect Juniper WXOS/JWOS + minor MIB path fix

git-svn-id: http://www.observium.org/svn/observer/trunk@1523 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2010-07-29 15:45:26 +00:00
parent b7ce88623c
commit 343cdf81d3
3 changed files with 16 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
<?php
if(!$os) {
if(strstr($sysObjectId, "1.3.6.1.4.1.8239.1.2.9")) { $os = "junos"; }
}
?>