Releases: Netuitive/collectdwin
Releases · Netuitive/collectdwin
v0.7.1.51
Improvements:
- Added human-readable value of RAM attribute
- Added option to disable sending IP address attribute
- Added Event IDs to error logs for better visibility of agent errors in Netuitive
- Remove invalid characters from metric FQNs for consistency in Netuitive
Bug fixes:
- Fixed initialisation of metric tags
- Handle EC2 metadata parse errors when using a proxy
- Corrected logging of metric write time
Misc:
- Changed version numbering scheme to use actual build numbers rather than defaults generated by compiler
v0.6.5976
- Reduced log level for missing metrics to warning to prevent collection as an event.
- Corrected a small number windows performance counter definitions such that when collection is for a specific Instance the regex requires an exact match.
- Added interval multiplier to ReadWindowsEventsPlugin to allow slower collection cycle for events.
v0.6.5966
Changes since last github release:
- Added IP address to common attributes
- Merged multiple events in the same time period into one.
- Added computed metric for event count.
- Fixed bug where some metrics periodically report zero
v0.6.5890
Added NETUITIVE_API_KEY parameter for automatic configuration of the WriteNetuitve plugin during a silent install with msiexec.
v0.6.5819
- Added relationship support to the WriteNetuitive plugin
- Added EC2 instance metadata to WindowsAttributes plugin: if the server is hosted on an AWS EC2 the instance metadata (such as instanceId, instanceType etc) are collected as attributes along with a relationship with the EC2
0.6.5777
- Added Read Windows Events Plugin
- Added events to Write Netuitive Plugin
- Added periodic reload of windows instance counters
- Renamed plugins to clarify whether they are Read/Write
- Split single configuration file into file per plugin
0.6.5877
Fixed bug in ReadWindowsEvents plugin
v0.6.5788
Made MaxLevel filter in ReadWindowsEvents plugin optional to allow queries against Security log
0.6.5688
Minor bug fix
0.6.5681
- Added support for .Net 4.5 runtime (now works on Windows Server 2012 OOTB)
- Replaced ScaleUpFactor (uint) and ScaleDownFactor (uint) parameters in Windows Performance Counter plugin config with single Multiplier (double) parameter
- Added optional DecimalPlaces parameter to Windows Performance Counter plugin config.
- Several Minor fixes