Files
librenms-librenms/includes/discovery/os/ons.inc.php

7 lines
95 B
PHP
Raw Normal View History

2016-09-15 00:25:25 +03:00
<?php
if (!$os) {
if (str_contains($sysDescr, 'Cisco ONS')) {
2016-09-15 12:28:24 +03:00
$os = 'ons';
2016-09-15 00:25:25 +03:00
}
2016-09-15 00:44:19 +03:00
}