You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 lastreturn
statement.The text was updated successfully, but these errors were encountered: