<?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: Writing Custom Nagios Plugins with Python</title>
	<atom:link href="http://www.linux-mag.com/id/7706/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linux-mag.com/id/7706/</link>
	<description>Open Source, Open Standards</description>
	<lastBuildDate>Sat, 05 Oct 2013 13:48:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Daniel</title>
		<link>http://www.linux-mag.com/id/7706/#comment-1234389</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 20 Sep 2013 11:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7706/#comment-1234389</guid>
		<description>Great work thank you!!</description>
		<content:encoded><![CDATA[<p>Great work thank you!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nyla Delanuez</title>
		<link>http://www.linux-mag.com/id/7706/#comment-865413</link>
		<dc:creator>Nyla Delanuez</dc:creator>
		<pubDate>Fri, 12 Apr 2013 03:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7706/#comment-865413</guid>
		<description>building websites is easy if you have access to HTML WYSIWIG editors.`

Kindly visit our own blog too
&lt;=&quot;http://www.caramoan.ph/caramoan-hunongan-cove/</description>
		<content:encoded><![CDATA[<p>building websites is easy if you have access to HTML WYSIWIG editors.`</p>
<p>Kindly visit our own blog too<br />
&lt;=&quot;<a href="http://www.caramoan.ph/caramoan-hunongan-cove/" rel="nofollow">http://www.caramoan.ph/caramoan-hunongan-cove/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janette Ragus</title>
		<link>http://www.linux-mag.com/id/7706/#comment-856121</link>
		<dc:creator>Janette Ragus</dc:creator>
		<pubDate>Mon, 08 Apr 2013 13:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7706/#comment-856121</guid>
		<description>The first thing you need to do before anything else is to get yourself a domain name. A domain name is the name you want to give to your website. For example, the domain name of the website you&#039;re reading is &quot;thesitewizard.com&quot;. To get a domain name, you have to pay an annual fee to a registrar for the right to use that name. Getting a name does not get you a website or anything like that. It&#039;s just a name. It&#039;s sort of like registering a business name in the brick-and-mortar world; having that business name does not mean that you also have the shop premises to go with the name.-

Latest write-up produced by our very own blog site
&lt;&quot;,http://www.prettygoddess.com/</description>
		<content:encoded><![CDATA[<p>The first thing you need to do before anything else is to get yourself a domain name. A domain name is the name you want to give to your website. For example, the domain name of the website you&#8217;re reading is &#8220;thesitewizard.com&#8221;. To get a domain name, you have to pay an annual fee to a registrar for the right to use that name. Getting a name does not get you a website or anything like that. It&#8217;s just a name. It&#8217;s sort of like registering a business name in the brick-and-mortar world; having that business name does not mean that you also have the shop premises to go with the name.-</p>
<p>Latest write-up produced by our very own blog site<br />
&lt;&quot;,<a href="http://www.prettygoddess.com/" rel="nofollow">http://www.prettygoddess.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: money in the internet</title>
		<link>http://www.linux-mag.com/id/7706/#comment-94035</link>
		<dc:creator>money in the internet</dc:creator>
		<pubDate>Fri, 23 Dec 2011 04:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7706/#comment-94035</guid>
		<description>I was recommended this blog via my cousin. I am now not sure whether or not this submit is written through him as no one else recognize such exact about my trouble. You&#039;re wonderful! Thanks!</description>
		<content:encoded><![CDATA[<p>I was recommended this blog via my cousin. I am now not sure whether or not this submit is written through him as no one else recognize such exact about my trouble. You&#8217;re wonderful! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jpiezo</title>
		<link>http://www.linux-mag.com/id/7706/#comment-7884</link>
		<dc:creator>jpiezo</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7706/#comment-7884</guid>
		<description>&lt;p&gt;This is a great article touching the surface of writing a plugin for Nagios. However, it is very important to read the Nagios plugin guide to understand what is supposed to be in a good plugin. One should be able to type &lt;plugin name&gt; -h and get some rudimentary help context. The metrics to be checked should not ever be in the plugin itself, but rather be an argument in the command line structure.&lt;/p&gt;
&lt;p&gt;Overall, this subject could be allocated two plus pages to really get to the guts of the vital details both for writing a decent (still simple) nagios plugin and using python.&lt;/p&gt;
&lt;p&gt;Jon Levin
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This is a great article touching the surface of writing a plugin for Nagios. However, it is very important to read the Nagios plugin guide to understand what is supposed to be in a good plugin. One should be able to type &lt;plugin name&gt; -h and get some rudimentary help context. The metrics to be checked should not ever be in the plugin itself, but rather be an argument in the command line structure.</p>
<p>Overall, this subject could be allocated two plus pages to really get to the guts of the vital details both for writing a decent (still simple) nagios plugin and using python.</p>
<p>Jon Levin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jpiezo</title>
		<link>http://www.linux-mag.com/id/7706/#comment-7885</link>
		<dc:creator>jpiezo</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7706/#comment-7885</guid>
		<description>&lt;br /&gt;
</description>
		<content:encoded><![CDATA[<p></p>
]]></content:encoded>
	</item>
</channel>
</rss>