Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 372 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 372 Bytes

Collectd to Statsd bridge

Run from a webserver to serve index.php and add the following config to collectd.conf:

<Plugin write_http>
    <URL "http://127.0.0.1:20100/">
        Format "JSON"
    </URL>
</Plugin>

Remember to uncommend the write_http plugin

Now statsd compatible data will be sent to localhost:8125