regexps fixed for collectd 5.x
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.
- more collecd plugins
This works for us on our pre-deployment environment. What's stopping it from being merged?
whoops, i somehow forgot about this one.
hmm pretty sure we use collectd 5.4.0,
our cpu metrics look like server.cpu.num.cpu.idle. same for interface, memory etc.
collectd 5.1 from debian wheezy: collectd.server-name.cpu-1.cpu-user
Yeah, that's how it is for us too.
Looks to me like this plugin handles both though?
exactly
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)
Ping? If the things I mentioned could be fixed, that would make a nice PR.
@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>