Files
librenms/includes/discovery/os/mgepdu.inc.php
T

8 lines
100 B
PHP

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