Skip to content

This is a agent for the Redborder platform through NewRelic Custom Plugin environment.

License

Notifications You must be signed in to change notification settings

franrios/newrelic_rb_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redborder Platform Plugin Agent for New Relic


alt text        alt text

Version 1.0.2


This is a agent for the Redborder platform through New Relic Custom Plugin environment.

Monitoring:

  • Common resources (CPU, Memory, Packets received, Disk metrics, services by memory)
  • Druid (Every metrics)
  • Nginx (Status code received)
  • Chef (Configuration errors)
  • Health checks for: Kafka, Zookeeper, Druid, Hadoop, Memcached, Nprobe, PostgreSQL, Riak and many more.

Installation


The installation process consists on:

  1. Create a free account in New Relic
  2. Copy your License Key (you can find it in your account settings)
  3. Clone this repo:
$> git clone https://github.com/franrios/newrelic_rb_plugin.git
$> cd newrelic_rb_plugin

Configuration


  1. Configure the agent as follow:
$> ./configuration.sh LICENSE_KEY INSTANCE_IP

Wait a few minutes and you will see the angent automatically added to your plugin section in New Relic platform

Let's send data!

You can do this in two ways:

A. Using service script:

$> service rb_nr_agent start

Then it will be running in background

B. Directly with the main file

$> nohup ./newrelic_redborder_agent &

Logging

By default loggin is enabled in INFO mode. Log file is located in the following path: /var/log/newrelic/plugin.log

You can enable DEBUGG mode as follow:

$> ./newrelic_redborder_agent --log debug

About

This is a agent for the Redborder platform through NewRelic Custom Plugin environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published