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

11 lines
171 B
PHP

<?php
if(!$os) {
if(strstr($sysDescr, "JETDIRECT")) { $os = "jetdirect"; }
else if(strstr($sysDescr, "HP ETHERNET MULTI-ENVIRONMENT")) { $os = "jetdirect"; }
}
?>