Skip to content

YarekTyshchenko/collectstatsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Collectd => Statsd bridge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages