Weathermap 97c.
Ubuntu 10.04.4 LTS
Cacti 0.8.7e
I can run it manually and it generates the png and html files
Code: Select all
sudo ./weathermap --config configs/core-network.conf --output core-network.png --htmloutput core-network.html
Syslog shows:
Code: Select all
Apr 8 15:26:01 freshet CRON[26692]: (www-data) CMD (./weathermap --config configs/core-network.conf --output core-network.png --htmloutput core-network.html >/dev/null 2>&1)
Code: Select all
#* * * * * /var/www/weathermap/weathermap --config /var/www/weathermap/configs/core-network.conf --output /var/www/weathermap/core-network.png --htmloutput /var/www/weathermap/core-network.html
*adding and removing the full path to the commands
*adding and removing the php and the ./ in front of the weathermap executable
*trying various users (as mentioned above, inc root)
Any direction would be appreciated. Since it runs right off the CLI I'm stumped.