librenms-librenms/includes/osdiscovery/discover-powerconnect.php

10 lines
91 B
PHP
Executable File

<?php
if(!$os) {
if(strstr($sysDescr, "Neyland 24T")) { $os = "powerconnect"; }
}
?>