LogicMonitor EA Collector 35.100 is released on December 19, 2023. It is based on the previously released GD Collector 35.000 and includes the following additional updates.
Updated on December 21, 2023
Added – An update about linux collector installation using non-root user.
LogicMonitor GD Collector 35.000 is released on December 18, 2023. It is based on the previously released EA Collector 34.500 and includes the following additional updates.
(more…)LogicMonitor EA Collector 34.500 is released on November 01, 2023. It is based on the previously released EA Collector 34.400 and includes the following additional updates.
(more…)LogicMonitor GD Collector 34.004 is released on October 16, 2023. It is a patch to the previously released GD Collector 34.003 and includes the following additional fix.
(more…)LogicMonitor MGD Collector 33.007 is released on October 06, 2023. GD Collector 33.007 is designated as MGD Collector 33.007, and includes the following updates:
(more…)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.
(more…)LogicMonitor GD Collector 34.003 is released on September 18, 2023. It is a patch to the previously released GD Collector 34.002 and includes the following additional updates.
Updated on October 17, 2023
Removed – Fixed an issue where the script for PropertySources failed due to credential vault enhancements done in the previous release.
You can get this fix in GD Collector – 34.004
Enhancement
- The Selenium Synthetics Step Monitoring feature is added to GD Collector 34.003. To access this feature, you must have Platform v.187 (or later) and GD Collector 34.003. With this feature every Synthetics web test is represented as a resource in LogicMonitor. A web test is further divided into steps and collector monitors the steps to give accurate status of each step.
Fixed Issue
- Fixed an issue where after upgrading Linux collector to GD Collector 34.002, the value in the Service Group field was overwritten. This prevented Logicmonitor-agent service from starting when the group was non-existent. After implementing the fix, Logicmonitor-agent service is able to start successfully. This is applicable only to collectors running as non-root, and where the non-root username and group name are different.
LogicMonitor GD Collector 33.007 is released on September 04, 2023. It is a patch to the previously released GD Collector 33.006 and includes the following additional fix.
Fixed Issue
- Fixed an issue where when updating Linux collector to GD Collector 33.006 the Service Group field was overwritten after the collector upgrade. This prevented the Logicmonitor-agent service from starting when the group was non-existent. After implementing the fix, the Logicmonitor-agent service is able to start successfully. This is applicable only to collectors running as non-root, and where the non root username and group name are different.
LogicMonitor EA Collector 34.300 is released on August 07, 2023. It is based on the previously released EA Collector 34.200 and includes the following additional updates.
Enhancements
- It was observed that because there was no configuration for the maximum number of threadpool, it was limited to a minimum number of threadpool. Also, the queue limit for the Windows event tasks was not defined. To bridge the gap, we added the following parameters along with the queue size.
LogSource Type | WinEvent | Syslog |
Min thread pool size parameter(existing) | logcollector.wineventlog.threadpool | eventcollector.syslog.threadpool |
Max thread pool size parameter | logcollector.wineventlog.max.threadpool | eventcollector.syslog.max.threadpool |
Queue size | logcollector.wineventlog.queue | eventcollector.syslog.queue (existing) |
The values vary as per the collector size.
Collector Size | Minimum Threadpool | Maximum Threadpool | Queue Size |
Small/ Nano | 10 | 20 | 10000 |
Medium | 10 | 30 | 10000 |
Large | 10 | 40 | 10000 |
X-Large | 10 | 50 | 10000 |
XX-Large | 10 | 60 | 10000 |
- We have improved the Heap and Non-heap memory of small and medium size collectors for SNMP v2c.
- Medium size collectors – Added
wrapper.java.additional.24=-XX:MaxMetaspaceSize=756m
towrapper.conf
- Small size collectors – Added
wrapper.java.additional.24=-XX:MaxMetaspaceSize=128m
towrapper.conf
. Updatedwrapper.java.maxmemory=1024
(old value) towrapper.java.maxmemory=756
(new value)
- Medium size collectors – Added
Fixed Issues
- Upgraded version of the following JAR for a minor security update.
Current JAR Version | Upgraded JAR Version |
jose4j-0.7.10 | jose4j-0.9.3 |
wildfly-elytron | 2.2.0.Final |
- Fixed an issue where spaces in the script path used in the Windows wrapper javascript command arguments led to errors. To fix the issue, you can now use a placeholder in the command line argument. The placeholder is prefixed with a dollar sign ($) and the name and value of the placeholder is passed as an optional argument. Optional argument must follow the format:
"<Placeholder Name>=<Value>"
For example,
cscript.exe C:\lmbatchjobwrapper.js 10.1.1.1:7214 host myJob "powershell.exe -file $arg1" "arg1=C:\Program Files\Test Space Folder\Powershellcmd2.ps1"
Here, arg1
is the placeholder( $arg1
) used in the command line argument and "arg1=C:\Program Files\Test Space Folder\Powershellcmd2.ps1"
is the optional argument.