add engenius discovery and polling, missing image

git-svn-id: http://www.observium.org/svn/observer/trunk@1762 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2010-12-16 10:26:36 +00:00
parent 6f22e40042
commit 42e4a448ca
6 changed files with 10443 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
if(!$os)
{
if (strstr($sysObjectId, ".1.3.6.1.4.1.14125.100.1.3")) { $os = "engenius"; }
else if (strstr($sysObjectId, ".1.3.6.1.4.1.14125.101.1.3")) { $os = "engenius"; }
}
?>