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.
When I go to create a new graph, the rrd file isn't created in "./cacti/rra". After looking at the poller cache with data source debug mode on, I noticed the rrdtool create statement has a trailing \ on it, which looks like it's preventing the command from returning, causing the poller to spit out "waiting on #/# pollers", the .rrd never being created, and finally a poller.php timeout.
If I run the command manually without the trailing \, everything else works fine... Any idea why this would be happening, and how I'd fix it? Thanks in advance!
I wasn't able to track the problem down, so I wound up dropping the cacti database and recreating it, which seems to have solved the problem. (No other changes were made, so possibly a bad setting or database error?)
I noticed it started having issues immediately after I added 10 devices (linux hosts) in fairly quick succession after the initial few I'd done to test the install... After I got the installation working again however, I also noticed that the trailing \ in the data source debug mode seems to be normal, so I'm back to being clueless about what the actual cause or issue might have been...
i have the same issue and I noticed the extra \, I dropped the database, but that did not fix anything. Any ideas, my poller keeps hanging waiting 1/1 etc.....
paul-lmi wrote:i can replicate this as an issue with that trailing slash.
i ran the rrd creation command without it, and i now have graphs.
i have downed host detection turned OFF.
That's very interesting, sice it worked this way since ages, at least on my box. So please post versions of everything (OS, PHP, rrdtool, cacti itself, cactid/spine if using this)
Reinhard