- update ganglia config docs

This commit is contained in:
Jordan Sissel 2011-08-17 19:17:59 -07:00
parent 158c14e8e6
commit 6d33f0a9e4

View file

@ -20,8 +20,9 @@ class LogStash::Outputs::Ganglia < LogStash::Outputs::Base
# coerced will zero (0)
config :value, :validate => :string, :required => true
# Gmetric type
config :type, :validate => :string, :default => "uint8"
# The type of value for this metric.
config :type, :validate => %w{string int8 uint8 int16 uint16 int32 uint32 float double},
:default => "uint8"
# Gmetric units for metric, such as "kb/sec" or "ms" or whatever unit
# this metric uses.