Commit e632da48 authored by Klaus Wölfel's avatar Klaus Wölfel

Add tag parameter

parent 1b47059f
......@@ -25,6 +25,8 @@ module Fluent
class SystemInput < Input
Plugin.register_input('system', self)
config_param :tag :string
config_param :disk_usage_free :bool, :default => true
config_param :virtual_memory_free :bool, :default => true
config_param :uptime, :bool, :default => true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment