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

8 lines
102 B
PHP

<?php
if (!$os) {
if (preg_match('/^LambdaDriver/', $sysDescr)) {
$os = 'mrvld';
}
}