Socket
Socket
Sign inDemoInstall

github.com/yvasiyarov/newrelic_solr

Package Overview
Dependencies
0
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    github.com/yvasiyarov/newrelic_solr


Version published

Readme

Source

Solr monitoring agent for NewRelic

Build Status

Installation

If you have not Go compiler in your system:
sudo apt-get install golang

Install dependencies:
sudo go get github.com/yvasiyarov/newrelic_platform_go

Get and build agent:
git clone https://github.com/yvasiyarov/newrelic_solr.git cd newrelic_solr go build -o solr_agent

Run agent in debug mode:
./solr_agent --verbose=true --solr-url="127.0.0.1:8080/" --newrelic-license=[your newrelic license key]

In production mode you can run it with nohup:
nohup ./sphinx_agent --solr-url="127.0.0.1:8080/" --newrelic-license=[your newrelic license key]

FAQs

Last updated on 12 Aug 2013

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc