<div dir="ltr">Actually I didn&#39;t use cfgmaker.  I&#39;m generating the config files using a perl script that I wrote using data (hostname, community, interface, maxbytes, title, etc.) from a MySQL database that I&#39;ve been using successfully for years.  It&#39;s just recently that the system has started failing to find the interfaces when querying devices using SNMP v2.  No changes were made to the mrtg binary when this issue started cropping and it&#39;s happening across multiple devices.  <br>
<div class="gmail_extra"><br clear="all"><div> <br>Thanks,<br>Jeffrey Smith<br>Network Engineer, CCNA<br>Neonova Network Services<br>(919) 460-3330</div>
<br><br><div class="gmail_quote">On Thu, Apr 11, 2013 at 5:58 PM,  <span dir="ltr">&lt;<a href="mailto:mrtg-request@lists.oetiker.ch" target="_blank">mrtg-request@lists.oetiker.ch</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Send mrtg mailing list submissions to<br>
        <a href="mailto:mrtg@lists.oetiker.ch">mrtg@lists.oetiker.ch</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.oetiker.ch/cgi-bin/listinfo/mrtg" target="_blank">https://lists.oetiker.ch/cgi-bin/listinfo/mrtg</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:mrtg-request@lists.oetiker.ch">mrtg-request@lists.oetiker.ch</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:mrtg-owner@lists.oetiker.ch">mrtg-owner@lists.oetiker.ch</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of mrtg digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Re: SNMP v2 issues with queries (Daniel McDonald)<br>
   2. Calibrating ssCpuRawUser etc to percentages (Frank Hamersley)<br>
   3. Server 2012 (Turner, Megan)<br>
   4. MRTG 2.17.4 rateup WARNING on Windows Server 2012<br>
      (Clouser, Jennifer)<br>
   5. Re: MRTG 2.17.4 rateup WARNING on Windows Server 2012<br>
      (Steve Shipway)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 08 Apr 2013 21:44:28 -0500<br>
From: Daniel McDonald &lt;<a href="mailto:dan.mcdonald@austinenergy.com">dan.mcdonald@austinenergy.com</a>&gt;<br>
Subject: Re: [mrtg] SNMP v2 issues with queries<br>
To: mrtg &lt;<a href="mailto:mrtg@lists.oetiker.ch">mrtg@lists.oetiker.ch</a>&gt;<br>
Message-ID: &lt;<a href="mailto:CD88EABC.5E77C%25dan.mcdonald@austinenergy.com">CD88EABC.5E77C%dan.mcdonald@austinenergy.com</a>&gt;<br>
Content-Type: text/plain;       charset=&quot;US-ASCII&quot;<br>
<br>
<br>
<br>
<br>
On 4/8/13 5:06 PM, &quot;Jeffrey Smith&quot; &lt;<a href="mailto:doc@neonova.net">doc@neonova.net</a>&gt; wrote:<br>
<br>
&gt; I have the following configuration:<br>
&gt;<br>
&gt;<br>
&gt; Target[mrtg_nns_3034]: \GigabitEthernet4/2:community@hostname.domain.com:::::2<br>
&gt; #Target[mrtg_nns_3034]: 6:community@hostname.domain.com:::::2<br>
<br>
Ok, so you ran cfgmaker with --ifref=ifnum, then changed the targets to use<br>
descriptions.<br>
What do you get if you run cfgmaker with --ifref=descr?<br>
Personally, I find --ifref=name to be the most usable method.<br>
<br>
<br>
--<br>
Daniel J McDonald, CCIE # 2495, CISSP # 78281<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 10 Apr 2013 19:29:49 +1000<br>
From: &quot;Frank Hamersley&quot; &lt;<a href="mailto:terabite@bigpond.com">terabite@bigpond.com</a>&gt;<br>
Subject: [mrtg] Calibrating ssCpuRawUser etc to percentages<br>
To: &lt;<a href="mailto:mrtg@lists.oetiker.ch">mrtg@lists.oetiker.ch</a>&gt;<br>
Message-ID: &lt;<a href="mailto:LNBBJEPIDNHJKLLDEHLLOEDEEOAD.terabite@bigpond.com">LNBBJEPIDNHJKLLDEHLLOEDEEOAD.terabite@bigpond.com</a>&gt;<br>
Content-Type: text/plain;       charset=&quot;iso-8859-1&quot;<br>
<br>
I am trying to calibrate the new CPU counters like ssCpuRawUser (50),<br>
ssCpuRawNice (51) and ssCpuRawSystem (52) without much success.<br>
<br>
Whilst mrtg is reading the registers the movement recorded in the log is<br>
often 0.  The few entries shown here were caused by a demanding task that<br>
vmstat averaged at about 10% utilisation however mrtg only inferred 1% and<br>
2%.<br>
<br>
root@terabite:/var/www/mrtg# head -10 fw_cpu.log<br>
1365584642 965303 759068<br>
1365584642 0 0 0 0<br>
1365584343 0 0 0 0<br>
1365584100 0 0 0 0<br>
1365583800 0 0 0 0<br>
1365583500 0 2 1 3<br>
1365583200 1 2 1 3     &lt;--- this entry analysed<br>
1365582900 0 0 1 2<br>
1365582600 0 0 0 0<br>
1365582300 0 0 0 0<br>
<br>
Extracts taken from the logs and analysed were ...<br>
<br>
timestamp    raw-I    raw-O    delta-I   delta-O log-I log-O<br>
1365582900   964380   757278   56        50      0     0<br>
1365583200   964660   757880   280       602     1     2<br>
<br>
The config I am using is ...<br>
<br>
#<br>
# Firewall CPU<br>
#<br>
Target[FW_cpu]:<br>
.<a href="mailto:1.3.6.1.4.1.2021.11.50.0%26.1.3.6.1.4.1.2021.11.52.0%3Apublic@10.1.1.1">1.3.6.1.4.1.2021.11.50.0&amp;.1.3.6.1.4.1.2021.11.52.0:public@10.1.1.1</a> +<br>
.<a href="mailto:1.3.6.1.4.1.2021.11.51.0%26.1.3.6.1.4.1.2021.11.55.0%3Apublic@10.1.1.1">1.3.6.1.4.1.2021.11.51.0&amp;.1.3.6.1.4.1.2021.11.55.0:public@10.1.1.1</a><br>
Options[FW_cpu]: growright, nopercent<br>
MaxBytes[FW_cpu]: 400<br>
Title[FW_cpu]: Firewall CPU Load<br>
PageTop[FW_cpu]: &lt;H1&gt;Firewall CPU Load&lt;/H1&gt;<br>
Unscaled[FW_cpu]: ymwd<br>
ShortLegend[FW_cpu]: %<br>
YLegend[FW_cpu]: CPU Utilisation<br>
LegendI[FW_cpu]: User<br>
LegendO[FW_cpu]: System<br>
#<br>
<br>
Is this an interplay of bits versus bytes affecting scaling?  I think this<br>
machine has 2 cores but I expected that would inflate the number rather than<br>
deflate it as I am seeing.<br>
<br>
Cheers, Frank<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Thu, 11 Apr 2013 11:27:05 -0700<br>
From: &quot;Turner, Megan&quot; &lt;<a href="mailto:mturner@auburn.wednet.edu">mturner@auburn.wednet.edu</a>&gt;<br>
Subject: [mrtg] Server 2012<br>
To: &quot;&#39;<a href="mailto:mrtg@lists.oetiker.ch">mrtg@lists.oetiker.ch</a>&#39;&quot; &lt;<a href="mailto:mrtg@lists.oetiker.ch">mrtg@lists.oetiker.ch</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:4E017E8859597C41A131769B68C07C300108A9684C66@admex1svr.asd.auburn.wednet.edu">4E017E8859597C41A131769B68C07C300108A9684C66@admex1svr.asd.auburn.wednet.edu</a>&gt;<br>
<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
<br>
Has anyone had success with installing MRTG on Server 2012?<br>
<br>
Megan Turner, MCSE, MCTS<br>
Network Engineer<br>
Auburn School District #408<br>
915 4th Street NE<br>
Auburn, WA 98002<br>
<a href="mailto:mturner@auburn.wednet.edu">mturner@auburn.wednet.edu</a>&lt;mailto:<a href="mailto:mturner@auburn.wednet.edu">mturner@auburn.wednet.edu</a>&gt;<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.oetiker.ch/pipermail/mrtg/attachments/20130411/d693e0ed/attachment-0001.htm" target="_blank">http://lists.oetiker.ch/pipermail/mrtg/attachments/20130411/d693e0ed/attachment-0001.htm</a><br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Thu, 11 Apr 2013 13:54:59 -0700<br>
From: &quot;Clouser, Jennifer&quot; &lt;<a href="mailto:jclouser@auburn.wednet.edu">jclouser@auburn.wednet.edu</a>&gt;<br>
Subject: [mrtg] MRTG 2.17.4 rateup WARNING on Windows Server 2012<br>
To: &quot;&#39;<a href="mailto:mrtg@lists.oetiker.ch">mrtg@lists.oetiker.ch</a>&#39;&quot; &lt;<a href="mailto:mrtg@lists.oetiker.ch">mrtg@lists.oetiker.ch</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:4E017E8859597C41A131769B68C07C300108A9680BDB@admex1svr.asd.auburn.wednet.edu">4E017E8859597C41A131769B68C07C300108A9680BDB@admex1svr.asd.auburn.wednet.edu</a>&gt;<br>
<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
<br>
Hello,<br>
<br>
I am wondering if the rateup.exe program has fundamental problems with Windows Server 2012.  When running MRTG and the configuration file, we receive the error  -<br>
<br>
*****************************<br>
The description for Event ID 1000 from source MRTG cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.<br>

