gandalf wrote:
- the poller itself is running
Yes.
gandalf wrote:
- it creates entries in cacti.log
Yes
gandalf wrote:
- data is polled from the targets and seen in that log file
Yes
gandalf wrote:
- you did redirect the poller's output by changing the crontab to ... > /var/www/html/cacti/log/poller.log 2>&1
- log/poller.log does show entries? But no "rrdtool" entries???
I did that , there are entries such as the following in the log file :
Code: Select all
OK u:0.00 s:0.03 r:4.16
OK u:0.00 s:0.03 r:4.16
OK u:0.00 s:0.03 r:4.16
OK u:0.00 s:0.03 r:4.16
OK u:0.00 s:0.03 r:4.16
OK u:0.00 s:0.03 r:4.16
OK u:0.00 s:0.03 r:4.16
OK u:0.00 s:0.03 r:4.16
OK u:0.00 s:0.03 r:4.16
OK u:0.00 s:0.03 r:4.16
OK u:0.00 s:0.03 r:4.16
ERROR: Not enough arguments
OK u:0.00 s:0.03 r:4.16
OK u:0.00 s:0.03 r:4.16
OK u:0.00 s:0.03 r:4.16
OK u:0.00 s:0.03 r:4.16
OK u:0.00 s:0.03 r:4.16
OK u:0.00 s:0.03 r:4.16
OK u:0.00 s:0.03 r:4.16
OK u:0.00 s:0.03 r:4.16
OK u:0.00 s:0.03 r:4.16
OK u:0.00 s:0.03 r:4.16
ERROR: Not enough arguments
OK u:0.00 s:0.03 r:4.16
OK u:0.00 s:0.03 r:4.16
OK u:0.00 s:0.03 r:4.16
OK u:0.00 s:0.03 r:4.16
OK u:0.00 s:0.03 r:4.16
ERROR: Not enough arguments
You can view the entire poller.log here :
http://pastebin.com/cFCAw3gJ Please let me know if you see anything weird happening.
gandalf wrote:
- are rrd files updated or not?
No they are not being updated. I have chmodded them 777 to rule out permissions.
gandalf wrote:
What happens when you run "php -q poller.php --force" as cactiuser?
See the pastebin of the poller.log output.
If you want I can post the cacti.log file for you to review, but its rather large and I'm not sure if its necessary.