Files
librenms-librenms/includes/discovery/os/sharp.inc.php
T

6 lines
72 B
PHP
Raw Normal View History

<?php
2016-09-22 02:34:17 +03:00
2016-09-22 23:10:34 +03:00
if (str_contains($sysDescr, 'SHARP MX-')) {
2016-09-22 02:34:17 +03:00
$os = 'sharp';
}