<?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>Fosiul.com &#187; Nagios Script</title>
	<atom:link href="http://www.fosiul.com/index.php/category/linux/nagios-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fosiul.com</link>
	<description>Dedicated To Linux</description>
	<lastBuildDate>Wed, 21 Dec 2011 11:26:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Nagios script to monitor memory uses</title>
		<link>http://www.fosiul.com/index.php/2010/06/nagios-script-to-monitor-memory-uses-2/</link>
		<comments>http://www.fosiul.com/index.php/2010/06/nagios-script-to-monitor-memory-uses-2/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 14:11:24 +0000</pubDate>
		<dc:creator>Fosiul</dc:creator>
				<category><![CDATA[Bash Script]]></category>
		<category><![CDATA[Nagios Script]]></category>

		<guid isPermaLink="false">http://www.fosiul.com/?p=1264</guid>
		<description><![CDATA[#!/bin/bash &#160; #Version 1.0 ####################################### #Nagios scrept to check memory status## #Commands : free -m##################### ####################################### &#160; &#160; #Status check for nagios script &#160; STATE_OK=0 STATE_WARNING=1 STATE_CRITICAL=2 STATE_UNKNOWN=3 STATE_DEPENDENT=4 &#160; &#160; #Define All the variables for commands &#160; declare -rx SCRIPT=${0##*/} declare -rx CMD_AWK=&#34;/bin/awk&#34; declare -rx CMD_CAT=&#34;/bin/cat&#34; declare -rx CMD_FREE=&#34;/usr/bin/free&#34; #####Section 1.1 :Definning function for [...]]]></description>
		<wfw:commentRss>http://www.fosiul.com/index.php/2010/06/nagios-script-to-monitor-memory-uses-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nagios script to monitor memory uses</title>
		<link>http://www.fosiul.com/index.php/2010/04/nagios-script-to-monitor-memory-uses/</link>
		<comments>http://www.fosiul.com/index.php/2010/04/nagios-script-to-monitor-memory-uses/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 08:39:19 +0000</pubDate>
		<dc:creator>Fosiul</dc:creator>
				<category><![CDATA[Bash Script]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nagios Script]]></category>

		<guid isPermaLink="false">http://www.fosiul.com/?p=1028</guid>
		<description><![CDATA[Purpose: ########################################### Develop a nagios script, which will monitor Linux memory uses. ########################################### This script will check following : ############################################# #1.If free memory is more then the defined memory as free: Status Done #2.If System is using swap memory : Status:Done ############################################## #!/bin/bash &#160; #Version 1.0 ####################################### #Nagios scrept to check memory status## #Commands : [...]]]></description>
		<wfw:commentRss>http://www.fosiul.com/index.php/2010/04/nagios-script-to-monitor-memory-uses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

