mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
First portage of S2S/Mulitmatic support for S2S SYRIUS MS 10000
This commit is contained in:
@@ -5,5 +5,8 @@ if (!$os) {
|
||||
if (strstr(snmp_get($device, 'UPS-MIB::upsIdentManufacturer.0', '-Oqv', ''), 'Multimatic')) {
|
||||
$os = 'multimatic';
|
||||
}
|
||||
if (strstr(snmp_get($device, 'UPS-MIB::upsIdentManufacturer.0', '-Oqv', ''), 'S2S')) {
|
||||
$os = 'multimatic';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user