also detect 3com superstack type

git-svn-id: http://www.observium.org/svn/observer/trunk@1317 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2010-07-09 08:53:05 +00:00
parent b3e2ae50ac
commit 60edc0f8d9

View File

@@ -3,6 +3,7 @@
if(!$os) {
if(strstr($sysDescr, "3Com Switch ")) { $os = "3com"; }
else if(strstr($sysDescr, "3Com SuperStack")) { $os = "3com"; }
}