<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>MySQL-dump - Monitoring and Merlin</title>
    <link>http://mysqldump.azundris.com/</link>
    <description>my life with MySQL</description>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:mysqldump@mysqldump.azundris.com" />
    <generator>Serendipity 1.2-beta2 - http://www.s9y.org/</generator>
    
    <image>
        <url>http://mysqldump.azundris.com/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: MySQL-dump - Monitoring and Merlin - my life with MySQL</title>
        <link>http://mysqldump.azundris.com/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Monitoring MySQL</title>
    <link>http://mysqldump.azundris.com/archives/68-Monitoring-MySQL.html</link>
            <category>Monitoring and Merlin</category>
    
    <comments>http://mysqldump.azundris.com/archives/68-Monitoring-MySQL.html#comments</comments>
    <wfw:comment>http://mysqldump.azundris.com/wfwcomment.php?cid=68</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://mysqldump.azundris.com/rss.php?version=2.0&amp;type=comments&amp;cid=68</wfw:commentRss>
    

    <author>kris@koehntopp.de (Kristian Köhntopp)</author>
    <content:encoded>
    &lt;div class=&quot;serendipity_imageComment_right&quot; style=&quot;width: 450px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://mysqldump.azundris.com/uploads/monitoring_mysql_slides_en.pdf&#039;&gt;&lt;!-- s9ymdb:26 --&gt;&lt;img width=&#039;450&#039; height=&#039;337&#039;  src=&quot;http://mysqldump.azundris.com/uploads/monitoring_mysql_slides_en.png&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;Slides (PDF, 402K)&lt;/div&gt;&lt;/div&gt; These are the slides for my talk &quot;Monitoring MySQL&quot; at the MySQL Users Conference and Expo 2007 from yesterday.&lt;br /&gt;
&lt;br /&gt;
I tried to reproduce my talk as a written text, but what I attach below is somewhat more and at the same time less than what I was actually saying yesterday.&lt;br /&gt;
&lt;br /&gt; &lt;br /&gt;&lt;a href=&quot;http://mysqldump.azundris.com/archives/68-Monitoring-MySQL.html#extended&quot;&gt;Continue reading &quot;Monitoring MySQL&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 26 Apr 2007 16:50:54 +0200</pubDate>
    <guid isPermaLink="false">http://mysqldump.azundris.com/archives/68-guid.html</guid>
    
</item>
<item>
    <title>Sysadmins Nightly Mental Pain (SNMP)</title>
    <link>http://mysqldump.azundris.com/archives/63-Sysadmins-Nightly-Mental-Pain-SNMP.html</link>
            <category>Monitoring and Merlin</category>
    
    <comments>http://mysqldump.azundris.com/archives/63-Sysadmins-Nightly-Mental-Pain-SNMP.html#comments</comments>
    <wfw:comment>http://mysqldump.azundris.com/wfwcomment.php?cid=63</wfw:comment>

    <slash:comments>5</slash:comments>
    <wfw:commentRss>http://mysqldump.azundris.com/rss.php?version=2.0&amp;type=comments&amp;cid=63</wfw:commentRss>
    

    <author>kris@koehntopp.de (Kristian Köhntopp)</author>
    <content:encoded>
    &lt;a class=&#039;serendipity_image_link&#039; href=&quot;http://mysqldump.azundris.com/exit.php?url_id=558&amp;amp;entry_id=63&quot; title=&quot;http://www.geekpeitsche.de&quot;  onmouseover=&quot;window.status=&#039;http://www.geekpeitsche.de&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;&lt;!--s9ymdb:19--&gt;&lt;img width=&#039;110&#039; height=&#039;83&#039; style=&quot;float: right; border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://mysqldump.azundris.com/uploads/geekpeitsche.serendipityThumb.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt; Dear Diary, today I ventured into one of the darkest realms of the sysadmin profession: I started playing with SNMP. My goal was very simple and quite clearly stated: Make the output of &quot;SHOW GLOBAL STATUS&quot; available to a SNMP client. One would think that this is a reasonable and easily fulfilled wish.&lt;br /&gt;
&lt;br /&gt;
Little did I know of the madness and despair that linger in the depths which are guarded by the dread named ASN.1 and where the noxious fumes of the organisation no longer called CCITT can still strongly be smelled.&lt;br /&gt;
&lt;br /&gt;
But let us begin this story at the beginning - with a clean install of Suse Linux 10.0 and my trusty apt4rpm and me. It was my thought that the perl support of net-snmp might me handy to get me where I wanted to me: perl is easily the more convenient language for prototyping that C or C++ and getting to the data source using perl-DBI would be pretty easy. So &quot;apt install net-snmp net-snmp-devel perl-SNMP&quot; it was. So with my spirits high and a song on my iPod I ventured out into the documentation...&lt;br /&gt;
&lt;br /&gt; &lt;br /&gt;&lt;a href=&quot;http://mysqldump.azundris.com/archives/63-Sysadmins-Nightly-Mental-Pain-SNMP.html#extended&quot;&gt;Continue reading &quot;Sysadmins Nightly Mental Pain (SNMP)&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 27 Oct 2006 21:07:23 +0200</pubDate>
    <guid isPermaLink="false">http://mysqldump.azundris.com/archives/63-guid.html</guid>
    
</item>

</channel>
</rss>