I'have recently install cacti on AIX 5.2 Box.
And i have this problem when i try to execute poller.php.
Permission are OK on the php PATH# /opt/php/4.4.3/bin/php /supp/cacti2/poller.php
sh: /opt/php/4.4.3/bin: cannot execute
12/21/2007 05:24:32 PM - POLLER: Poller[0] Maximum runtime of 298 seconds exceeded. Exiting.
12/21/2007 05:24:32 PM - SYSTEM STATS: Time:299.6252 Method:cmd.php Processes:1 Threads:N/A Hosts:2 HostsPerProcess:2 DataSources:7 RRDsProcessed:0
Warning: pclose(): 58 is not a valid stream resource in /supp/cacti2/lib/rrd.php on line 57
permissions are OK on the rrdtool PATH
With php option -e
Any idea ?
# /opt/php/4.4.3/bin/php -e /supp/cacti2/poller.php
12/21/2007 05:34:20 PM - POLLER: Poller[0] WARNING: Cron is out of sync with the Poller Interval! The Poller Interval is '300' seconds, with a maximum of a '300' second Cron, but 887 seconds have passed since the last poll!
sh: /opt/php/4.4.3/bin: cannot execute
12/21/2007 05:39:19 PM - POLLER: Poller[0] Maximum runtime of 298 seconds exceeded. Exiting.
12/21/2007 05:39:19 PM - SYSTEM STATS: Time:299.6178 Method:cmd.php Processes:1 Threads:N/A Hosts:2 HostsPerProcess:2 DataSources:7 RRDsProcessed:0
Warning: pclose(): 61 is not a valid stream resource in /supp/cacti2/lib/rrd.php on line 57
Thanks