Troy, thanks for the hint. I am running it on Windows and I can't seem to cross reference that. Anyone else??
-----Original Message----- From: Troy Wical [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2008 12:49 PM To: Kevin Wong Cc: [email protected] Subject: Re: [mrtg] Data collection interval On Nov 21, 2008, at 10:31 AM, Kevin Wong wrote: > Hi, instead of collecting data on my Cisco switch every 5 minutes, > is it possible to change it to say 1 minute interval? I am > collecting data from 3 devices using rateup under just one MRTG > instance running. If you are running in cron, you can adjust your interval. In the example below, I am running a query every 2 minutes. */2 * * * * root if [ -x /usr/bin/mrtg ] && [ -r /etc/mrtg/ mrtg_haze.cfg ]; then env LANG=C /usr/bin/mrtg /etc/mrtg/mrtg_haze.cfg >> /var/log/mrtg/mrtg_haze.log 2>&1; fi Peace, Troy _______________________________________________ mrtg mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/mrtg