<br>
If the event originated on another computer, the display information had to be saved with the event.<br>
<br>
The following information was included with the event:<br>
<br>
2013-04-11 10:58:56: WARNING: rateup (C:/mrtg-2.17.4/bin\rateup c:\mrtg-2.17.4\mrtgdata\ 164.116.160.254_177 1365703136 -Z u 1875258338464 1034527035513 125000000 c #00cc00 #0000ff #006600 #ff00ff k 1000 i c:\mrtg-2.17.4\mrtgdata\164.116.160.254_177-day.png -125000000 -125000000 400 100 1 1 1 300 1 4 1 &quot;%Y-%m-%d %H:%M&quot; 0 i c:\mrtg-2.17.4\mrtgdata\164.116.160.254_177-week.png -125000000 -125000000 400 100 1 1 1 1800 1 4 1 &quot;%Y-%m-%d %H:%M&quot; 0 i c:\mrtg-2.17.4\mrtgdata\164.116.160.254_177-month.png -125000000 -125000000 400 100 1 1 1 7200 1 4 1 &quot;%Y-%m-%d %H:%M&quot; 0 i c:\mrtg-2.17.4\mrtgdata\164.116.160.254_177-year.png -125000000 -125000000 400 100 1 1 1 86400 1 4 1 &quot;%Y-%m-%d %H:%M&quot; 0) did not work: Bad file descriptor<br>

************************************<br>
<br>
Upon inspection of the rateup.exe file - the server indicates it is &quot;incompatible&quot;.  Be assured, there is no permissions problem with the program accessing the directory indicated.<br>
<br>
Thank you.<br>
<br>
<br>
<br>
Jennifer Clouser<br>
Chief Technical Advisor, Technical Services Manager<br>
Department of Information Technology<br>
Auburn School District #408<br>
915 4th Street Northeast<br>
Auburn, WA 98002<br>
253-931-4940 (phone)<br>
253-931-8006 (fax)<br>
Email: <a href="mailto:jclouser@auburn.wednet.edu">jclouser@auburn.wednet.edu</a>&lt;mailto:<a href="mailto:jclouser@auburn.wednet.edu">jclouser@auburn.wednet.edu</a>&gt;<br>
<br>
Change is a process, not an event.<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.oetiker.ch/pipermail/mrtg/attachments/20130411/21fb2f16/attachment-0001.htm" target="_blank">http://lists.oetiker.ch/pipermail/mrtg/attachments/20130411/21fb2f16/attachment-0001.htm</a><br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Thu, 11 Apr 2013 21:58:21 +0000<br>
From: Steve Shipway &lt;<a href="mailto:s.shipway@auckland.ac.nz">s.shipway@auckland.ac.nz</a>&gt;<br>
Subject: Re: [mrtg] MRTG 2.17.4 rateup WARNING on Windows Server 2012<br>
To: &quot;Clouser, Jennifer&quot; &lt;<a href="mailto:jclouser@auburn.wednet.edu">jclouser@auburn.wednet.edu</a>&gt;<br>
Cc: &quot;<a href="mailto:mrtg@lists.oetiker.ch">mrtg@lists.oetiker.ch</a>&quot; &lt;<a href="mailto:mrtg@lists.oetiker.ch">mrtg@lists.oetiker.ch</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:7294716191A1E142B80615ED2C633BCA68272ABB@uxcn10-2.UoA.auckland.ac.nz">7294716191A1E142B80615ED2C633BCA68272ABB@uxcn10-2.UoA.auckland.ac.nz</a>&gt;<br>
Content-Type: text/plain; charset=&quot;gb2312&quot;<br>
<br>
Is it possible that you have a 64bit Windows 2012 and the 32bit rateup.exe?<br>
Check where you obtained the binary from, you might be able to get a version<br>
compiled for a different version, or compile it yourself.<br>
<br>
<br>
<br>
Although I don?t know as much about Windows (UNIX/Linux person here mainly)<br>
I?ve seen similar issue with executables compiled for earlier versions of<br>
Windows running under later versions.  I believe there are also<br>
compatibility options you can set on an executable within Windows to make it<br>
more likely to run?<br>
<br>
<br>
<br>
Another option you might like to consider is using MRTG with RRDTool as the<br>
backend ? then you don?t need rateup.<br>
<br>
<br>
<br>
Steve<br>
<br>
<br>
<br>
  _____<br>
<br>
Steve Shipway<br>
<br>
ITS Unix Services Design Lead<br>
<br>
University of Auckland, New Zealand<br>
<br>
Floor 1, 58 Symonds Street, Auckland<br>
<br>
Phone: <a href="tel:%2B64%20%280%299%203737599%20ext%2086487" value="+6493737599">+64 (0)9 3737599 ext 86487</a><br>
<br>
DDI: <a href="tel:%2B64%20%280%299%20924%206487" value="+6499246487">+64 (0)9 924 6487</a><br>
<br>
Mobile: <a href="tel:%2B64%20%280%2921%20753%20189" value="+6421753189">+64 (0)21 753 189</a><br>
<br>
Email:  &lt;mailto:<a href="mailto:s.shipway@auckland.ac.nz">s.shipway@auckland.ac.nz</a>&gt; <a href="mailto:s.shipway@auckland.ac.nz">s.shipway@auckland.ac.nz</a><br>
<br>
P Please consider the environment before printing this e-mail : ??????<br>
???????????<br>
<br>
<br>
<br>
<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.oetiker.ch/pipermail/mrtg/attachments/20130411/22202b1d/attachment.htm" target="_blank">http://lists.oetiker.ch/pipermail/mrtg/attachments/20130411/22202b1d/attachment.htm</a><br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: smime.p7s<br>
Type: application/x-pkcs7-signature<br>
Size: 5900 bytes<br>
Desc: not available<br>
Url : <a href="http://lists.oetiker.ch/pipermail/mrtg/attachments/20130411/22202b1d/attachment.bin" target="_blank">http://lists.oetiker.ch/pipermail/mrtg/attachments/20130411/22202b1d/attachment.bin</a><br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
mrtg mailing list<br>
<a href="mailto:mrtg@lists.oetiker.ch">mrtg@lists.oetiker.ch</a><br>
<a href="https://lists.oetiker.ch/cgi-bin/listinfo/mrtg" target="_blank">https://lists.oetiker.ch/cgi-bin/listinfo/mrtg</a><br>
<br>
<br>
End of mrtg Digest, Vol 76, Issue 2<br>
***********************************<br>
</blockquote></div><br></div></div>