Questions tagged [collectd]

collectd is a high definition,plugin based, performance and statistics monitor/collector for networks. It runs on linux and solaris systems.

84 questions
0
votes
1 answer

Collectd is not working on centos 7.2 azure vm

I have a freshly install collectd on a new Centos7.2 64bit . I followed the instruction based on the below link https://devops.profitbricks.com/tutorials/how-to-install-and-configure-collectd-and-collectd-web-to-monitor-a-centos-7-server/ the web…
kumar
  • 309
  • 2
  • 8
  • 22
0
votes
3 answers

Collectd Permission denied to Log File

I have collectd running and I start it as root with: service collectd start However, I am not able to see the logs. I get the following when I run: service collectd status: logfile plugin: fopen (/var/log/collectd/collectd.log) failed: Permission…
Klaus
  • 181
  • 1
  • 6
0
votes
1 answer

How am I expected to configure a central collectd server?

I want to have a central collectd server which gathers statistics from other servers, stores it to RRD files and forwards it to logstash. here are the relevant parts of /etc/collectd/collectd.conf on the central server:
Arseni Mourzenko
  • 2,275
  • 5
  • 28
  • 41
0
votes
1 answer

Using collectd and kapacitor - not triggering alerts

I am trying to get kapacitor to trigger an alert based on collectd data in influxdb. Am basing my tick file on the answer in using kapacitor with influxdb and collectd. stream // Select just the cpu measurement from our example database. |from() …
rtmie
  • 151
  • 3
0
votes
1 answer

grafana / collectd Write Graphite plugin change timestamp

I am using collectd with write_graphite plugin to monitor mysql. I am using EDT on my server and when creating dashboards on grafana I can only use UTC/browser time. I want to know if there is an option to display the mysql server time (EDT) on…
A1001
  • 13
  • 3
0
votes
1 answer

CPU usage plot in Grafana

I am trying to plot CPU usage in Grafana. Collectd gives metric to InfluxDB and I get metric from Influxdb into Grafana. I have tried taking derivative of last value but CPU is in negative. I want it to be in percentage. I have cpu…
kinkajou
  • 143
  • 1
  • 16
0
votes
2 answers

Collectd --> Elasticsearch if remote-host can't connect to central elasticsearch

Goal Central storage and way to analyze performance numbers: cpu load ram usage ... Current strategy I would like to implement a setup like this: collectd logstash elasticsearch kibana Like explained…
guettli
  • 3,591
  • 17
  • 72
  • 123
0
votes
1 answer

Can the metrics collected by collectd be given new prefixes?

I am using collectd write_http plugin to send metrics to Librato. The only thing I would like to change is the way the metrics appear in Librato. The metrics (not the sources which can be named in the collectd.conf file) all have the following…
eignhpants
  • 129
  • 2
  • 7
0
votes
1 answer

collectd won't recognize my python plugin

I am trying to load a super simple plugin I found online as a starting point, and collectd doesn't seem to recognize my python plugin. My conf file has the appropriate lines: Globals true ...
eignhpants
  • 129
  • 2
  • 7
0
votes
1 answer

New data source in collectd

Collectd has different data source types like Gauge, Derive, Counter and Absolute. Lets take derive data source type. It basically gives rate of change. i.e (new_value - old_value ) / (new_time - old_time). All I am interested is only in the…
0
votes
1 answer

How can I get the CPU usage for a given process out of collectd?

I'm running multiple ubuntu (precise) boxes & I've got collectd pushing data up to a central logstash box, which is then sending it to carbon (graphite). I'm running the processes plugin for collectd, which gives CPU time with a 10 second interval. …
Glenn Slaven
  • 2,400
  • 2
  • 30
  • 42
0
votes
1 answer

collectd: Do I need the same plugins on client and server?

If I'm using multiple clients that connect to one server to send stats from collectd do I need to enable on server the same plugins that are enabled on client? Or is the data already processed and somehow labeled for use by server?
matt
  • 115
  • 4
0
votes
0 answers

How to get rrdcached configured for collectd on CentOS 6.4?

I am trying to build collectd 5.2 on CentOS 6.4. I am unable to configure it with rrdcached. I have installd rrdtool-devel and related packages. Googling did not reveal anything which works. Any hints?
0
votes
1 answer

How do I get the Graphite webapp to (re)read what's currently coming from collectd?

I have collectd running the tail plugin and writing data out using the write_graphite plugin (via carbon). This seems to work. If I then change the tail plugin config (e.g. change the Regex or DSType), and restart collectd, graphite stops showing me…
0
votes
2 answers

Collectd+drraw meanings of Min, Avr, Max, Last

I am setting up a Collectd server along with drraw. When I go to graph out a data source I am asked to select "min, avr, max" and "last" I take that the last option is the LATEST data point (but it's missing from my collectd data files or drraw…
The Unknown
  • 101
  • 1
  • 1