Notes
Agent build 1.0.336 was superseded by 1.0.338. They contain the same improvements, but 1.0.338 includes a Windows release and fixes a dormant issue introduced in 1.0.336.
Notes
New Relic Infrastructure Agent builds are available for multiple platforms. See Update the Infrastructure agent for how to download and update the appropriate version of the agent for your platform.
Note also that this is a Windows and Linux release.
Improvements
- Test if the configured license is obviously not correct.
- Check network availability at startup to ascertain agent can communicate with New Relic.
- Additional verbose logging for debugging network data.
- Added an
event_queue_depth
config option (default 1000) to support hosts with high numbers of processes (100s or more). Adjust this number in increments of 1000 if you see "Queue full" messages in the logs. Will require a restart of the agent to take effect.
Notes
New Relic Infrastructure Agent builds are available for multiple platforms. See the Update the Infrastructure agent for how to download and update the appropriate version of the agent for your platform.
Note also that this is a Windows and Linux release.
New features
- Added an
agent_config
plugin that reports the agent's config file as inventory.
Improvements
- Added more diagnostic logging when using
verbose
mode. - Added configs to adjust the frequency of certain inventory plugins. Here we show the name of the config, the default sampling period in seconds, and the fastest the plugin will sample (its "floor". You should only change these values if advised by New Relic Support.
sysctl_interval_sec
, default: 10, floor: 10daemontools_interval_sec
, default: 15, floor: 10supervisor_interval_sec
, default: 15, floor: 10systemd_interval_sec
, default: 30, floor: 10sysvinit_interval_sec
, default: 30, floor: 10upstart_interval_sec
, default: 30, floor: 10rpm_interval_sec
, default: 30, floor: 30dpkg_interval_sec
, default: 30, floor: 30facter_interval_sec
, default: 30, floor: 30selinux_interval_sec
, default: 30, floor: 30
Notes
New Relic Infrastructure Agent builds are available for multiple platforms. See the document "Update the Infrastructure agent" for instructions detailing how to download and update the appropriate version of the agent for your platform.
Note also that this is a Windows only release.
Improvements
- Added new fields
ram
,total_ram
,cpu_name
,cpu_num
,total_cpu
, andtotal_cores
tometadata/system/system
for Windows.
Notes
New Relic Infrastructure Agent builds are available for multiple platforms. See the document "Update the Infrastructure agent" for instructions detailing how to download and update the appropriate version of the agent for your platform.
Note this is a Linux only release.
Improvements
- Added new field
total_ram
tometadata/system/system
for Linux that reports the amount of ram installed on the machine. - Added new fields
total_cpu
andtotal_cores
tometadata/system/system
inventory for Linux that reports the total number of processors on the machine and the total number of cores (number of cores x number of processors). - Added CPU steal field
cpuStealPercent
toSystemSample
.
Notes
New Relic Infrastructure Agent builds are available for multiple platforms. See the document "Update the Infrastructure agent" for instructions detailing how to download and update the appropriate version of the agent for your platform.
Bug fixes
- Fixes a regression where
sestatus
would be called even if SELinux features were inactive. - Log file set in config will no longer be overwritten during agent restart
Notes
New Relic Infrastructure Agent builds are available for multiple platforms. See the document "Update the Infrastructure agent" for instructions detailing how to download and update the appropriate version of the agent for your platform.
Improvements
- Added config setting (
ca_bundle_file
andca_bundle_dir
) to enable users to specify a file location for a x509 certificate in .pem format to permit TLS communication with custom certificate authorities.