Sha256: b1164759d2c14f0d28652fbbdbd0207e693c6d65d97b3bee5d070b3d7d76d220

Contents?: true

Size: 838 Bytes

Versions: 10

Compression:

Stored size: 838 Bytes

Contents

## What is this

It is an output interface to collectd for Drone.<br/>
You can find more about Drone [here](https://github.com/schmurfy/drone)

# Supported Runtimes

- MRI 1.8.7+
- Rubinius 1.2.2+


# How to use

First you obviously need a collectd server (or any server able to receive collectd network packets),
after that you need to add those lines to your types.db config file if you use collectd:

    meter         mean:GAUGE:U:U, rate1:GAUGE:U:U, rate5:GAUGE:U:U, rate15:GAUGE:U:U
    timer         min:GAUGE:0:U,  max:GAUGE:0:U,  mean:GAUGE:0:U, stddev:GAUGE:U:U, median:GAUGE:0:U, p75:GAUGE:0:U, p95:GAUGE:0:U

They are required to be able to understand timers and meters sent from Drone, you can update the timer
as you wish to add/remove pecentiles (check examples/collectd to see how to configure the interface for that).



Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
drone-1.0.10 extensions/drone_collectd/README.md
drone-1.0.9 extensions/drone_collectd/README.md
drone_collectd-1.0.8 README.md
drone-1.0.8 extensions/drone_collectd/README.md
drone_collectd-1.0.7 README.md
drone-1.0.7 extensions/drone_collectd/README.md
drone-1.0.6 extensions/drone_collectd/README.md
drone-1.0.5 extensions/drone_collectd/README.md
drone_collectd-1.0.4 README.md
drone_collectd-0.0.1 README.md