Socket
Book a DemoInstallSign in
Socket

statsd-jutgraphite-backend

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

statsd-jutgraphite-backend

Statsd backend that sends metrics to Jut using the graphite carbon protocol.

latest
Source
npmnpm
Version
0.6.0
Version published
Maintainers
2
Created
Source

Jut Statsd Graphite Backend

Statsd backend that sends metrics to Jut using the graphite carbon protocol.

At present this is just a clone of the builtin statsd graphite backend that uses different configuration variables for the destination host and port.

Installation

Install the plugin alongside statsd:

npm install statsd-jut-graphite

Configuration

Add '../statsd-jut-graphite-backend/jutgraphite' to the backends list and set jutHost and jutPort in the configuration.

For example:

{
    backends: ['../statsd-jut-graphite-backend/jutgraphite'],
    port: 8125,
    jutHost: '10.0.0.1',
    jutPort: 3125
}

FAQs

Package last updated on 02 Aug 2014

Did you know?

Socket

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