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
When reindexing a device, Graph Automation creates duplicate graphs every time #2393
Comments
Hi, btw I'm running version 1.2.1 |
We need much more information, the rule screen shot would be a good start. |
Well, that rule is so strait forward. No reason it should not be working. |
Can you edit the data sources for each of those graphs and see if there is anything funny with the indexes? |
I am seeing the same thing as @vishnubraj in the built-in rule "Traffic 64 bit Server". I also have seen multiple graphs created for the interfaces on the items listed in the "matching objects" list. The duplicate graphs all refer to the same data sources for each device. (So multiple graphs for "eth0" on "Device A" all refer to the same RRD file when I look at the graphs in debug mode). I'm not sure if this is definitive, but the devices where I'm seeing multiple graphs are devices that I added new data queries/data sources/graphs to AFTER adding the graphs for the interfaces (using 64 bit counters). |
The duplication of the Data Sources should not happen. That is the expected behavior. However, we need to see what is going on with the creation of the second graph. |
Graph Automation creates duplicate graphs every time reindex the host
This is resolved now. Code was not re-written to handle the fact that Data Sources are no longer duplicated. It was looking at the Data Source and not the graph, so automation broke. |
Describe the bug
Whenever i run the reindex script cacti automation rule create duplicate graphs... If i disable the rule it doesnt happen. Can you please check this.
The text was updated successfully, but these errors were encountered: