Skip to content

Conversation

@underley
Copy link

Collectd 5.x graphite_writer plugin produces metrics like:
collectd.host-1.memory.memory-buffered
collectd.host-1.df-root.df_complex-reserved
collectd.host-1.disk-dm-0.disk_octets.write
Original regexps doesn't match such metrics.

@underley
Copy link
Author

  • more collecd plugins

tarnfeld added a commit to tarnfeld/graph-explorer that referenced this pull request Jul 8, 2014
@X-Trade
Copy link

X-Trade commented Aug 8, 2014

This works for us on our pre-deployment environment. What's stopping it from being merged?

@Dieterbe
Copy link
Contributor

Dieterbe commented Aug 8, 2014

whoops, i somehow forgot about this one.

@Dieterbe
Copy link
Contributor

Dieterbe commented Aug 8, 2014

hmm pretty sure we use collectd 5.4.0,
our cpu metrics look like server.cpu.num.cpu.idle. same for interface, memory etc.

@underley
Copy link
Author

underley commented Aug 8, 2014

collectd 5.1 from debian wheezy:
collectd.server-name.cpu-1.cpu-user

@X-Trade
Copy link

X-Trade commented Aug 8, 2014

Yeah, that's how it is for us too.

Looks to me like this plugin handles both though?

@underley
Copy link
Author

underley commented Aug 8, 2014

exactly

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should introduce a new unit for this, like Irq

@Dieterbe
Copy link
Contributor

Dieterbe commented Aug 8, 2014

also using the phrase "fixes for collectd 5.x" is not really accurate, since apparantly it's only for older versions of 5.x (as they work for collectd 5.4)

@Dieterbe
Copy link
Contributor

Dieterbe commented Sep 3, 2014

Ping? If the things I mentioned could be fixed, that would make a nice PR.

@jsirex
Copy link

jsirex commented Oct 27, 2014

@underley ,

<Plugin write_graphite>
  <Carbon>
    Host "10.6.128.209"
    Port 2003
    Prefix "staging.apache."
    EscapeCharacter "_"
    SeparateInstances true # <------- This one should be true
    StoreRates false
    AlwaysAppendDS false
  </Carbon>
</Plugin>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants