Notes
A new version of the agent has been released. Follow standard procedures to update your Infrastructure agent.
Changes
- Limited the inventory source field to 100 characters. This would only affect custom integrations with atypically long source names.
Improvements
- For users with Facter enabled, we provide the
facter_home_dir
configuration option that allows setting theHOME
environment variable for Facter. If unset, it defaults to the current user's home directory.
Bug fixes
- Fix a bug introduced in version 1.1.4 that prevented the agent running after a system restart.
Notes
A new version of the agent has been released. Follow standard procedures to update your Infrastructure agent.
Improvements
- Windows Docker support for Windows Server 2016 hosts. Only Windows server native containers are supported.
Bug fixes
- Fix a bug that prevented protected processes from being recorded by the agent in Windows.
Notes
A new version of the agent has been released. Follow standard procedures to update your Infrastructure agent.
Improvements
- Adds new functionality that will allow sample decoration from integrations that have
add_hostname
bool flag.
Security Update
- A security update for the Windows agent corrects an issue where the agent may follow unprivileged hard links or junction folders. Security bulletin NR18-12.
Bug fixes
- Fix a bug with docker in AWS instances that caused the agent not to report Docker metrics.
- Fix a bug that was making the agent to log "Plugin not registered" during agent startup.
Notes
A new version of the agent has been released. Follow standard procedures to update your Infrastructure agent.
Improvements
- Add new improved Windows Storage Sampler based on PDH instead of WMI. This new sampler is faster and more reliable; it is activated by default, to revert to the old one you can set the
legacy_storage_sampler
option totrue
.
Bug fixes
- Fix a bug where some inventory items could disappear.
- Fix bug with
strip_command_line=true
that could cause some processes to be discarded in the samples. - Fix bug that prevented some inventory items from updating their state when asked for a full reset.
Notes
A new version of the agent has been released. Follow standard procedures to update your Infrastructure agent.
Bug fixes
- Fixed wrong log message:
agent has been offline for 24h0m0s min. Recreating delta store
triggered when there hasn't been any deltas to post for more than 24h. - Fixed parsing error of
who
command output when using different locale values.
Notes
A new version of the agent has been released. Follow standard procedures to update your Infrastructure agent.
Bug fixes
- Fixed wrong log message introduced in version 1.0.1017:
msg="error flushing inventory to cache" error=<nil>
.
Notes
A new version of the agent has been released. Follow standard procedures to update your Infrastructure agent.
Improvements
- Internal instrumentation for tracing custom-attributes
Notes
A new version of the agent has been released, including some improvements and bug fixes. Follow standard procedures to update your Infrastructure agent.
Security Update
- A security update for the Windows Infrastructure agent corrects an issue where the agent may execute privileged binaries in the system path. Security bulletin NR18-11.
Improvements
- Add
override_hostname
andoverride_hostname_short
configuration options, to disable hostname resolution and setting directly these values. Documentation available here.
Bug fixes
- Fix errors with https values on the
proxy
configuration option. More information can be found in the troubleshooting guide. - Fix 'error resolving entity identity' errors in log.
- Fix some hosts reporting localhost as full hostname.
- Fix some 0-value samples not being reported, and appeared as "No value" in the UI.
Notes
A new version of the agent has been released, including some improvements and bug fixes. Follow standard procedures to update your Infrastructure agent.
Improvements
- Added
max_procs
configuration option to specify the number of logical processors available to the agent. Increasing this value can help to distribute the load between different cores. Default value is 1. If value is set to -1 then it will try to read the environment variable GOMAXPROCS. If that variable is not set then the default value will be the total number of cores available in the host. - Added
ignore_system_proxy
configuration option to make the Agent ignore the environment variablesHTTP_PROXY
andHTTPS_PROXY
Bug fixes
- Fixed errors with https values on the
proxy
configuration option
Notes
A new version of the agent has been released, including some improvements and bug fixes. Follow standard procedures to update your Infrastructure agent.
Improvements
- We now officially support SLES 12
- Improved inventory submission reliability
Bug fixes
- Fixed windows agent storage sample when a specific volume does not have permissions
- Fixed wrong storage metrics for containerized agent