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 had cacti .8.6a working w/ cmd.php as the poller and all was working, save for gaps in the graphs. I update to .8.6b and attempted to use cactid .8.6b and the rrd files have stopped updating. I added a new device, and those rrd files are not being created.
Perms/ownership seem correct. The user running the poller cronjob is the same as all the directories and files. The cronjob, itself is:
The poller type is "cactid" and the path to cactid (and rrdtool) is correct.
Running in debug mode, I get a boat load of output, but no mention of trying to update the rrd files. I tried to rollback to cmd.php, but that does not seem to update the .rrd files either. A cacti.log is attached-- 1 run each of cactid and cmd.php.
I am stuck. Any help is appreciated.
SuSE Linux 8.2
cacti-0.8.6b
php-4.3.8-2.1.2
mysql-4.0.18-2.0.0
rrdtool-1.0.46
If I had to guess, I would say that my issue looks very much like this one. However, I have to say that I have not done as much debug work as gninja did in the db...
Please run in DEBUG mode from the command line and pipe the output to a file and post to this forum. Need to see both the STDOUT and STDERR from the RRDTool command.
TheWitness
True understanding begins only when we realize how little we truly understand...
share/cacti> /openpkg/bin/php /openpkg/share/cacti/poller.php
10/14/2004 09:13:15 AM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /openpkg/bin/php, ARGS: -q /openpkg/share/cacti/cmd.php 0 90]
Waiting on 1/1 pollers.
share/cacti>
I took the same versions of my packages, and did a fresh install on another box, and everything is working as advertised. All rrd files are being updated, all graphs are being updated...
The big difference that I see is that I was trying to upgrade from cacti 085 to 086b *preserving* the mysql cacti db and existing rrd files-- that box is still a no-go.
I am rebuilding all the devices/graphs/trees on the "new" installation, and everything is fine... cactid is running and performance is great.
This still puts me in a bind though, as I need to get the working cacti off the w/s and get back to the "monitoring server"...
share/cacti> /openpkg/bin/php /openpkg/share/cacti/poller.php
10/14/2004 09:13:15 AM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /openpkg/bin/php, ARGS: -q /openpkg/share/cacti/cmd.php 0 90]
Waiting on 1/1 pollers.
share/cacti>
OK u:0.01 s:0.00 r:1.18
OK u:0.01 s:0.00 r:1.18
OK u:0.01 s:0.00 r:1.18
output anymore...
-FJL[/b]
Very similar to my experience. After upgrading from 0.8.5a to 0.8.6b (release and yesterdays build) the graphs are no longer update. The poller stops after a while with this message:
OK u:0.03 s:0.12 r:64.04
OK u:0.03 s:0.12 r:64.04
Waiting on 5/6 pollers.
OK u:0.03 s:0.12 r:65.05
OK u:0.03 s:0.12 r:65.05
Waiting on 5/6 pollers.
Waiting on 5/6 pollers.
Waiting on 5/6 pollers.
Waiting on 5/6 pollers.
A fresh install will probably work, but I downgraded back to 0.8.5a. For some reason 0.8.6b borks when I try to convert the old database and keep the old rra/ files, anyone know if there is a way to migrate the data over to a new install besides the upgrade path?
after first losing my templates (due to the upgrade) and re-importing them into the upgraded version. I'm again happy that it does create the datasource again. But:
* It Doesnt create the rra not even as running the poller.php as root.
* the syntax for rrdtool is stated in the debug of the datasource
* running this code will result in an rra, but it will not get anny data waiting for cacti to create it won't work.. after a day it's still not created.
another weird thing is that al my previous graphs are stated as traffic_in rater than traffic_out
anny ideas on howto fix this? or install a new copy and maintaining my history.
That is grat news, indeed. Any idea when 0.87 will be released?
Any idea on what was fixed to make the rrd's update again? I have seen snippets about cactid 0.86 that indicate that the issue might be fixed. any thoughts?