basic comware (h3c now hp replacing procurve)

git-svn-id: http://www.observium.org/svn/observer/trunk@2697 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-10-24 13:57:04 +00:00
parent eeed8a83e5
commit 569e5186b6
14 changed files with 9148 additions and 15 deletions

View File

@@ -0,0 +1,8 @@
<?php
if (!$os)
{
if (strstr($sysDescr, "Comware")) { $os = "comware"; }
}
?>