add avaya ers support

git-svn-id: http://www.observium.org/svn/observer/trunk@2854 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2012-01-27 11:29:37 +00:00
parent be6a81f193
commit dcf48ae16d
8 changed files with 151 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
if (!$os)
{
if (strstr($sysDescr, "Ethernet Routing Switch")) { $os = "avaya-ers"; }
else if (strstr($sysDescr, "ERS-")) { $os = "avaya-ers"; }
}
?>