brentpabst / newrelic-rabbitmq-plugin

A New Relic plugin for monitoring RabbitMQ http://newrelic.com/plugins
MIT License
4 stars 3 forks source link

Not Able to Run NewRelic Pluging on ubuntu. #2

Closed vinayathimmappa closed 8 years ago

vinayathimmappa commented 8 years ago

We are getting the below error , Permission are fine too

[21:35:24] [INFO] operations - Starting plugin 'com.203sol.newrelic.rabbitmq' in foreground... [21:35:24] [INFO] operations - Please visit https://rpm.newrelic.com to verify that the plugin is successfully reporting to your account. It may take a few minutes to become visible. execvp(): Permission denied [21:35:24] [WARN] platform_helpers - Unable to execute: /root/newrelic-npi/plugins/com.203sol.newrelic.rabbitmq/com_s203_newrelic_rabbitmq/plugin.exe. This plugin was written for '.NET' are you sure you have it installed? [21:35:24] [ERROR] npi - { [Error: spawn EACCES] code: 'EACCES', errno: 'EACCES', syscall: 'spawn' }

brentpabst commented 8 years ago

@vinayathimmappa This plugin is designed to only run on Windows, it uses .NET. If you need RabbitMQ support on Ubuntu, I suggest using one of the other RabbitMQ plugins that works with NodeJS or Ruby instead.