FusionInventory-Agent
view release on metacpan or search on metacpan
Revision history for FusionInventory agent
2.6 Thu, 26 Nov 2020
core:
* as explain in Version.pm comments, actual versioning is problematic for CPAN versions,
so any future version will probably be defined as only major.minor but evantually
as major.minor_rev if a package revision is necessary. This policy could be revised
after any major upgrade.
* Fix configuration reloading to keep set script options
* Avoid a not critical perl error while reloading HTTP server
* Fix #820: Fix config reading to permit completly empty settings
inventory:
* Bump Inventory task version to 1.10
* Fix #771: added Acer monitor serial support for models (G227HQL, G236HL, R221Q, S273HL)
* Fix #787: fix debian package reporting when size is not defined
* Battery capacity support provides now canonical values
* Battery capacity support permits to compute battery capacity usage, thanks to Thierry Bugier
* Fix #819: Surface Go 2 was recongized has Hyper-V
* Fix #825: Enhanced disk encryption detection under linux
* Fix #829: added other Acer monitor serial support (H226HQL, K222HQL, SA220Q)
* Enhanced Qemu KVM virtualization detection, thanks to Rico29
* Dmidecode output parsing cleanup
* Fix #804: Filter out virtual overlay FS while using docker
* Fix #540: Added powersupplies support on MacOS
* Fix #797: Fix ASM storage inventory
* Better canonical manufacturer reporting
* Fix Snap software inventory support with long summary on a package
* Added PartNumber API to enhanced inventory memory and controllers support:
* Elpida, Hynix, Micron & Samsung memory partnumbers
* Dell controller partnumbers
* thanks to Vadim Pisarev:
* Storages can now use smartctl command
* Enhanced HP Storage inventory with smartctl
* Memory inventory includes partnumber as MODEL
* Controller inventory includes SERIAL and MODEL
* Enhanced memory and controllers inventory via IPMI
* Better storage support
* Micron memories PartNumber support
* Updated pci.ids to 2020.11.14 version
* Updated usb.ids to 2020.08.26 version
netdiscovery/netinventory:
* Bump NetDiscovery task version to 4.2
* Bump NetInventory task version to 4.2
* Updated Ricoh printers support with better hostname detection
* Updated Zebra printers support with better hostname detection
* Introduced Siemens industrial modules support
* Introduced Multitech industrial modules support
* Fix #823, #856: Add Ubiquiti UniFi AP linux appliance support
* Fix #772: Enhanced some HP switchs support
* Introduced Hwg support, thanks to Bertrand Keller
* Fix #830: Retrieve rigth model for Oki printers
* Updated sysobject.ids (tagged fia-2.6 tag on github repository)
ESX:
* Bump ESX task version to 2.6
* verify a user and password are provided before attemting to connect to ESX server
injector:
* Fix an issue with --xml-ua option triggering a perl fatal error on empty or wrong XML files
* Fix typo in man page
2.5.2 Mon, 16 Dec 2019
core:
* fix HTTP server IPv6 support as HTTP::Daemon module now supports IPv6 natively
* Always compile IPv4 address as IPv6 too for trusted ips. This is needed when
system default is to listen other IPv6 or you set httpd-ip to IPv6 address
like '::' or '::1'.
* win32: always detach agent thread after 10 seconds when stopping the agent
service when it is blocking on anything to guaranty the service stops in 10s max
* check agent persistent datas for a "forcerun" set flag. This is firstly intended
to be used by win32 installer to handle the "start inventory after installation"
option directly from the service.
This can also be used to change or reset the agent deviceid.
* Add --set-forcerun option support to fusioninventory-agent script
* Add J-C-P contribution to simplify agent installation under linux debian/ubuntu
* fix: don't reschedule too early on a forced run at start
* fix: Don't use delaytime on config reload
* fix: use target counters reset to better support config reload
* feature: limit next run delay reduction
Limit next run random delay reduction to max 1/6 of the delay if less than 6 hours,
limit to max an hour for delay from 6 hours to 24 hours,
( run in 0.462 second using v1.01-cache-2.11-cpan-99c4e6809bf )