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

6 lines
172 B
PHP
Raw Normal View History

<?php
2016-09-22 23:03:44 +03:00
2016-09-27 09:03:22 +01:00
if (starts_with($sysObjectId, array('.1.3.6.1.4.1.4413', '.1.3.6.1.4.1.7244')) && str_contains($sysDescr, array('vxworks', 'quanta'), true)) {
2016-09-22 23:03:44 +03:00
$os = 'quanta';
}