>Hi, friends any sugestions about this error??? >2003-04-11 02:04:01 -- Started mrtg >2003-04-11 11:45:03 -- WARNING: data collection did not complete within interval! >2003-04-11 11:50:06 -- WARNING: data collection did not complete within interval!
It means that MRTG tried to poll every device, update the Log files, create the PNG & HTML files etc, and failed to get around all of the Targets within the interval (default 5 mins). Probable causes. If device(s) are down, MRTG retries, and could run out of time. Is the data/graph/html being written to a local disk, or across a (slow) network? So many Targets, MRTG cannot get around in time. Possible solutions. Split CFG into sections, and run multiple copies of MRTG simultaneously (may need additional RAM) Upgrading to RRD, which eliminates the need to calculate the graphs and HTML every time? (then requires more processing power when you come to view the data. Processing power is required on the web server hosting the pages, which might not be the machine running MRTG) Increase interval (not desirable) Regards Peter -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
