<?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: Update 1.2: BIND Check Plugin for Nagios</title>
	<atom:link href="http://www.matejunkie.com/update-12-bind-check-plugin-for-nagios/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.matejunkie.com/update-12-bind-check-plugin-for-nagios/</link>
	<description>&#34;Look behind you, a Three-Headed Monkey!&#34;</description>
	<lastBuildDate>Sat, 17 Jul 2010 22:58:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Mike Adolphs</title>
		<link>http://www.matejunkie.com/update-12-bind-check-plugin-for-nagios/comment-page-1/#comment-4248</link>
		<dc:creator>Mike Adolphs</dc:creator>
		<pubDate>Wed, 29 Jul 2009 09:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.matejunkie.com/?p=935#comment-4248</guid>
		<description>Thanks n00dl3s for mentioning the bug. I&#039;ve just corrected it in the article. And thank you for the additional information on &quot;zone statistics no&quot;, I&#039;ll include this as well!
And sorry for the late answer, ... I&#039;m currently administrating about 350 servers on my own since everyone else is on holiday. That makes time a valuable resource.</description>
		<content:encoded><![CDATA[<p>Thanks n00dl3s for mentioning the bug. I&#8217;ve just corrected it in the article. And thank you for the additional information on &#8220;zone statistics no&#8221;, I&#8217;ll include this as well!<br />
And sorry for the late answer, &#8230; I&#8217;m currently administrating about 350 servers on my own since everyone else is on holiday. That makes time a valuable resource.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: n00dl3s</title>
		<link>http://www.matejunkie.com/update-12-bind-check-plugin-for-nagios/comment-page-1/#comment-4169</link>
		<dc:creator>n00dl3s</dc:creator>
		<pubDate>Fri, 17 Jul 2009 21:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.matejunkie.com/?p=935#comment-4169</guid>
		<description>Great script, but two small additions from my side:

- there is a typo on line 151: it should read &quot;&gt;&quot; but in the code above the &quot;&gt;&quot; is in HTML markup &quot;&gt;&quot; which is not helpful when copy and pasting...

- you should definitely include a warning in the comments or even a check in the script itself that &quot;zone statistics no;&quot; has to be set in the bind9 config (on an old Debian etch system this parameter is in /etc/bind/named.conf.options). Otherwise the named.stats file contains separate statistics for all the zones on the name server and subsequently the awk part will find very strange numbers... (I don&#039;t know though what the default setting was, so it might not be a problem for most people...)

But otherwise: Thank you very much for this plugin!</description>
		<content:encoded><![CDATA[<p>Great script, but two small additions from my side:</p>
<p>- there is a typo on line 151: it should read &#8220;&gt;&#8221; but in the code above the &#8220;&gt;&#8221; is in HTML markup &#8220;&gt;&#8221; which is not helpful when copy and pasting&#8230;</p>
<p>- you should definitely include a warning in the comments or even a check in the script itself that &#8220;zone statistics no;&#8221; has to be set in the bind9 config (on an old Debian etch system this parameter is in /etc/bind/named.conf.options). Otherwise the named.stats file contains separate statistics for all the zones on the name server and subsequently the awk part will find very strange numbers&#8230; (I don&#8217;t know though what the default setting was, so it might not be a problem for most people&#8230;)</p>
<p>But otherwise: Thank you very much for this plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.matejunkie.com/update-12-bind-check-plugin-for-nagios/comment-page-1/#comment-3716</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 19 May 2009 15:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.matejunkie.com/?p=935#comment-3716</guid>
		<description>Hi Gareth,

in my productive environment where I&#039;m using a BIND 9.5 server, it&#039;s just fine. How did you call the script exactly? It should be run for Bind 9.5 like the following since 9.4 is the default value: ./check_bind.sh -V 9.5
Furthermore is the Nagios user allowed via /etc/sudoers to run /usr/sbin/rndc stats? Please also check whether the rndc binary resides in /usr/sbin and not in a different directory. That may vary from one distribution to another. So it is for the named.stats file which is written by the rndc binary when one&#039;s calling &#039;rndc stats&#039;. You may also need to adjust those path variables and named.stats variable according to your distribution.

Hope this helps to get the plugin running. If not, you&#039;re welcome to provide more information, for example the output of an &quot;sh -x check_bind.sh -V 9.5&quot; via mail to mike@matejunkie.com or an example of your named.stats file. I&#039;ll try to provide more help then since it makes it a lot easier to debug.</description>
		<content:encoded><![CDATA[<p>Hi Gareth,</p>
<p>in my productive environment where I&#8217;m using a BIND 9.5 server, it&#8217;s just fine. How did you call the script exactly? It should be run for Bind 9.5 like the following since 9.4 is the default value: ./check_bind.sh -V 9.5<br />
Furthermore is the Nagios user allowed via /etc/sudoers to run /usr/sbin/rndc stats? Please also check whether the rndc binary resides in /usr/sbin and not in a different directory. That may vary from one distribution to another. So it is for the named.stats file which is written by the rndc binary when one&#8217;s calling &#8216;rndc stats&#8217;. You may also need to adjust those path variables and named.stats variable according to your distribution.</p>
<p>Hope this helps to get the plugin running. If not, you&#8217;re welcome to provide more information, for example the output of an &#8220;sh -x check_bind.sh -V 9.5&#8243; via mail to <a href="mailto:mike@matejunkie.com">mike@matejunkie.com</a> or an example of your named.stats file. I&#8217;ll try to provide more help then since it makes it a lot easier to debug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Fletcher</title>
		<link>http://www.matejunkie.com/update-12-bind-check-plugin-for-nagios/comment-page-1/#comment-3709</link>
		<dc:creator>Gareth Fletcher</dc:creator>
		<pubDate>Mon, 18 May 2009 03:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.matejunkie.com/?p=935#comment-3709</guid>
		<description>Hey hmm this still doesn&#039;t seem to work on my Bind 9.5 install, the perfdata is blank. Thanks for the plugin though</description>
		<content:encoded><![CDATA[<p>Hey hmm this still doesn&#8217;t seem to work on my Bind 9.5 install, the perfdata is blank. Thanks for the plugin though</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bind check plugin for Nagios &#124; Matejunkie</title>
		<link>http://www.matejunkie.com/update-12-bind-check-plugin-for-nagios/comment-page-1/#comment-3506</link>
		<dc:creator>Bind check plugin for Nagios &#124; Matejunkie</dc:creator>
		<pubDate>Sun, 03 May 2009 00:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.matejunkie.com/?p=935#comment-3506</guid>
		<description>[...] 05.03.09 Update 1.2: BIND Check Plugin for Nagios &#124; Matejunkie [...]</description>
		<content:encoded><![CDATA[<p>[...] 05.03.09 Update 1.2: BIND Check Plugin for Nagios | Matejunkie [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
