Methods

Class/Module Index [+]

Quicksearch

Fluent::MonitorAgentInput::ConfigMonitorServlet

Public Instance Methods

build_object(req, res) click to toggle source
# File lib/fluent/plugin/in_monitor_agent.rb, line 157
def build_object(req, res)
  {
    'pid' => Process.pid,
    'ppid' => Process.ppid
  }.merge(@agent.fluentd_opts)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.