mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added support for Mirth OS #2639
This commit is contained in:
@@ -52,5 +52,7 @@ if (starts_with($sysDescr, 'Linux') && !starts_with($sysObjectId, $skip_oids)) {
|
||||
$os = 'ddnos';
|
||||
} elseif (is_numeric(trim(snmp_get($device, 'roomTemp.0', '-OqvU', 'CAREL-ug40cdz-MIB')))) {
|
||||
$os = 'pcoweb'; // Carel PCOweb
|
||||
} elseif (starts_with($sysDescr, 'Linux mirthtemplate')) {
|
||||
$os = 'mirth';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user