← Back to team overview

graphite-dev team mailing list archive

[Question #663099]: Having an issues getting graphite to see collectd information

 

New question #663099 on Graphite:
https://answers.launchpad.net/graphite/+question/663099

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.

-- 
You received this question notification because your team graphite-dev
is an answer contact for Graphite.