<?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; Bash Script</title>
	<atom:link href="http://www.fosiul.com/index.php/category/linux/bash-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 check dns servers status</title>
		<link>http://www.fosiul.com/index.php/2010/06/nagios-script-to-check-dns-servers-status-2/</link>
		<comments>http://www.fosiul.com/index.php/2010/06/nagios-script-to-check-dns-servers-status-2/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 08:27:57 +0000</pubDate>
		<dc:creator>Fosiul</dc:creator>
				<category><![CDATA[Bash Script]]></category>
		<category><![CDATA[Nagios]]></category>

		<guid isPermaLink="false">http://www.fosiul.com/?p=1122</guid>
		<description><![CDATA[#!/bin/bash ################################### #Purpose:################################################################ ###(a) Monitor if all your name server is online: Status :Done #### ###(b) Monitor if all name server has same zone record : Staus : Ongoing## ###(c) Monitor the Response time of Dns server : Status : Ongoing# ######################################################################### &#160; #Status check variables for nagios script##### ##################################### STATE_OK=0 STATE_WARNING=1 STATE_CRITICAL=2 STATE_UNKNOWN=3 STATE_DEPENDENT=4 [...]]]></description>
		<wfw:commentRss>http://www.fosiul.com/index.php/2010/06/nagios-script-to-check-dns-servers-status-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

