vmware-archive / newrelic_pivotal_agent

MIT License
36 stars 42 forks source link

unable to run redis #61

Closed azfarhashmi closed 9 years ago

azfarhashmi commented 9 years ago

I am getting below error when trying to load only redis plugin.
./pivotal_agent:41: undefined method `require_relative' for main:Object (NoMethodError)

redis (3.2.1) newrelic_plugin (1.3.1) ruby (1.8)

All other plugins are disabled (hashed) in config/newrelic_plugin.yml

carlhoerberg commented 9 years ago

You need a newer Ruby version. Ruby 1.8 is deprecated since many years ago.

azfarhashmi commented 9 years ago

I dont know why debian is so slow to provide newer versions.