<?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: check_mysql_health</title>
	<atom:link href="http://labs.consol.de/lang/de/nagios/check_mysql_health/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.consol.de</link>
	<description>Open Source by ConSol*</description>
	<lastBuildDate>Fri, 30 Dec 2011 21:13:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ian Struthers</title>
		<link>http://labs.consol.de/lang/de/nagios/check_mysql_health/comment-page-1/#comment-20275</link>
		<dc:creator>Ian Struthers</dc:creator>
		<pubDate>Wed, 13 Apr 2011 10:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://labs.consol.de/?page_id=37#comment-20275</guid>
		<description>&lt;p&gt;&lt;a href=&quot;#comment-20210&quot; rel=&quot;nofollow&quot;&gt;@Ian Struthers&lt;/a&gt;, Sorry - this was entirely my fault!
I&#039;d coded commands.cfg line as
define command{
        command_name    check_mysql_uptime
        command_line    $USER1$/check_mysql_health --hostname $HOSTADDRESS --user $ARG1$ --password $ARG2$ --mode $ARG3$
        }&lt;/p&gt;

&lt;p&gt;missing the trailing $ off $HOSTADDRESS$&lt;/p&gt;

&lt;p&gt;Debug tip: temporarily added the following line to check_mysql_health plugin
print &quot;Called with host=X$commandline{hostname}X user=X$commandline{username}X pass=X$commandline{password}X mode=X$commandline{mode}X &#092;n&quot;;
just before check on commandline{mode) at line 3535 and this displayed on GUI
&quot;Called with host=X--userX user=XX pass=X$X mode=X$X&quot;
which was the hint I needed.&lt;/p&gt;

&lt;p&gt;Thanks for an excellent plugin!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><a href="#comment-20210" rel="nofollow">@Ian Struthers</a>, Sorry &#8211; this was entirely my fault!
I&#8217;d coded commands.cfg line as
define command{
        command_name    check_mysql_uptime
        command_line    $USER1$/check_mysql_health &#8211;hostname $HOSTADDRESS &#8211;user $ARG1$ &#8211;password $ARG2$ &#8211;mode $ARG3$
        }</p>

<p>missing the trailing $ off $HOSTADDRESS$</p>

<p>Debug tip: temporarily added the following line to check_mysql_health plugin
print &#8220;Called with host=X$commandline{hostname}X user=X$commandline{username}X pass=X$commandline{password}X mode=X$commandline{mode}X &#092;n&#8221;;
just before check on commandline{mode) at line 3535 and this displayed on GUI
&#8220;Called with host=X&#8211;userX user=XX pass=X$X mode=X$X&#8221;
which was the hint I needed.</p>

<p>Thanks for an excellent plugin!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: lausser</title>
		<link>http://labs.consol.de/lang/de/nagios/check_mysql_health/comment-page-1/#comment-20221</link>
		<dc:creator>lausser</dc:creator>
		<pubDate>Tue, 12 Apr 2011 17:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://labs.consol.de/?page_id=37#comment-20221</guid>
		<description>&lt;p&gt;Das Korrekturrelese liegt seit Wichen hier rum, hab&#039; vergessen, es hochzuladen. Mit der 2.1.5.1 sollte es klappen&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Das Korrekturrelese liegt seit Wichen hier rum, hab&#8217; vergessen, es hochzuladen. Mit der 2.1.5.1 sollte es klappen</p>]]></content:encoded>
	</item>
	<item>
		<title>By: gsnerf</title>
		<link>http://labs.consol.de/lang/de/nagios/check_mysql_health/comment-page-1/#comment-20214</link>
		<dc:creator>gsnerf</dc:creator>
		<pubDate>Tue, 12 Apr 2011 15:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://labs.consol.de/?page_id=37#comment-20214</guid>
		<description>&lt;p&gt;Hallo,&lt;/p&gt;

&lt;p&gt;zunächst einmal vielen Dank für dieses großartige Plugin :)&lt;/p&gt;

&lt;p&gt;Ich muss aber zugeben, dass ich ein paar kleine Probleme mit dem sql mode habe. Ich habe Version 2.1.5 des Plugins mit einem MySQL Server 5.1 im Betrieb. Wenn ich das folgende Teststament aufrufe funktioniert zunächst alles Prima:
./check_mysql_health --username nagios --password XXXXX --mode sql --name &quot;select count(&lt;em&gt;) from information_schema.schemata&quot;
OK - select count(&lt;/em&gt;) from information_schema.schemata: 1 &#124; &#039;select&#039;=1;1;5&lt;/p&gt;

&lt;p&gt;nun wollte ich per --name2 einen namen vergeben wie in der doku beschrieben, erhalte aber einen Fehler:
./check_mysql_health --username nagios --password XXXXX --mode sql --name &quot;select count(*) from information_schema.schemata&quot; --name2 myval
CRITICAL - output 1 not found&lt;/p&gt;

&lt;p&gt;Was mache ich an der Stelle falsch?&lt;/p&gt;

&lt;p&gt;PS: mir ist durchaus bewusst, dass die Abfrage inhaltlich keinen Sinn ergibt, es geht mir hierbei zunächst nur darum den modus zu testen und verstehen :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hallo,</p>

<p>zunächst einmal vielen Dank für dieses großartige Plugin :)</p>

<p>Ich muss aber zugeben, dass ich ein paar kleine Probleme mit dem sql mode habe. Ich habe Version 2.1.5 des Plugins mit einem MySQL Server 5.1 im Betrieb. Wenn ich das folgende Teststament aufrufe funktioniert zunächst alles Prima:
./check_mysql_health &#8211;username nagios &#8211;password XXXXX &#8211;mode sql &#8211;name &#8220;select count(<em>) from information_schema.schemata&#8221;
OK &#8211; select count(</em>) from information_schema.schemata: 1 | &#8216;select&#8217;=1;1;5</p>

<p>nun wollte ich per &#8211;name2 einen namen vergeben wie in der doku beschrieben, erhalte aber einen Fehler:
./check_mysql_health &#8211;username nagios &#8211;password XXXXX &#8211;mode sql &#8211;name &#8220;select count(*) from information_schema.schemata&#8221; &#8211;name2 myval
CRITICAL &#8211; output 1 not found</p>

<p>Was mache ich an der Stelle falsch?</p>

<p>PS: mir ist durchaus bewusst, dass die Abfrage inhaltlich keinen Sinn ergibt, es geht mir hierbei zunächst nur darum den modus zu testen und verstehen :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Struthers</title>
		<link>http://labs.consol.de/lang/de/nagios/check_mysql_health/comment-page-1/#comment-20210</link>
		<dc:creator>Ian Struthers</dc:creator>
		<pubDate>Tue, 12 Apr 2011 14:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://labs.consol.de/?page_id=37#comment-20210</guid>
		<description>&lt;p&gt;Hi - re Andre Kapp&#039;s post 11:19 22Mar2011
I&#039;ve just installed check_mysql_health plugin on Fedora / Nagios 2.0b3 with remote MySQL 5.1.3&lt;/p&gt;

&lt;p&gt;I get exact same problem - the plugin works fine from the command line, but fails when running as a service check in Nagios.&lt;/p&gt;

&lt;p&gt;$ /usr/local/nagios/libexec/check_mysql_health -H x.x.x.x --user nagios --password **** -mode uptime
OK - database is up since 981 minutes &#124; uptime=58898s&lt;/p&gt;

&lt;p&gt;but in Nagios GUI&lt;/p&gt;

&lt;p&gt;UNKNOWN - mode uptime$&lt;/p&gt;

&lt;p&gt;Its like the mode parameter is being processed by the plugin as $ instead of uptime
Does anyone know what the fix is for this?&lt;/p&gt;

&lt;p&gt;Thanks, Ian&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi &#8211; re Andre Kapp&#8217;s post 11:19 22Mar2011
I&#8217;ve just installed check_mysql_health plugin on Fedora / Nagios 2.0b3 with remote MySQL 5.1.3</p>

<p>I get exact same problem &#8211; the plugin works fine from the command line, but fails when running as a service check in Nagios.</p>

<p>$ /usr/local/nagios/libexec/check_mysql_health -H x.x.x.x &#8211;user nagios &#8211;password **** -mode uptime
OK &#8211; database is up since 981 minutes | uptime=58898s</p>

<p>but in Nagios GUI</p>

<p>UNKNOWN &#8211; mode uptime$</p>

<p>Its like the mode parameter is being processed by the plugin as $ instead of uptime
Does anyone know what the fix is for this?</p>

<p>Thanks, Ian</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Norbert</title>
		<link>http://labs.consol.de/lang/de/nagios/check_mysql_health/comment-page-1/#comment-20098</link>
		<dc:creator>Norbert</dc:creator>
		<pubDate>Mon, 11 Apr 2011 08:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://labs.consol.de/?page_id=37#comment-20098</guid>
		<description>&lt;p&gt;Another useful webpage for Nagios users:
