Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

auxesis/collectd-opentsdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

collectd-opentsdb

collectd writer plugin for OpenTSDB.

Install

# Install collectd.
apt-get install collectd
# Clone the plugin repo.
git clone git://github.com/auxesis/collectd-opentsdb.git
# Compile the plugin
cd collectd-opentsdb
javac -classpath /usr/share/collectd-core/java/collectd-api.jar org/collectd/java/OpenTSDB.java

Insert this into your collectd.conf (likely at /etc/collectd/collectd.conf):

LoadPlugin java
<Plugin java>
  JVMArg "-Djava.class.path=/usr/share/collectd-core/java/collectd-api.jar:/path/to/collectd-opentsdb/"

  LoadPlugin "org.collectd.java.OpenTSDB"
  <Plugin "OpenTSDB">
    Server "localhost" "4242"
  </Plugin>
</Plugin>

Restart collectd.

About

collectd writer plugin for OpenTSDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages