Having an issues getting graphite to see collectd information

Asked by jgoldsmithuo

Hello, I installed collectd, Here's my /etc/collectd.conf

LoadPlugin syslog
LoadPlugin cpu
LoadPlugin df
LoadPlugin disk
LoadPlugin interface
LoadPlugin load
LoadPlugin memory
LoadPlugin write_graphite

<Plugin cpu>
  ReportByCpu true
  ReportByState true
  ValuesPercentage false
  ReportNumCpu false
  ReportGuestState false
  SubtractGuestState true
</Plugin>

<Plugin "df">
        FSType "ext3"
</Plugin>

<Plugin memory>
        ValuesAbsolute true
        ValuesPercentage false
</Plugin>

<Plugin network>
        Server "localhost" "25826"
</Plugin>

<Plugin write_graphite>
  <Node "graphite">
    Host "localhost"
    Port "2003"
    Protocol "tcp"
    ReconnectInterval 0
    LogSendErrors true
    Prefix "collectd"
    Postfix "collectd"
    StoreRates true
    AlwaysAppendDS false
    EscapeCharacter "_"
    SeparateInstances false
    PreserveSeparator false
    DropDuplicateFields false
  </Node>
</Plugin>

Include "/etc/collectd.d"

The graphite server is the same server as the collectd server. The process table show collectd running, When I go to the graphite-web UI, there's no collectd folder that appeared. Does anyone know how to setup collectd and graphite all the docs make it look very easy, install collectd, add entries to /opt/carbon/storage-schema.conf

[carbon]
pattern = ^carbon\.
retentions = 60:90d

[default_1min_for_1day]
pattern = .*
retentions = 60s:1d

[collectd]
pattern = ^collectd.*

make edits to /etc/collectd.conf and restart everything. I could not get it to work. Any helpers? Thanks.

Question information

Language:
English Edit question
Status:
Expired
For:
Graphite Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Denis Zhdanov (deniszhdanov) said :
#1

On the first sight your collectd config looks good to me. So it's better to ask support from collectd users - https://collectd.org/contact.shtml

Revision history for this message
jgoldsmithuo (zoureclipse) said :
#2

sure thanks I'll try there.

Revision history for this message
Launchpad Janitor (janitor) said :
#3

This question was expired because it remained in the 'Open' state without activity for the last 15 days.