Your polling is taking longer than the interval you've set to call MRTG in cron (probably five minutes). It's possible that your system is under heavy load during certain periods, slowing the polling and updates of the RRDs or logs. When cron tries to launch another instance of MRTG at the next interval, you get that message, which means that the previous instance of MRTG hasn't finished yet. It's also possible that you just have a really big config file that takes a long time to poll.
Any of the following should help: - Lower the timeout, retry, and/or backoff - Add forks - Split the config into smaller chunks and call them separately - Run MRTG as a daemon instead of calling it from cron. MRTG has to parse your config file every time it's called from cron. If you run it as a daemon, it's only parsed once. Hope that helps, Corey. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Davi de Paula Cabral - DATAPREVRJ Sent: May 19, 2004 3:09 PM To: [email protected] Subject: [rrd-users] Funky MRTG message Please people, I know it has nothing about rrd, mas its bothering me so much. Some times MRTG sends a mail to root like that: ERROR: I guess another mrtg is running. A lockfile (/etc/mrtg/entidades_externas/ENT_EXT_DF.cfg_l) aged 59 seconds is hanging around. If you are sure that no other mrtg is running you can remove the lockfile I opened /etc/crond and found nothing running another mrtg. Someone knows how many ways I have to make MRTG stop with these messages ? Thanks a lot, Davi -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
