librenms/includes/discovery/os/raritan.inc.php

22 lines
232 B
PHP
Raw Normal View History

<?php
if (!$os)
{
if (strstr($sysDescr, "Raritan")) { $os = "raritan"; }
}
2015-05-17 14:42:09 +00:00
if (!$os)
{
if (strstr($sysDescr, "PX2")) { $os = "raritan"; }
}
?>
<?php
if (!$os)
{
if (strstr($sysDescr, "Raritan")) { $os = "raritan"; }
}
?>