You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ruby newrelic_logwatcher_agent.rb
[Thu Mar 27 19:37:08 UTC 2014] WARN: SSL is disabled by default when using Ruby 1.8.x
newrelic_logwatcher_agent.rb:130: undefined method `keys' for nil:NilClass (NoMethodError)
Here's the failing code: NewRelic::Plugin::Config.config.agents.keys.each do |agent|
The text was updated successfully, but these errors were encountered:
Trying to install the newrelic logwatcher.
ruby newrelic_logwatcher_agent.rb
[Thu Mar 27 19:37:08 UTC 2014] WARN: SSL is disabled by default when using Ruby 1.8.x
newrelic_logwatcher_agent.rb:130: undefined method `keys' for nil:NilClass (NoMethodError)
Here's the failing code: NewRelic::Plugin::Config.config.agents.keys.each do |agent|
The text was updated successfully, but these errors were encountered: