librenms/includes/discovery/os/mgepdu.inc.php
2016-09-24 16:41:17 +03:00

6 lines
80 B
PHP

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