To schedule any job to run after every 5 minutes, Follow these steps.
#crontab -e
(Now add the following line)
*/5 * * * * mrtg /etc/mrtg/mrtg.cfg –logging /var/log/mrtg.log
To schedule any job to run after every 5 minutes, Follow these steps.
#crontab -e
(Now add the following line)
*/5 * * * * mrtg /etc/mrtg/mrtg.cfg –logging /var/log/mrtg.log