mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00: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