<?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: MySql Performance Monitoring with Nagios or op5 Monitor</title>
	<atom:link href="http://www.it-slav.net/blogs/2009/04/06/mysql-performance-monitoring-with-nagios-or-op5-monitor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.it-slav.net/blogs/2009/04/06/mysql-performance-monitoring-with-nagios-or-op5-monitor/</link>
	<description>Another Blog from a Geek that has no life</description>
	<lastBuildDate>Mon, 30 Jan 2012 11:58:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: peter</title>
		<link>http://www.it-slav.net/blogs/2009/04/06/mysql-performance-monitoring-with-nagios-or-op5-monitor/comment-page-1/#comment-7173</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Mon, 16 May 2011 09:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-slav.net/blogs/?p=933#comment-7173</guid>
		<description>I run the following script to optimize my tables:
#!/bin/sh
#Script that optimize all databases in mysql
for I in `mysql -s -B -e &#039;show databases;&#039;`
do 
  echo Will clean:$I
  mysqlcheck -o $I
done</description>
		<content:encoded><![CDATA[<p>I run the following script to optimize my tables:<br />
#!/bin/sh<br />
#Script that optimize all databases in mysql<br />
for I in `mysql -s -B -e &#8216;show databases;&#8217;`<br />
do<br />
  echo Will clean:$I<br />
  mysqlcheck -o $I<br />
done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mashary</title>
		<link>http://www.it-slav.net/blogs/2009/04/06/mysql-performance-monitoring-with-nagios-or-op5-monitor/comment-page-1/#comment-7172</link>
		<dc:creator>mashary</dc:creator>
		<pubDate>Mon, 16 May 2011 09:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-slav.net/blogs/?p=933#comment-7172</guid>
		<description>this is great article, work fine for me!!!

btw any tool to automatic optimize table? 

thanks</description>
		<content:encoded><![CDATA[<p>this is great article, work fine for me!!!</p>
<p>btw any tool to automatic optimize table? </p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norbert</title>
		<link>http://www.it-slav.net/blogs/2009/04/06/mysql-performance-monitoring-with-nagios-or-op5-monitor/comment-page-1/#comment-7144</link>
		<dc:creator>Norbert</dc:creator>
		<pubDate>Mon, 11 Apr 2011 08:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-slav.net/blogs/?p=933#comment-7144</guid>
		<description>Okay, I found another blog post with information that worked for me:
http://kedar.nitty-witty.com/blog/10-steps-mysql-monitoring-nagios-installation-configuration
I could add what you add to services.cfg to mysqlmonitoring.cfg and that worked.</description>
		<content:encoded><![CDATA[<p>Okay, I found another blog post with information that worked for me:<br />
<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><br />
I could add what you add to services.cfg to mysqlmonitoring.cfg and that worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norbert</title>
		<link>http://www.it-slav.net/blogs/2009/04/06/mysql-performance-monitoring-with-nagios-or-op5-monitor/comment-page-1/#comment-7143</link>
		<dc:creator>Norbert</dc:creator>
		<pubDate>Mon, 11 Apr 2011 08:43:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-slav.net/blogs/?p=933#comment-7143</guid>
		<description>Peter, your last comment to this blog post appears to say that your original post contains an error related to service MySQL keycache-hitrate. I suggest you update the blog post to fix this issue, because not everyone will be reading these comments below the blog post.

Also, I have a question. I&#039;m using Nagios and it is unclear to me where exactly the files checkcommands.cfg, servicegroups.cfg and services.cfg should be added. Should they be in /usr/local/nagios/etc/ or /usr/local/nagios/etc/objects/? And if so, will Nagios autodetect them or will I need to call the .cfg files in another script somewhere?</description>
		<content:encoded><![CDATA[<p>Peter, your last comment to this blog post appears to say that your original post contains an error related to service MySQL keycache-hitrate. I suggest you update the blog post to fix this issue, because not everyone will be reading these comments below the blog post.</p>
<p>Also, I have a question. I&#8217;m using Nagios and it is unclear to me where exactly the files checkcommands.cfg, servicegroups.cfg and services.cfg should be added. Should they be in /usr/local/nagios/etc/ or /usr/local/nagios/etc/objects/? And if so, will Nagios autodetect them or will I need to call the .cfg files in another script somewhere?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.it-slav.net/blogs/2009/04/06/mysql-performance-monitoring-with-nagios-or-op5-monitor/comment-page-1/#comment-101</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Sat, 18 Apr 2009 20:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-slav.net/blogs/?p=933#comment-101</guid>
		<description>You are right!
So it should look like this instead:
# service &#039;MySQL keycache-hitrate&#039;
 define service{
 use                            default-service
 host_name                      lala
 service_description            MySQL keycache-hitrate
 check_command                  check_mysql_health!nagios!XXXX!keycache-hitrate
 servicegroups                  mysql
 contact_groups                 it-slav_msn,it-slav_mail,call_it-slav
 }</description>
		<content:encoded><![CDATA[<p>You are right!<br />
So it should look like this instead:<br />
# service &#8216;MySQL keycache-hitrate&#8217;<br />
 define service{<br />
 use                            default-service<br />
 host_name                      lala<br />
 service_description            MySQL keycache-hitrate<br />
 check_command                  check_mysql_health!nagios!XXXX!keycache-hitrate<br />
 servicegroups                  mysql<br />
 contact_groups                 it-slav_msn,it-slav_mail,call_it-slav<br />
 }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerhard Lausser</title>
		<link>http://www.it-slav.net/blogs/2009/04/06/mysql-performance-monitoring-with-nagios-or-op5-monitor/comment-page-1/#comment-102</link>
		<dc:creator>Gerhard Lausser</dc:creator>
		<pubDate>Sat, 18 Apr 2009 08:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-slav.net/blogs/?p=933#comment-102</guid>
		<description>Hi,
you forgot $ARG1$ in service &quot;MySQL keycache-hitrate&quot;.
I know, i know, i should write an english translation, but had been either too lazy or either too busy. Mostly the latter :-(  I hope, the command line parameters and the examples are self-explaining enough. We have a website-redesign in summer and you will get an english version, promised.
Gerhard</description>
		<content:encoded><![CDATA[<p>Hi,<br />
you forgot $ARG1$ in service &#8220;MySQL keycache-hitrate&#8221;.<br />
I know, i know, i should write an english translation, but had been either too lazy or either too busy. Mostly the latter <img src='http://www.it-slav.net/blogs/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />   I hope, the command line parameters and the examples are self-explaining enough. We have a website-redesign in summer and you will get an english version, promised.<br />
Gerhard</p>
]]></content:encoded>
	</item>
</channel>
</rss>

