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

8 lines
105 B
PHP

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