<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Nagios 2.x Plugin check_mrtgtraf buggy?</title>
	<atom:link href="http://tom.knaupp.com/2007/02/23/nagios-2x-plugin-check_mrtgtraf-buggy/feed/" rel="self" type="application/rss+xml" />
	<link>http://tom.knaupp.com/2007/02/23/nagios-2x-plugin-check_mrtgtraf-buggy/</link>
	<description>free software, security and a bunch of my strange thoughts</description>
	<lastBuildDate>Sat, 07 May 2011 01:52:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Biscui</title>
		<link>http://tom.knaupp.com/2007/02/23/nagios-2x-plugin-check_mrtgtraf-buggy/comment-page-1/#comment-170</link>
		<dc:creator>Biscui</dc:creator>
		<pubDate>Wed, 10 Mar 2010 11:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://tom.knaupp.com/?p=23#comment-170</guid>
		<description>I notice in the output, the performance data has &quot;in=&quot; for both the incoming and outgoing rates. 
looks to be around line 200

fperfdata(&quot;in&quot;, adjusted_incoming_rate, incoming_speed_rating,
  (int)incoming_warning_threshold, incoming_warning_threshold,
  (int)incoming_critical_threshold, incoming_critical_threshold,
   TRUE, 0, FALSE, 0),
fperfdata(&quot;in&quot;, adjusted_outgoing_rate, outgoing_speed_rating,
  (int)outgoing_warning_threshold, outgoing_warning_threshold,
  (int)outgoing_critical_threshold, outgoing_critical_threshold,
   TRUE, 0, FALSE, 0));

The second fperfdata should have &quot;in&quot; changed to &quot;out&quot;</description>
		<content:encoded><![CDATA[<p>I notice in the output, the performance data has &#8220;in=&#8221; for both the incoming and outgoing rates.<br />
looks to be around line 200</p>
<p>fperfdata(&#8220;in&#8221;, adjusted_incoming_rate, incoming_speed_rating,<br />
  (int)incoming_warning_threshold, incoming_warning_threshold,<br />
  (int)incoming_critical_threshold, incoming_critical_threshold,<br />
   TRUE, 0, FALSE, 0),<br />
fperfdata(&#8220;in&#8221;, adjusted_outgoing_rate, outgoing_speed_rating,<br />
  (int)outgoing_warning_threshold, outgoing_warning_threshold,<br />
  (int)outgoing_critical_threshold, outgoing_critical_threshold,<br />
   TRUE, 0, FALSE, 0));</p>
<p>The second fperfdata should have &#8220;in&#8221; changed to &#8220;out&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://tom.knaupp.com/2007/02/23/nagios-2x-plugin-check_mrtgtraf-buggy/comment-page-1/#comment-120</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Thu, 22 Jan 2009 16:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://tom.knaupp.com/?p=23#comment-120</guid>
		<description>If you have problems with compiling the source, I made a binary for Debian Sarge (3.1.)
Download -&gt; http://tom.knaupp.com/wp-content/uploads/check_mrtgtraf-debian31</description>
		<content:encoded><![CDATA[<p>If you have problems with compiling the source, I made a binary for Debian Sarge (3.1.)<br />
Download -> <a href="http://tom.knaupp.com/wp-content/uploads/check_mrtgtraf-debian31" rel="nofollow">http://tom.knaupp.com/wp-content/uploads/check_mrtgtraf-debian31</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://tom.knaupp.com/2007/02/23/nagios-2x-plugin-check_mrtgtraf-buggy/comment-page-1/#comment-119</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Thu, 22 Jan 2009 15:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://tom.knaupp.com/?p=23#comment-119</guid>
		<description>Did you try to run the new compiled binary in shell?

I mean, go to your nagios-plugins source folder, run ./configure ; make
and try this new binary with  ./check_mrtgtraf --your-options  directly ...

If it works, you can replace your old file from /usr/local/nagios/etc/libexec
with the new one ..</description>
		<content:encoded><![CDATA[<p>Did you try to run the new compiled binary in shell?</p>
<p>I mean, go to your nagios-plugins source folder, run ./configure ; make<br />
and try this new binary with  ./check_mrtgtraf &#8211;your-options  directly &#8230;</p>
<p>If it works, you can replace your old file from /usr/local/nagios/etc/libexec<br />
with the new one ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoffrey</title>
		<link>http://tom.knaupp.com/2007/02/23/nagios-2x-plugin-check_mrtgtraf-buggy/comment-page-1/#comment-118</link>
		<dc:creator>Geoffrey</dc:creator>
		<pubDate>Thu, 22 Jan 2009 14:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://tom.knaupp.com/?p=23#comment-118</guid>
		<description>Ok sorry for the precedent post, I put your files into the nagios-plugin folder, make ./configure, make &amp; make install but it still doesn&#039;t works.
I don&#039;t understand anymore :/</description>
		<content:encoded><![CDATA[<p>Ok sorry for the precedent post, I put your files into the nagios-plugin folder, make ./configure, make &amp; make install but it still doesn&#8217;t works.<br />
I don&#8217;t understand anymore :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoffrey</title>
		<link>http://tom.knaupp.com/2007/02/23/nagios-2x-plugin-check_mrtgtraf-buggy/comment-page-1/#comment-117</link>
		<dc:creator>Geoffrey</dc:creator>
		<pubDate>Thu, 22 Jan 2009 14:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://tom.knaupp.com/?p=23#comment-117</guid>
		<description>Hey,

I have a problem the same problem as you but I don&#039;t understand how fix it.
I&#039;m using debian sarge and nagios plugins are in /usr/local/nagios/etc/libexec
In this folder I can find check_mrtgtraf but I can&#039;t modify it.
How can I? Please someone could help me?
Thanks</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>I have a problem the same problem as you but I don&#8217;t understand how fix it.<br />
I&#8217;m using debian sarge and nagios plugins are in /usr/local/nagios/etc/libexec<br />
In this folder I can find check_mrtgtraf but I can&#8217;t modify it.<br />
How can I? Please someone could help me?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Williams</title>
		<link>http://tom.knaupp.com/2007/02/23/nagios-2x-plugin-check_mrtgtraf-buggy/comment-page-1/#comment-3</link>
		<dc:creator>Tim Williams</dc:creator>
		<pubDate>Wed, 11 Apr 2007 14:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://tom.knaupp.com/?p=23#comment-3</guid>
		<description>I have been having the same issues with this plugin for the last couple days.  I am using plugins 1.4.6 and Israel&#039;s fix helped me out.  All I had to do was recompile my plugins and voila problem fixed.

Thanks for the fix.</description>
		<content:encoded><![CDATA[<p>I have been having the same issues with this plugin for the last couple days.  I am using plugins 1.4.6 and Israel&#8217;s fix helped me out.  All I had to do was recompile my plugins and voila problem fixed.</p>
<p>Thanks for the fix.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

