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

6 lines
83 B
PHP

<?php
if (starts_with($sysObjectId, '.1.3.6.1.4.1.2281')) {
$os = 'ceraos';
}