mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-13 16:06:29 +02:00
fa6a8c8f2d
Fix #2024
8 lines
170 B
PHP
8 lines
170 B
PHP
<?php
|
|
|
|
if (!$os) {
|
|
if (preg_match('/^WatchGuard\ Fireware/', $sysDescr) || strpos($sysObjectId, '1.3.6.1.4.1.3097.1.5') !== false) {
|
|
$os = 'firebox';
|
|
}
|
|
}
|