threelegs / newrelic-plugins

NewRelic plugins (cassandra, varnish, and more to come)
http://3legs.com.ar
MIT License
22 stars 29 forks source link

Plugin not displaying data in the New relic console #35

Open karthikramiah opened 10 years ago

karthikramiah commented 10 years ago

@juanformoso I have 3 node cassandra cluster. I have installed the plugin as per instructions, but no data is getting populated in the console except for the ring name.Also when i start the plugin it just shows the below message:

java -jar plugin.jar

INFO: Using configuration file /root/newrelic_3legs_plugin-2.0.0/config/newrelic.json INFO: Using configuration file /root/newrelic_3legs_plugin-2.0.0/config/plugin.json INFO: New Relic monitor started

and nothing is happening after that.

Can you please help me with the issue.

Thanks in advance

etapia commented 9 years ago

In newrelic.json config file set log_level to debug to see what is going on in the background.

newrelic.json { "license_key": "xxxxxxxxxxxx", "log_level": "debug" }