EA Collector 34.400

Last updated on 27 March, 2024

LogicMonitor EA Collector 34.400 is released on October 05, 2023. It is based on the previously released EA Collector 34.300 and includes the following additional updates.

Enhancements

  • We have stopped supporting the CSProxy feature in collector. With this change, when collector and LogicMonitor server connection fails, a socket timeout exception is displayed. Additionally, we have removed all CSProxy related configurations from the agent.conf settings.
  • As per the current implementation of Delinea (previously Thycotic) Vault integration, only the password field is used to fetch secret values. There are multiple key-value pairs which customers want to collect but are not always present in the password field. To bridge this gap, we have expanded the scope by configuring devices to pull the secret values for property from the secret ID. The customisable field name is attached to the property to fetch the secret value from the Delinea field. The .lmvault property is configured to have the information of the customisable field appended within the enclosed symbol “<>” at the end. You can use the template RecordID<FieldName>  /  RecordPath:Name<FieldName>. For example,
Vault PropertyCustomised Field
ssh.user.lmvault9<username>
ssh.pass.lmvault9<password>
snmp.security.lmvault15<snmpsecurity>
snmp.privToken.lmvault15<privtoken>
ssh.pass.lmvault\allsecrets\ssh:ssh.pass<password>

Fixed Issues

  • Fixed an issue where when SELinux is enabled and you migrate Linux collector in EA Collector 34.300 from root to non-root user, the collector goes down after running the updateToNonRoot.sh script.
  • Fixed an issue where the script for PropertySources failed due to vault enhancements done in the previous release. With the fix that we have implemented, script for PropertySources utilising the vault for credential management will collect data as expected.