mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Merge pull request #2163 from laf/issue-1589
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