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

8 lines
123 B
PHP
Raw Normal View History

<?php
2015-07-13 18:10:26 +00:00
if (!$os) {
if (strstr($sysDescr, 'Cisco Catalyst Operating System Software')) {
$os = 'catos';
}
}