Our agents on FreeBSD stopped reporting CPU Type and speed, this is due to this commit: https://github.com/OCSInventory-NG/UnixAgent/commit/c1696a0afaa81abbf16670e79ecfa2cd254feea1 The agent is now using lscpu to get the CPU information. Optionally, the port could depend on devel/p5-Data-UUID "to create a unique id for every machine" and textproc/p5-Parse-EDID/ is used to inventory monitor and will replace monitor-edid from Mandriva.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0a841ec2206c607f7bfeaeafad503c1bf12300ed commit 0a841ec2206c607f7bfeaeafad503c1bf12300ed Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2024-10-31 14:54:45 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2024-11-07 08:16:43 +0000 net-mgmt/ocsinventory-agent: Update to 2.10.4 While here, add missing dependencies [1] Changes: https://github.com/OCSInventory-NG/UnixAgent/releases/tag/v2.10.4 PR: 282146 [1] net-mgmt/ocsinventory-agent/Makefile | 6 ++++-- net-mgmt/ocsinventory-agent/distinfo | 6 +++--- net-mgmt/ocsinventory-agent/pkg-plist | 2 ++ 3 files changed, 9 insertions(+), 5 deletions(-)
Thanks.