librenms-librenms/includes/discovery/os/poweralert.inc.php
2016-09-23 01:26:54 +03:00

6 lines
77 B
PHP

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