Files
librenms/includes/discovery/os/mgepdu.inc.php
T
2011-03-14 19:16:40 +00:00

8 lines
89 B
PHP

<?php
if (!$os)
{
if (strstr($sysDescr, "MGE Switched PDU")) { $os = "mgepdu"; }
}
?>