<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>My two ¢&#039;s &#187; Nagios</title>
	<atom:link href="http://www.linuxaddicted.de/blog/tag/nagios/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxaddicted.de/blog</link>
	<description>A Gentoo addict, linux admin and developer</description>
	<lastBuildDate>Wed, 31 Mar 2010 12:12:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>New Project: Django-powered Nagios configuration</title>
		<link>http://www.linuxaddicted.de/blog/2009/03/05/new-project-django-powered-nagios-configuration/</link>
		<comments>http://www.linuxaddicted.de/blog/2009/03/05/new-project-django-powered-nagios-configuration/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 14:11:32 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[Nagios]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.linuxaddicted.de/blog/?p=211</guid>
		<description><![CDATA[<p>It&#8217;s time for a new private project: The Django-powered Nagios configuration.</p> <p>The idea resulted in reading the book &#8220;Python Web Development with Django&#8221;. One of the authors describes one of his projects for internal use: a Nagios config manager and i think it&#8217;s a great idea. I just played around with the idea but <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.linuxaddicted.de/blog/2009/03/05/new-project-django-powered-nagios-configuration/">New Project: Django-powered Nagios configuration</a></span>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s time for a new private project: The Django-powered Nagios configuration.</p>
<p>The idea resulted in reading the book &#8220;Python Web Development with Django&#8221;. One of the authors describes one of his projects for internal use: a Nagios config manager and i think it&#8217;s a great idea. I just played around with the idea but it got pretty usable so far. It&#8217;s not in a production ready state but as soon as it may be usable to you i will release it. Here&#8217;s a development screenshot:</p>
<p><span id="more-211"></span></p>
<p style="text-align: center;">
<div id="attachment_212" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.linuxaddicted.de/blog/wp-content/uploads/2009/03/picture-6.png"><img class="size-medium wp-image-212" title="nagios_host_add" src="http://www.linuxaddicted.de/blog/wp-content/uploads/2009/03/picture-6-300x152.png" alt="Modify monitored host" width="300" height="152" /></a><p class="wp-caption-text">Modify monitored host</p></div>
<p>More informations to come&#8230; Stay tuned</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxaddicted.de/blog/2009/03/05/new-project-django-powered-nagios-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nagios Plugins</title>
		<link>http://www.linuxaddicted.de/blog/projects/nagios-plugins/</link>
		<comments>http://www.linuxaddicted.de/blog/projects/nagios-plugins/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 20:53:00 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nagios]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://blog.linuxaddicted.de/?page_id=65</guid>
		<description><![CDATA[<p>These are some of the Nagios plugins i wrote which may be useful for you. You may download them via http://www.nagiosexchange.org too. All plugins are released under GPLv2 license.</p> <p></p> check_imap_mailbox <p /> <p>Details</p> <p>This plugin monitors a given IMAP mailbox for new mail. When a new mail arrived a CRITICAL error will be <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.linuxaddicted.de/blog/projects/nagios-plugins/">Nagios Plugins</a></span>]]></description>
			<content:encoded><![CDATA[<p>These are some of the Nagios plugins i wrote which may be useful for you. You may download them via <a href="http://www.nagiosexchange.org">http://www.nagiosexchange.org</a> too. All plugins are released under GPLv2 license.</p>
<p><a name="check_imap_mailbox"></a></p>
<h3>check_imap_mailbox</h3>
<hr />
<p />
<p><strong>Details</strong></p>
<p>This plugin monitors a given IMAP mailbox for new mail. When a new mail arrived a CRITICAL error will be returned. No new mail(s) will result in OK</p>
<p><strong>Depencies</strong></p>
<ul>
<li>Mail::IMAPClient <a href="http://search.cpan.org/~djkernen/Mail-IMAPClient-2.2.9/IMAPClient.pod">from CPAN</a></li>
<li>Getopt::Long <a href="http://search.cpan.org/~jv/Getopt-Long-2.37/lib/Getopt/Long.pm">from CPAN</a></li>
</ul>
<p><strong>Usage</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">Usage: check_imap_mailbox <span style="color: #7a0874; font-weight: bold;">&#91;</span>PARAMETERS<span style="color: #7a0874; font-weight: bold;">&#93;</span>
&nbsp;
Parameters:
&nbsp;
  <span style="color: #660033;">--host</span>=<span style="color: #7a0874; font-weight: bold;">&#91;</span>HOSTNAME<span style="color: #7a0874; font-weight: bold;">&#93;</span>      : Name or IP address of IMAP server
  <span style="color: #660033;">--user</span>=<span style="color: #7a0874; font-weight: bold;">&#91;</span>USERNAME<span style="color: #7a0874; font-weight: bold;">&#93;</span>      : Username to connect with
  <span style="color: #660033;">--pass</span>=<span style="color: #7a0874; font-weight: bold;">&#91;</span>PASSWORD<span style="color: #7a0874; font-weight: bold;">&#93;</span>      : Password to connect with
  <span style="color: #660033;">--folder</span>=<span style="color: #7a0874; font-weight: bold;">&#91;</span>IMAP FOLDER<span style="color: #7a0874; font-weight: bold;">&#93;</span> : The IMAP folder to check</pre></div></div>

<p><strong>Download latest version: </strong><center><a href="http://www.linuxaddicted.de/blog/downloads/check_imap_mailbox.gz"><img src="http://www.linuxaddicted.de/blog/wp-content/plugins/download-monitor/img/download.gif" /></a><br />check_imap_mailbox / version 0.1 / size 1.25 kB / dlcount 407</center></p>
<p><a name="check_jk_status"></a></p>
<h3>check_jk_status</h3>
<hr />
<p />
<p><strong>Details</strong></p>
<p>Check the current status of a given JK loadbalancer. The status is fetched from the management URL (jkstatus). The plugin returns CRITICAL as soon as a cluster node has failed.</p>
<p><strong>Depencies</strong></p>
<ul>
<li>XML::Simple <a href="http://search.cpan.org/~grantm/XML-Simple-2.18/lib/XML/Simple.pm">from CPAN</a></li>
<li>Getopt::Long <a href="http://search.cpan.org/~jv/Getopt-Long-2.37/lib/Getopt/Long.pm">from CPAN</a></li>
<li>wget <a href="http://www.gnu.org/software/wget/">from gnu.org</a></li>
</ul>
<p><strong>Usage</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">Usage: check_jk_status <span style="color: #7a0874; font-weight: bold;">&#91;</span>PARAMETERS<span style="color: #7a0874; font-weight: bold;">&#93;</span>
&nbsp;
Parameters:
  <span style="color: #660033;">--host</span>=<span style="color: #7a0874; font-weight: bold;">&#91;</span>HOSTNAME<span style="color: #7a0874; font-weight: bold;">&#93;</span>        : Name or IP address of JK management interface
  <span style="color: #660033;">--balancer</span>=<span style="color: #7a0874; font-weight: bold;">&#91;</span>JK BALANCER<span style="color: #7a0874; font-weight: bold;">&#93;</span> : Name of the JK balancer</pre></div></div>

<p><strong>Download latest version: </strong> <center><a href="http://www.linuxaddicted.de/blog/downloads/check_jk_status.gz"><img src="http://www.linuxaddicted.de/blog/wp-content/plugins/download-monitor/img/download.gif" /></a><br />check_jk_status / version 0.1 / size 1.72 kB / dlcount 319</center></p>
<p><a name="check_foundry_ports"></a></p>
<h3>check_foundry_ports</h3>
<hr />
<p />
<p><strong>Details</strong></p>
<p>Compare the port status of Foundry switches against a given list and returns CRITICAL if any of the ports has status different from the defined value. May indicate that a switch/server failed or a new unauthorized connection took place.</p>
<p><strong>Depencies</strong></p>
<ul>
<li>Getopt::Long <a href="http://search.cpan.org/~jv/Getopt-Long-2.37/lib/Getopt/Long.pm">from CPAN</a></li>
<li>snmpget <a href="http://net-snmp.sourceforge.net/">from net-snmp.sourceforge.net</a></li>
</ul>
<p><strong>Usage</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">Usage: check_foundry_ports <span style="color: #7a0874; font-weight: bold;">&#91;</span>PARAMETERS<span style="color: #7a0874; font-weight: bold;">&#93;</span>
&nbsp;
Parameters:
	    <span style="color: #660033;">--host</span>=<span style="color: #7a0874; font-weight: bold;">&#91;</span>HOSTNAME<span style="color: #7a0874; font-weight: bold;">&#93;</span>            : Hostname or IP-Address of Foundry device
	    <span style="color: #660033;">--community</span>=<span style="color: #7a0874; font-weight: bold;">&#91;</span>SNMP COMMUNITY<span style="color: #7a0874; font-weight: bold;">&#93;</span> : SNMP community string
	    <span style="color: #660033;">--port</span>=<span style="color: #7a0874; font-weight: bold;">&#91;</span>INTERFACE NR<span style="color: #7a0874; font-weight: bold;">&#93;</span>        : The interface number to check <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">1</span>,<span style="color: #000000;">2</span>,<span style="color: #000000;">3</span>,<span style="color: #000000;">22</span>,...<span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></div></div>

<p><strong>Download latest version: </strong><center><a href="http://www.linuxaddicted.de/blog/downloads/check_foundry_ports.gz"><img src="http://www.linuxaddicted.de/blog/wp-content/plugins/download-monitor/img/download.gif" /></a><br />check_foundry_ports / version 0.9 / size 1.91 kB / dlcount 250</center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxaddicted.de/blog/projects/nagios-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

