Hi
I have introduced a new metric in my perf data for a particular check. E.g
PRE-CHANGE: CPU1=4; CPU2=44; CPU3=50;
POST-CHANGE: CPU1=5; CPU2=49; CPU3=51; CPU4=10;
I can see the new metric_id in the metrics table in MySQL and I can also see the associated rrd file with data in it. It's just that the graph in Centreon is not showing this new metric.
I have tried the "Rebuild RRD Database" option in Centreon (Administration -> Options -> CentStorage -> Manage) but this didn't work.
I can find the new metric in the Administration -> Options -> CentStorage -> Manage page. I also tried "Empty All Service Data" for this new metric but that just deleted the current metric_id in MySQL and the accompanying RRD file and then created new ones with a new metric_id.
Any ideas on how to introduce this new metric to the graph without blowing away all data? I have a year's worth of data for the original metrics so want to retain that.
Cheers
I have introduced a new metric in my perf data for a particular check. E.g
PRE-CHANGE: CPU1=4; CPU2=44; CPU3=50;
POST-CHANGE: CPU1=5; CPU2=49; CPU3=51; CPU4=10;
I can see the new metric_id in the metrics table in MySQL and I can also see the associated rrd file with data in it. It's just that the graph in Centreon is not showing this new metric.
I have tried the "Rebuild RRD Database" option in Centreon (Administration -> Options -> CentStorage -> Manage) but this didn't work.
I can find the new metric in the Administration -> Options -> CentStorage -> Manage page. I also tried "Empty All Service Data" for this new metric but that just deleted the current metric_id in MySQL and the accompanying RRD file and then created new ones with a new metric_id.
Any ideas on how to introduce this new metric to the graph without blowing away all data? I have a year's worth of data for the original metrics so want to retain that.
Cheers
Comment