Results 1 to 2 of 2
I have created a small script to compile a network weathermap using the cacti RRD files. The script reads the *.conf files and outputs an html and a png file. ...
- 06-16-2010 #1Just Joined!
- Join Date
- Jun 2010
- Posts
- 2
crontab script is not producing any output
I have created a small script to compile a network weathermap using the cacti RRD files. The script reads the *.conf files and outputs an html and a png file. When I manually run the script it works normally.
I have edited my crontab with the crontab -e command to run this script every minute
The problem is script itself works when I manually call it but when it is run using crontab it doesn't do anything. The cron.log shows that the script IS being run every minute with no errors but the files (html and png) do not get written. What am I doing wrong and how do troubleshoot this?
Thanks for any help
- 06-16-2010 #2Just Joined!
- Join Date
- Jun 2010
- Posts
- 2
Figured it out, I used the absolute path for the output files and I am now getting updated files.


Reply With Quote
