librenms-librenms/includes/discovery/os/poweralert.inc.php

6 lines
83 B
PHP

<?php
if (starts_with($sysDescr, 'POWERALERT', true)) {
$os = 'poweralert';
}