I can confirm that this is a problem with Daemon mode. I shut the daemon down, added two lines to /etc/cron.d/mrtg, and it's working.

*/5 * * * * root if [ -x /usr/bin/mrtg ] && [ -r /etc/mrtg/slcigw1.cfg ]; then env LANG=C /usr/bin/mrtg /etc/mrtg/slcigw1.cfg 2>&1 | tee -a /var/log/mrtg/mrtg.slcigw1.log ; fi */5 * * * * root if [ -x /usr/bin/mrtg ] && [ -r /etc/mrtg/slcigw2.cfg ]; then env LANG=C /usr/bin/mrtg /etc/mrtg/slcigw2.cfg 2>&1 | tee -a /var/log/mrtg/mrtg.slcigw2.log ; fi

I've already got 67 config files, so running via cron produces an enormous amount of overhead, which is why I am running in deamon mode. I have more config files to add, too.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to