search for: manual_start

Displaying 1 result from an estimated 1 matches for "manual_start".

2012 Aug 07
0
hooking NewRelic into Puppet agent
...lic into the Puppet agent by changing /usr/bin/puppet to look like this: > #!/usr/bin/ruby1.8 > require ''rubygems'' > require ''newrelic_rpm'' > require ''new_relic/agent/instrumentation/controller_instrumentation'' > NewRelic::Agent.manual_start > include NewRelic::Agent::Instrumentation::ControllerInstrumentation > perform_action_with_newrelic_trace(:name => "PuppetAgentRun: > #{`hostname`}", :category => :task) do > require ''puppet/util/command_line'' > Puppet::Util::CommandLine.new.ex...