Skip to content

Releases: Netuitive/collectdwin

v0.7.1.51

22 Jul 08:14
Compare
Choose a tag to compare
v0.7.1.51 Pre-release
Pre-release

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

12 May 09:10
Compare
Choose a tag to compare
v0.6.5976 Pre-release
Pre-release
  • 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

02 May 08:33
Compare
Choose a tag to compare
v0.6.5966 Pre-release
Pre-release

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

16 Feb 09:35
Compare
Choose a tag to compare
v0.6.5890 Pre-release
Pre-release

Added NETUITIVE_API_KEY parameter for automatic configuration of the WriteNetuitve plugin during a silent install with msiexec.

v0.6.5819

07 Dec 15:55
Compare
Choose a tag to compare
v0.6.5819 Pre-release
Pre-release
  • 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

26 Oct 10:12
Compare
Choose a tag to compare
0.6.5777 Pre-release
Pre-release
  • 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

03 Feb 10:19
Compare
Choose a tag to compare
0.6.5877 Pre-release
Pre-release

Fixed bug in ReadWindowsEvents plugin

v0.6.5788

06 Nov 14:42
Compare
Choose a tag to compare
v0.6.5788 Pre-release
Pre-release

Made MaxLevel filter in ReadWindowsEvents plugin optional to allow queries against Security log

0.6.5688

29 Jul 15:03
Compare
Choose a tag to compare
0.6.5688 Pre-release
Pre-release

Minor bug fix

0.6.5681

22 Jul 16:03
Compare
Choose a tag to compare
0.6.5681 Pre-release
Pre-release
  • 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