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 have 21 entries that are "stuck" in my poller_output table. If I delete them from the table, they repopulate the next time around. These are for the same Data Sources. I have tried using both memory and myisam tables. I have tried using both spine and cmd.php. The same issue occurs no matter what.
All items are missing the "rrd_name" and have the same poller output. The DS's in question are actually all from better-cacti-templates.
Any ideas what might be causing this? I find that I am able to create and use some hosts without issues, while others have problems. There are no differences between the hosts short of their hostname and Ip address. I am using a custom cli script that calls the cacti cli's to add hosts with the same templates.
TheWitness wrote:I suspect that 'maybe' you are running out of connections. The output of 'MySQL:' appears quite strange. Is this script or script server output?
TheWitness
How would I determine that?
I did, however, check my max_used_connections vs max_connections limit both on my cacti db, and the db servers that are being polled and I am no where near the limit. My monitored db servers have a limit of 5k connections, and if I hit that I'd be in bad shape (my app would be down). My cacti db has a limit of 1000 connections and is only using 186 at max.
I finally figured this out. The xx11 servers are in a separate replication pod. One of my associates populated it with a very old backup that did not have the right host permissions for the cacti user in mysql.