mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-13 08:02:43 +02:00
12 lines
150 B
PHP
Executable File
12 lines
150 B
PHP
Executable File
<?php
|
|
|
|
if(!$os) {
|
|
|
|
if(strstr($sysObjectId, ".1.3.6.1.4.1.1916.2")) { $os = "extremeware"; }
|
|
if(strstr($sysDescr, "XOS")) { $os = "xos"; }
|
|
|
|
|
|
}
|
|
|
|
?>
|