<font size=2 color=#002f80 face="sans-serif">Hey Ali,</font>
<br>
<br><font size=2 color=#002f80 face="sans-serif">I'm no expert on the subject
but I believe it depends on the mode in which your running MRTG (i.e. Daemon
mode)..</font>
<br>
<br><font size=2 color=#002f80 face="sans-serif">If for example your running
MRTG in daemon mode (which is what I am running). You would create a <i>&quot;global.cfg&quot;</i></font>
<br><font size=2 color=#002f80 face="sans-serif">file which would contain
all your global directives (which includes <i>&quot;interval&quot;</i>).</font>
<br>
<br><font size=2 color=#002f80 face="sans-serif"><b>The basic setup for
my <i>&quot;global.cfg&quot;</i> file is this:</b></font>
<br>
<br><font size=2 color=#002f80 face="sans-serif"><b>###################################################################</b></font>
<br><font size=2 color=#002f80 face="sans-serif"><b><i>&nbsp; &nbsp; &nbsp;
&nbsp; #-------- Global Configuration Settings --------#</i></b></font>
<br>
<br><font size=2 color=#002f80 face="sans-serif"><i>&nbsp; &nbsp; &nbsp;
&nbsp; ### Tell MRTG to run as a Daemon</i></font>
<br><font size=2 color=#002f80 face="sans-serif"><b>&nbsp; &nbsp; &nbsp;
&nbsp; RunAsDaemon: Yes</b></font>
<br><font size=2 color=#002f80 face="sans-serif"><i>&nbsp; &nbsp; &nbsp;
&nbsp; ### Tell routers.cgi to ignore this config file.</i></font>
<br><font size=2 color=#002f80 face="sans-serif"><b>&nbsp; &nbsp; &nbsp;
&nbsp; routers.cgi*Ignore: yes</b></font>
<br><font size=2 color=#002f80 face="sans-serif"><i>&nbsp; &nbsp; &nbsp;
&nbsp; ### Specify LogFormat to use rrd mode</i></font>
<br><font size=2 color=#002f80 face="sans-serif"><b>&nbsp; &nbsp; &nbsp;
&nbsp; LogFormat: rrdtool</b></font>
<br><font size=2 color=#002f80 face="sans-serif"><i>&nbsp; &nbsp; &nbsp;
&nbsp; ### Run mrtg every 5 minutes</i></font>
<br><font size=2 color=#002f80 face="sans-serif"><b>&nbsp; &nbsp; &nbsp;
&nbsp; Interval: 5</b></font>
<br><font size=2 color=#002f80 face="sans-serif"><i>&nbsp; &nbsp; &nbsp;
&nbsp; ### Directory where rrd files are stored</i></font>
<br><font size=2 color=#002f80 face="sans-serif"><b>&nbsp; &nbsp; &nbsp;
&nbsp; WorkDir: /mrtg/mrtgwww/httpd</b></font>
<br>
<br>
<br><font size=2 color=#002f80 face="sans-serif"><b><i>&nbsp; &nbsp; &nbsp;
&nbsp; #-------- Include Directives (what cfg files to include)
--------#</i></b></font>
<br>
<br><font size=2 color=#002f80 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp;
<i>### What cfg files would we like MRTG to update every 5 minutes:</i></font>
<br><font size=2 color=#002f80 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp;
<b>Include: path/and/file.cfg</b></font>
<br><font size=2 color=#002f80 face="sans-serif"><b>&nbsp; &nbsp; &nbsp;
&nbsp; Include: path/and/file.cfg</b></font>
<br><font size=2 color=#002f80 face="sans-serif"><b>&nbsp; &nbsp; &nbsp;
&nbsp; Include: path/and/file.cfg</b></font>
<br><font size=2 color=#002f80 face="sans-serif"><b>&nbsp; &nbsp; &nbsp;
&nbsp; .......etc.......</b></font>
<br><font size=2 color=#002f80 face="sans-serif"><b>###################################################################</b></font>
<br>
<br>
<br><font size=2 color=#002f80 face="sans-serif"><b>Then you would run
the following </b>(I'm running MRTG and Routers2 on SLES 10):</font>
<br><font size=2 color=#002f80 face="sans-serif">From the Command Line
you would run the &quot;mrtg&quot; script file and feed it your global.cfg
file and it is also a good idea to enable logging...</font>
<br>
<br><font size=2 color=#002f80 face="sans-serif"><b>&nbsp; &nbsp; &nbsp;
&nbsp; /usr/bin/perl -w /mrtg/bin/mrtg --daemon /mrtg/mrtgwww/cfg/global.cfg
--logging /mrtg/log/mrtg.log</b></font>
<br>
<br>
<br>
<br><font size=2 color=#002f80 face="sans-serif">Well I hope that helps.
Let me know if it does.</font>
<br>
<br><font size=2 color=#002f80 face="sans-serif">Thanks,</font>
<br><font size=2 color=#002f80 face="sans-serif">Matt</font>
<br>
<br>
<br>
<br>
<br>
<br><font size=2 color=blue face="sans-serif"><u>&nbsp; &nbsp; &nbsp; &nbsp;
</u></font>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br><font size=1 color=#5f5f5f face="sans-serif">From: &nbsp; &nbsp; &nbsp;
&nbsp;</font><font size=1 face="sans-serif">ali ahmadi &lt;ali.ahmadi.656@gmail.com&gt;</font>
<br><font size=1 color=#5f5f5f face="sans-serif">To: &nbsp; &nbsp; &nbsp;
&nbsp;</font><font size=1 face="sans-serif">&lt;mrtg@lists.oetiker.ch&gt;</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Date: &nbsp; &nbsp; &nbsp;
&nbsp;</font><font size=1 face="sans-serif">01/31/2012 01:43 PM</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Subject: &nbsp; &nbsp;
&nbsp; &nbsp;</font><font size=1 face="sans-serif">[mrtg] my mrtg
polling interval set 5 minute but work 30 minute?</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Sent by: &nbsp; &nbsp;
&nbsp; &nbsp;</font><font size=1 face="sans-serif">&lt;mrtg-bounces+mmartin=jwpepper.com@lists.oetiker.ch&gt;</font>
<br>
<hr noshade>
<br>
<br>
<br><font size=3>hi<br>
i setup mrtg in a network.i setup polling interval as default(5 minute)
but recenttly it work 30 minute?</font><tt><font size=2>_______________________________________________<br>
mrtg mailing list<br>
mrtg@lists.oetiker.ch<br>
</font></tt><a href="https://lists.oetiker.ch/cgi-bin/listinfo/mrtg"><tt><font size=2>https://lists.oetiker.ch/cgi-bin/listinfo/mrtg</font></tt></a><tt><font size=2><br>
</font></tt>
<br>