Adam Amstrong ef6b649f5c add acsw os discovery script
git-svn-id: http://www.observium.org/svn/observer/trunk@2940 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-30 10:25:13 +00:00

9 lines
96 B
PHP

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