Module: NewRelic::F5Plugin

Defined in:
lib/newrelic_f5_plugin/nodes.rb,
lib/newrelic_f5_plugin/pools.rb,
lib/newrelic_f5_plugin/rules.rb,
lib/newrelic_f5_plugin/device.rb,
lib/newrelic_f5_plugin/platform.rb,
lib/newrelic_f5_plugin/virtuals.rb,
lib/newrelic_f5_plugin/snatpools.rb,
lib/newrelic_f5_plugin/client_ssl.rb,
lib/newrelic_f5_plugin/global_ssl.rb,
lib/newrelic_f5_plugin/interfaces.rb,
lib/newrelic_f5_plugin/agent.rb,
lib/newrelic_f5_plugin.rb

Defined Under Namespace

Classes: Agent, ClientSsl, Device, GlobalSsl, Interfaces, Nodes, Platform, Pools, Rules, SnatPools, Virtuals

Constant Summary collapse

VERSION =
'1.0.19'

Class Method Summary collapse

Class Method Details

.runObject

Register and run the agent



10
11
12
13
14
15
16
# File 'lib/newrelic_f5_plugin/agent.rb', line 10

def self.run
  # Register this agent.
  NewRelic::Plugin::Setup.install_agent :f5, self

  # Launch the agent; this never returns.
  NewRelic::Plugin::Run.setup_and_run
end