Skip to content
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

ipmi.py sends ipmi metrics with forward-slash in their names #242

Open
hakansonOHSU opened this issue Nov 6, 2018 · 1 comment
Open

Comments

@hakansonOHSU
Copy link

hakansonOHSU commented Nov 6, 2018

This report applies to ganglia 3.7.2 as distributed with CentOS-7.5.

Many errors appear in the logs like this:

gmetad: RRD_create: creating '/var/lib/ganglia/rrds/__SummaryInfo__/ipmi_bb_1_8v_ib_i/o.rrd': No such file or directory
gmetad: Unable to write meta data for metric ipmi_bb_1_8v_ib_i/o to RRD

I'm no Python programmer, but it looks like the routine mangle_metric_name needs a .replace("/","_") added to its last return statement.

@hakansonOHSU
Copy link
Author

Or maybe it would be cleared up by a fix for ganglia/monitor-core#265

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

No branches or pull requests

1 participant