mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
Added version detection from Synology MIB
This commit is contained in:
@@ -132,6 +132,9 @@ elseif ($device['os'] == "dsm") {
|
||||
$hardware = $value;
|
||||
}
|
||||
}
|
||||
|
||||
$version = snmp_get($device, "version.0", "-Osqnv", "SYNOLOGY-SYSTEM-MIB");
|
||||
|
||||
}
|
||||
elseif ($device['os'] == "pfsense") {
|
||||
$output = preg_split("/ /", $poll_device['sysDescr']);
|
||||
|
||||
Reference in New Issue
Block a user