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 format:
collectd.cpu.0.cpu.idle
collectd.cpu.0.cpu.interupt
collectd.memory.memory.free
collectd.memory.memory.used
And so on. For the most part this is fine, but I would love to replace collectd
with something more specific. I have been looking and looking and haven't seen anything which directs this specifically, or maybe I am not reading the docs right.
Any help is appreciated.