<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<!--[if !mso]>
<style id=owaParaStyle>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
@font-face
        {font-family:Webdings;
        panose-1:5 3 1 2 1 5 9 6 7 3;}
@font-face
        {font-family:"Arial Narrow";
        panose-1:2 11 6 6 2 2 2 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        mso-believe-normal-left:yes;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
        {mso-style-priority:34;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:36.0pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:"Consolas","serif";}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
/* List Definitions */
@list l0
        {mso-list-id:1484738979;
        mso-list-type:hybrid;
        mso-list-template-ids:1569086010 336134159 336134169 336134171 336134159 336134169 336134171 336134159 336134169 336134171;}
@list l0:level1
        {mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-18.0pt;}
-->
</style>
<![if mso 9]>
<style>
p.MsoNormal
        {margin-left:3.0pt;}
</style>
<![endif]><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=EN-NZ link=blue vlink=purple style='margin-left:3.0pt;margin-top:
3.0pt;margin-right:3.0pt;margin-bottom:.75pt'>
<div class=WordSection1>
<p class=MsoListParagraph style='margin-right:3.0pt;text-indent:-18.0pt;
mso-list:l0 level1 lfo1'><![if !supportLists]><span style='font-size:11.0pt;
font-family:"Calibri","sans-serif";color:#1F497D'><span style='mso-list:Ignore'>1.<span
style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Yes
and no. You need to use <b>Include:</b> to link them all into a master.cfg
and then run MRTG with this, which means they must share all the same global
declarations. I’m working on a patch for MRTG to allow wildcards in
the Include: directive but at the moment each file needs to be declared
individually. The recommended ‘best practice’ is to have one
cfg file per device, then optionally link them all together with a ‘master.cfg’
file that uses Include: statements. You can also have a ‘global.cfg’
file that is included by the various device cfg files, which can contain the
various global declarations like LogFormat, Interval, WorkDir, and so on. This
forum post talks about it: http://www.steveshipway.org/forum/viewtopic.php?f=2&t=4093<o:p></o:p></span></p>
<p class=MsoListParagraph style='margin-right:3.0pt;text-indent:-18.0pt;
mso-list:l0 level1 lfo1'><![if !supportLists]><span style='font-size:11.0pt;
font-family:"Calibri","sans-serif";color:#1F497D'><span style='mso-list:Ignore'>2.<span
style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>If
you are running as a daemon, then you can use ‘Forks:’ (if you are
running under linux/unix) to control the number of threads used, and tune this
to make sure the checks are spread out over the 5min interval. Here, we
have home-grown code that makes certain of an even spread in scheduling.
The hit on the network is not really significant; it’s the hit on the
MRTG system CPU and memory that is more a problem. You can use RRDTool
1.4.x with rrdcached (in unix socket mode) to improve disk speed, but you
need to use the development snapshot of MRTG for this to work.<o:p></o:p></span></p>
<p class=MsoListParagraph style='margin-right:3.0pt;text-indent:-18.0pt;
mso-list:l0 level1 lfo1'><![if !supportLists]><span style='font-size:11.0pt;
font-family:"Calibri","sans-serif";color:#1F497D'><span style='mso-list:Ignore'>3.<span
style='font:7.0pt "Times New Roman"'> </span></span></span><![endif]><span
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>If
you have ‘Logformat: rrdtool’ in the MRTG cfg file, then it will
attempt to use RRDtool. You may also need ‘Libadd:’ to
specify the location of the RRDTool Perl libraries if you have not installed
them into the site-perl path. Note that, if in RRDTool mode, you will
need to have a frontend installed (eg, routers2 or 14all) as MRTG will no
longer generate the graph images every cycle.<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Steve<o:p></o:p></span></p>
<div>
<div class=MsoNormal align=center style='margin:0cm;margin-bottom:.0001pt;
text-align:center'><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>
<hr size=2 width="100%" align=center>
</span></div>
<p class=MsoNormal style='margin:0cm;margin-bottom:.0001pt'><b><span
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Steve
Shipway<o:p></o:p></span></b></p>
<p class=MsoNormal style='margin:0cm;margin-bottom:.0001pt'><span
style='font-size:10.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>ITS
Unix Services Design Lead<o:p></o:p></span></p>
<p class=MsoNormal style='margin:0cm;margin-bottom:.0001pt'><span
style='font-size:10.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>University
of Auckland, New Zealand<o:p></o:p></span></p>
<p class=MsoNormal style='margin:0cm;margin-bottom:.0001pt'><span
style='font-size:10.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Floor
1, 58 Symonds Street, Auckland<o:p></o:p></span></p>
<p class=MsoNormal style='margin:0cm;margin-bottom:.0001pt'><i><span
style='font-size:10.0pt;font-family:"Calibri","sans-serif";color:#595959'>Phone:
+64 (0)9 3737599 ext 86487<o:p></o:p></span></i></p>
<p class=MsoNormal style='margin:0cm;margin-bottom:.0001pt'><i><span
style='font-size:10.0pt;font-family:"Calibri","sans-serif";color:#595959'>DDI:
+64 (0)9 924 6487<o:p></o:p></span></i></p>
<p class=MsoNormal style='margin:0cm;margin-bottom:.0001pt'><i><span
style='font-size:10.0pt;font-family:"Calibri","sans-serif";color:#595959'>Mobile:
+64 (0)21 753 189<o:p></o:p></span></i></p>
<p class=MsoNormal style='margin:0cm;margin-bottom:.0001pt'><i><span
style='font-size:10.0pt;font-family:"Calibri","sans-serif";color:#595959'>Email:
<a href="mailto:s.shipway@auckland.ac.nz"><span style='color:#595959'>s.shipway@auckland.ac.nz</span></a><o:p></o:p></span></i></p>
<p class=MsoNormal style='margin:0cm;margin-bottom:.0001pt'><span lang=EN-GB
style='font-size:18.0pt;font-family:Webdings;color:green'>P</span><span
lang=EN-GB style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:blue'> </span><span lang=EN-GB style='font-size:10.0pt;font-family:"Arial Narrow","sans-serif";
color:green'>Please consider the environment before printing this e-mail</span><span
lang=EN-GB style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:blue'> </span><span lang=EN-GB style='font-size:7.5pt;font-family:"Verdana","sans-serif";
color:navy'><o:p></o:p></span></p>
<p class=MsoNormal style='margin:0cm;margin-bottom:.0001pt'><i><span
style='font-size:10.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></i></p>
</div>
<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>
<div style='border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt'>
<div>
<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'>
<p class=MsoNormal style='margin:0cm;margin-bottom:.0001pt'><b><span
lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span
lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> Arvon
Griffiths [mailto:Arvon.Griffiths@txdot.gov] <br>
<b>Sent:</b> Tuesday, 28 September 2010 8:07 a.m.<br>
<b>To:</b> Steve Shipway; Denis Morin; mrtg@lists.oetiker.ch<br>
<b>Subject:</b> New MRTG install... Run as Daemon and RRD setup?<o:p></o:p></span></p>
</div>
</div>
<p class=MsoNormal><o:p> </o:p></p>
<div>
<div>
<p class=MsoNormal style='margin:0cm;margin-bottom:.0001pt'><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'>I've got
a test box up and I have installed the latest version of MRTG. I have
some questions-<o:p></o:p></span></p>
</div>
<div>
<p class=MsoNormal style='margin:0cm;margin-bottom:.0001pt'><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'> <o:p></o:p></span></p>
</div>
<div>
<p class=MsoNormal style='margin:0cm;margin-bottom:.0001pt'><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'>RUN AS
DAEMON:<o:p></o:p></span></p>
</div>
<div>
<p class=MsoNormal style='margin:0cm;margin-bottom:.0001pt'><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'>Q1: If I
use run as daemon, can I still have multiple CFG files (one for each router) or
do I have to combine them all into one large (read: messy) CFG file? If
the answer is "you can have multiple CFG files", what is the
big-picture as to how to set it up?<o:p></o:p></span></p>
</div>
<div>
<p class=MsoNormal style='margin:0cm;margin-bottom:.0001pt'><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'> <o:p></o:p></span></p>
</div>
<div>
<p class=MsoNormal style='margin:0cm;margin-bottom:.0001pt'><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'>Q2: I
have 350+ routers to check, if I run as daemon, how can I spread out the checks
over a 5 minute period so the network isn't slammed at on minute 0,5,10,15,
& etc.?<o:p></o:p></span></p>
</div>
<div>
<p class=MsoNormal style='margin:0cm;margin-bottom:.0001pt'><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'> <o:p></o:p></span></p>
</div>
<div>
<p class=MsoNormal style='margin:0cm;margin-bottom:.0001pt'><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'> <o:p></o:p></span></p>
</div>
<div>
<p class=MsoNormal style='margin:0cm;margin-bottom:.0001pt'><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'>RRD:<o:p></o:p></span></p>
</div>
<div>
<p class=MsoNormal style='margin:0cm;margin-bottom:.0001pt'><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'>Q3: I'm
either too dense to understand the instructions or they are not clear, how do
you setup MRTG to use RRD tool?<o:p></o:p></span></p>
</div>
<div>
<p class=MsoNormal style='margin:0cm;margin-bottom:.0001pt'><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'> <o:p></o:p></span></p>
</div>
<div>
<p class=MsoNormal style='margin:0cm;margin-bottom:.0001pt'><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:black'>thnx<o:p></o:p></span></p>
</div>
</div>
<pre>===================<o:p></o:p></pre><pre>Who's Driving Tonight?<o:p></o:p></pre><pre>If you've been drinking, it's not you. <o:p></o:p></pre><pre>For more information, please visit<o:p></o:p></pre><pre>www.txdot.gov/safety/tips/intoxication.htm<o:p></o:p></pre></div>
</div>
</body>
</html>