mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-13 00:16:21 +02:00
7 lines
123 B
PHP
7 lines
123 B
PHP
<?php
|
|
if (!$os || $os === 'linux') {
|
|
if (stristr($sysObjectId, ".1.3.6.1.4.1.7779.1")) {
|
|
$os = 'nios';
|
|
}
|
|
}
|