Files
librenms-librenms/includes/discovery/os/procurve.inc.php

11 lines
86 B
PHP
Executable File

<?php
if(!$os) {
if(stristr($sysDescr, "ProCurve")) { $os = "procurve"; }
}
?>