nickfloyd / newrelic-perfmon-plugin

The Perfmon Plugin for the New Relic Plugins - https://newrelic.com/plugins
MIT License
11 stars 22 forks source link

Standalone & Windows Service - IT'S ALIVE! #4

Closed sschwartzman closed 11 years ago

sschwartzman commented 11 years ago

Created standalone executable using OCRA, and windows service wrapper using winsw. If you can, please give it a spin on a Windows server that doesn't have ruby installed, to verify that it's all functional before we push it out.

http://ocra.rubyforge.org/ https://github.com/kohsuke/winsw

Directions for installing/using are in the main README. Directions for building these versions are in a README under the "perfmon_plugin_standalone" directory.

pdxnam commented 11 years ago

I'm getting this error when I try to run the .exe.
The .rb runs ok on the same box.

C:\newrelic-perfmon-plugin>perfmon_plugin_multithread.exe [2013-08-02 16:21:53 UTC] Agent Perfmon is at version 0.0.1 [2013-08-02 16:22:01 UTC] HTTP Connection Error: #<Faraday::Error::ConnectionFai led> SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certi ficate verify failed [2013-08-02 16:22:01 UTC] ****ERROR: FAILED: No response [2013-08-02 16:22:01 UTC] Gathered 461 statistics

sschwartzman commented 11 years ago

That means the cert file isn't getting picked up within the exe. If you can, please stick with the rb version for now, I'm working out the kinks in the exe one and will post soon.