LogicMonitor EA Collector 40.200 is released on June 09, 2026. It is based on EA Collector 40.100 and includes the following additional updates:
Support for SSH Authentication Methods at Resource Level
You can now configure the ssh.preferredauthentications property at the resource level and reorder the SSH authentication method sequence.
Prior to this update, you could configure the ssh.preferredauthentications property only at the Collector level in the agent.conf settings, with a fixed sequence of authentication method, namely publickey,keyboard-interactive,password. In this case, for a resource with password as the preferred SSH authentication method, the system first checks for authentication using publickey followed by keyboard-interactive and lastly, the password method. This causes unnecessary attempts of publickey and keyboard-interactive. The new implementation enables you to configure the authentication methods and their sequence at the resource level.
Though there is no change to the Collector-level global setting, if ssh.preferredauthentications is set at the resource level, it takes precedence over the default Collector-level configuration. If the property is not set at the resource level, the Collector-level authentication sequence is implemented.
Amazon JAVA Corretto Version Upgrade
For security updates and improvements, LogicMonitor Collector now supports the latest Amazon JAVA Corretto version 21.0.11.10.1 for Windows and Linux Collectors. It is an upgrade from version 21.0.10.7.1.
Multiple Version Upgrades
LogicMonitor Collector has upgraded the versions of the following files to apply minor security updates:
| Component or Library Name | Current Version | Upgraded Version |
|---|---|---|
netty-codec-http2 | 4.2.9.Final | 4.1.132.Final |
netty-codec-http | 4.2.9.Final | 4.1.132.Final |
Apache Log4j Core | 2.25.3 | 2.25.4 |
Bouncy Castle BC-JAVA | 1.79 | 1.84 |
Fixed an intermittent issue that caused authentication failures for traps when using prefixed SNMP trap credentials configured on Collector self-monitored resource. The issue occurred when traps were processed through the agent.conf flow (lmlogs.snmptrap.enabled=true).
Additionally, fixed an intermittent issue that caused log ingestion failures.
Fixed CIM DataSource failure issues that occurred after upgrading Collectors from any version (that ran on Java 11) to EA 38.100 and later versions (that run on Java 21). To fix the issue, LogicMonitor has added a JVM command line (a new healthcheck script) --add-opens java.base/sun.security.ssl=ALL-UNNAMED to wrapper.conf settings.