Hello all, I am running Fedora and need to have 3 instances of mrtg run at the same time. I have added the lines to the Crontab for Root (see below) The first two work, but the third does not. I know the commands work because I can switch the lines order and it will work. Does anyone know why this last line wont' work....or a way to combine them?
Thanks,
Derek
# run-tasks
*/5 * * * * env LANG=C /usr/local/mrtg-2/bin/mrtg /etc/httpd/mrtg/cisco2500.cfg --logging /var/log/mrtg.log
*/5 * * * * env LANG=C /usr/local/mrtg-2/bin/mrtg /etc/httpd/mrtg/cisco1710.cfg --logging /var/log/mrtg.log
*/6 * * * * env LANG=C /usr/local/mrtg-2/bin/mrtg /etc/httpd/mrtg/cisco2600.cfg --logging /var/log/mrtg.log
Thanks,
Derek
# run-tasks
*/5 * * * * env LANG=C /usr/local/mrtg-2/bin/mrtg /etc/httpd/mrtg/cisco2500.cfg --logging /var/log/mrtg.log
*/5 * * * * env LANG=C /usr/local/mrtg-2/bin/mrtg /etc/httpd/mrtg/cisco1710.cfg --logging /var/log/mrtg.log
*/6 * * * * env LANG=C /usr/local/mrtg-2/bin/mrtg /etc/httpd/mrtg/cisco2600.cfg --logging /var/log/mrtg.log