add sanos detection (it is just nxos, so we treat it as if it's IOS for discovery purposes)

git-svn-id: http://www.observium.org/svn/observer/trunk@1693 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-08-23 17:17:03 +00:00
parent 2f7461a2b6
commit 660d47fe2f
4 changed files with 22 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
<?php
if(!$os) {
if(strstr($sysDescr, "SAN-OS")) { $os = "sanos"; }
}
?>