librenms/includes/discovery/os/sharp.inc.php

6 lines
72 B
PHP
Raw Normal View History

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