mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
- use more readable names
This commit is contained in:
parent
14d5c948e2
commit
158c14e8e6
1 changed files with 2 additions and 2 deletions
|
@ -28,10 +28,10 @@ class LogStash::Outputs::Ganglia < LogStash::Outputs::Base
|
|||
config :units, :validate => :string, :default => ""
|
||||
|
||||
# Maximum time in seconds between gmetric calls for this metric.
|
||||
config :tmax, :validate => :number, :default => 60
|
||||
config :max_interval, :validate => :number, :default => 60
|
||||
|
||||
# Lifetime in seconds of this metric
|
||||
config :dmax, :validate => :number, :default => 300
|
||||
config :lifetime, :validate => :number, :default => 300
|
||||
|
||||
def register
|
||||
require "gmetric"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue