mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Added some additional info from pfsense units
This commit is contained in:
@@ -107,6 +107,10 @@ elseif ($device['os'] == "dsm")
|
||||
$hardware = $value;
|
||||
}
|
||||
}
|
||||
} elseif ($device['os'] == "pfsense") {
|
||||
$output = preg_split("/ /", $poll_device['sysDescr']);
|
||||
$version = $output[2];
|
||||
$hardware = $output[6];
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user