librenms/includes/discovery/os/symbol.inc.php
Adam Amstrong a4fcf7d252 fix host adding (oopsie)
git-svn-id: http://www.observium.org/svn/observer/trunk@2439 61d68cd4-352d-0410-923a-c4978735b2b8
2011-09-08 17:09:36 +00:00

9 lines
93 B
PHP

<?php
if (!$os)
{
if (strstr($sysObjectId, ".1.3.6.1.4.1.388")) { $os = "symbol"; }
}
?>