Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
I am having some issues with Cacti graphs. The graphs goes empty for all the devices for some period of time. I have only around 10 devices being monitored. Also this instance of Cacti is running in a Docker container. Anyone know how to fix this? This happens very randomly.
I have this same issue. I can't find any menu/screen selection under Templates/Data Sources or Templates/Graphs to change the graph interval. From the log, though, I can clearly see that my Cron and Poller interval is at 1 minute...
What about an PING which is running continously to check if the IP-connection between Cacti and the "External World" is available without interruption?
Maybe it's not an issue of Cacti / Poller
Osiris wrote: ↑Thu Mar 26, 2020 6:11 am
There is a bug in boost in the latest cacti. Download poller_boost.php and lib/boost.php from githubs 1.2.x branch.
Hi Osiris,
I have Cacti v.1.2.8
I tried that, so I switched the old poller_boost.php (in /var/www/html/cacti) and lib/boost.php (in /var/www/html/cacti/lib) for the new one on github 1.2.x branch last day and it still not working tomorrow. Do you have another alternative that I can do ?
Here are some of my graphs
Cacti_graph_hole.png (246.57 KiB) Viewed 4127 times
Then, refresh your browser to go through the update if you are using the Debian packaging, it's a bit more complicated.
Thank you TheWitness, it worked ! You just give the wrong git clone syntax (had an extra /clone in your path), but after theses commands it worked, just needed to shutdown my Cacti server and restart it with 4 cores instead of 2.
I have better graphs but it's not perfect yet.
As you can see here:
CactiGraph_v1.2.11.png (117.69 KiB) Viewed 4065 times
Do you know what is the best config in Cacti for my poller ? I put 500 max_connections in my MARIADB.
TheWitness wrote: ↑Mon Apr 06, 2020 11:21 am
1.2.11 is released. Connection counts are important. There is a feature request out there for that one for a forthcoming release.
Alright, but I still have trouble with holes in my graphs...