librenms/includes/discovery/os/avocent.inc.php
2016-09-21 12:53:39 -05:00

6 lines
91 B
PHP

<?php
if (starts_with($sysDescr, array('Avocent', 'AlterPath'))) {
$os = 'avocent';
}