Skip to content

Commit e3301a1

Browse files
fujimotosashie
authored andcommitted
Add fluent-plugin-windows-exporter
Windows Exporter plugin is a system metrics plugin for Win32 platforms. It can capture a wide range of metrics (CPU, memory, and network etc.), and is very convenient for monitoring Windows nodes. https://github.com/fluent-plugins-nursery/fluent-plugin-windows-exporter The plugin enables Fluentd to act as a replacement of general system monitoring solution (such as collectd or Prometheus), and should be very useful for Windows administrators. Signed-off-by: Fujimoto Seiji <[email protected]>
1 parent 8198a1e commit e3301a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

td-agent/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ gem "winevt_c", "0.9.3", platforms: windows_platforms
8484
gem "win32-eventlog", "0.6.7", platforms: windows_platforms
8585
gem "fluent-plugin-parser-winevt_xml", "0.2.4", platforms: windows_platforms
8686
gem "fluent-plugin-windows-eventlog", "0.8.1", platforms: windows_platforms
87+
gem "fluent-plugin-windows-exporter", "1.0.0", platforms: windows_platforms
8788

8889
not_windows_platforms = [:ruby]
8990
gem "rdkafka", "0.11.1", platforms: not_windows_platforms

0 commit comments

Comments
 (0)