-
Notifications
You must be signed in to change notification settings - Fork 93
regexps fixed for collectd 5.x #119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
|
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, |
|
collectd 5.1 from debian wheezy: |
|
Yeah, that's how it is for us too. Looks to me like this plugin handles both though? |
|
exactly |
There was a problem hiding this comment.
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
|
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. |
|
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.