librenms/includes/discovery/os/zxr10.inc.php
2016-09-22 04:23:00 +03:00

6 lines
98 B
PHP

<?php
if (str_contains($sysDescr, array('ZXR10', 'ZTE Ethernet Switch'))) {
$os = 'zxr10';
}