http://kedar.nitty-witty.com/blog/10-steps-mysql-monitoring-nagios-installation-configuration&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Another useful webpage for Nagios users:
<a href="http://kedar.nitty-witty.com/blog/10-steps-mysql-monitoring-nagios-installation-configuration" rel="nofollow">http://kedar.nitty-witty.com/blog/10-steps-mysql-monitoring-nagios-installation-configuration</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Norbert</title>
		<link>http://labs.consol.de/lang/de/nagios/check_mysql_health/comment-page-1/#comment-20096</link>
		<dc:creator>Norbert</dc:creator>
		<pubDate>Mon, 11 Apr 2011 08:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://labs.consol.de/?page_id=37#comment-20096</guid>
		<description>&lt;p&gt;The &quot;Installation&quot; section on this page could use some extra information. Also, may add a couple of links to that section, to other webpages that explain how to use check_mysql_health with Nagios. Like:
http://www.it-slav.net/blogs/2009/04/06/mysql-performance-monitoring-with-nagios-or-op5-monitor/&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The &#8220;Installation&#8221; section on this page could use some extra information. Also, may add a couple of links to that section, to other webpages that explain how to use check_mysql_health with Nagios. Like:
<a href="http://www.it-slav.net/blogs/2009/04/06/mysql-performance-monitoring-with-nagios-or-op5-monitor/" rel="nofollow">http://www.it-slav.net/blogs/2009/04/06/mysql-performance-monitoring-with-nagios-or-op5-monitor/</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: lausser</title>
		<link>http://labs.consol.de/lang/de/nagios/check_mysql_health/comment-page-1/#comment-19780</link>
		<dc:creator>lausser</dc:creator>
		<pubDate>Thu, 07 Apr 2011 22:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://labs.consol.de/?page_id=37#comment-19780</guid>
		<description>&lt;p&gt;As long as you don&#039;t provide details (execute the sql statement behind index-usega manually, creating a tracefile etc., 0.09% is perfectly correct)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>As long as you don&#8217;t provide details (execute the sql statement behind index-usega manually, creating a tracefile etc., 0.09% is perfectly correct)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: MrCleanX</title>
		<link>http://labs.consol.de/lang/de/nagios/check_mysql_health/comment-page-1/#comment-19778</link>
		<dc:creator>MrCleanX</dc:creator>
		<pubDate>Thu, 07 Apr 2011 21:46:17 +0000</pubDate>
		<guid isPermaLink="false">http://labs.consol.de/?page_id=37#comment-19778</guid>
		<description>&lt;p&gt;CRITICAL - index usage  0.09% &#124; index_usage=0.09%;90:;80: index_usage_now=0.00%&lt;/p&gt;

&lt;p&gt;Critical at 0.09% doesn&#039;t seem right.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>CRITICAL &#8211; index usage  0.09% | index_usage=0.09%;90:;80: index_usage_now=0.00%</p>

<p>Critical at 0.09% doesn&#8217;t seem right.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: lausser</title>
		<link>http://labs.consol.de/lang/de/nagios/check_mysql_health/comment-page-1/#comment-19734</link>
		<dc:creator>lausser</dc:creator>
		<pubDate>Thu, 07 Apr 2011 10:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://labs.consol.de/?page_id=37#comment-19734</guid>
		<description>&lt;p&gt;Wenn das Plugin mit &#039;--method mysql&#039; aufgerufen wird, ja. Denn dann werden die SQL-Statements erst an das mysql-Binray übergeben und von diesem an den DB-Server. mysql ist Bestandteil des client-RPMs. Alternativ (&#039;--method dbi&#039; oder gar kein --method) braucht man ein perl-DBD-mysql, dann läuft die Kommunikation zwischen Plugin und DB-Server über ein Perl-Modul.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Wenn das Plugin mit &#8216;&#8211;method mysql&#8217; aufgerufen wird, ja. Denn dann werden die SQL-Statements erst an das mysql-Binray übergeben und von diesem an den DB-Server. mysql ist Bestandteil des client-RPMs. Alternativ (&#8216;&#8211;method dbi&#8217; oder gar kein &#8211;method) braucht man ein perl-DBD-mysql, dann läuft die Kommunikation zwischen Plugin und DB-Server über ein Perl-Modul.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: tbrinkmann</title>
		<link>http://labs.consol.de/lang/de/nagios/check_mysql_health/comment-page-1/#comment-19723</link>
		<dc:creator>tbrinkmann</dc:creator>
		<pubDate>Thu, 07 Apr 2011 09:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://labs.consol.de/?page_id=37#comment-19723</guid>
		<description>&lt;p&gt;Hi....
ist der mysql-community-server-client auch notwendig wenn auf dem Nagios Serversystem ein MySQL Server läuft ?&lt;/p&gt;

&lt;p&gt;Danke 
*T&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi&#8230;.
ist der mysql-community-server-client auch notwendig wenn auf dem Nagios Serversystem ein MySQL Server läuft ?</p>

<p>Danke 
*T</p>]]></content:encoded>
	</item>
</channel>
</rss>

