librenms/includes/discovery/os/liebert.inc.php
Adam Amstrong 1b0cd4a476 add liebert OS and poll UPS-MIB for it
git-svn-id: http://www.observium.org/svn/observer/trunk@2358 61d68cd4-352d-0410-923a-c4978735b2b8
2011-05-24 17:59:18 +00:00

9 lines
99 B
PHP

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