Questions tagged [collectd]

collectd is a daemon which collects system and application performance statistics periodically and provides mechanisms to query and store the values in a variety of ways, for example using RRD files.

collectd is a powerful and flexible data monitor written in C. Its modular plugin based architecture makes it possible to extend its functionality using plain C, perl, python and ruby. The shipped plugins which cover a large set of different system and application monitors (https://collectd.org/wiki/index.php/Table_of_Plugins). The network plugin enables it to send and receive the monitored values over the network (unicast or multicast). The unixsock plugin exposes the cached data for programmatic or CLI querying. The rrdcached and rrdtool plugins can write the data to RRDTool files, and there are others which can populate different RDBMS's.

You therefore have the ability to query realtime and historical data on a distributed set of servers, which makes it a complete monitoring solution.

Moreover, its modularity is also maintained on the build level, which makes it as lightweight as needed (e.g. when building for an embedded platform).

228 questions
-1
votes
1 answer

RHEL 7 collectd dbi freetds issues

I can't seem to get the dbi plugin working for collectd on RHEL 7. I am trying to connect to Microsoft SQL Server using the FreeTDS driver, but collectd/dbi can't find it. I've installed the latest collectd: Name : collectd Arch :…
-2
votes
1 answer

Implementing a simple Java writer plugin for collectd

I'm trying to develop a very simple Java writer plugin for collectd with no success. Didn't find any documentation for Java plugins development either. I encounter the same error over and over again, that the class provided in the LoadPlugin element…
yonisha
  • 2,956
  • 2
  • 25
  • 32
-3
votes
1 answer

can't find openstack plugins for collectd

I'm working on a VM centos 6.6 on witch I installed collectd to gather metrics, Everything is ok, but I want to edit some plugins to test collecting metrics from openstack that I've installed (single machine devstack) I found this link but the…
Spirit
  • 1
  • 3
1 2 3
15
16