<?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>Hello System Admin &#124; Where system admins share technical article and tips &#124; Create free Blog &#124; Updates on domains, web hosting, servers and more &#187; crontab</title>
	<atom:link href="http://hellosystemadmin.com/blog/category/linux/cronetab/feed/" rel="self" type="application/rss+xml" />
	<link>http://hellosystemadmin.com</link>
	<description></description>
	<lastBuildDate>Thu, 25 Aug 2011 04:48:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>linux server status monitoring simple script</title>
		<link>http://hellosystemadmin.com/blog/linux-server-status-monitoring-simple-script/</link>
		<comments>http://hellosystemadmin.com/blog/linux-server-status-monitoring-simple-script/#comments</comments>
		<pubDate>Fri, 17 Dec 2010 04:46:50 +0000</pubDate>
		<dc:creator>Aneesh</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Commands]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[crontab]]></category>

		<guid isPermaLink="false">http://hellosystemadmin.com/?p=468</guid>
		<description><![CDATA[



Create the following scripts in a file and call the file in crontab at desired intervals 
echo &#8220;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.  SERVER MONITORING REPORT &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..&#8221; &#62; /scripts/report.txt
echo &#8220;APACHE SERVER:-&#8221; &#62;&#62; /scripts/report.txt
/sbin/service httpd status &#62;&#62;  /scripts/report.txt
echo &#8220;MYSQL SERVER:-&#8221; &#62;&#62; /scripts/report.txt
/sbin/service mysqld status &#62;&#62;  /scripts/report.txt
echo &#8220;SSH/SFTP:-&#8221; &#62;&#62; /scripts/report.txt
/sbin/service sshd status &#62;&#62;  /scripts/report.txt
echo &#8220;SENDMAIL:-&#8221; &#62;&#62; /scripts/report.txt
/etc/init.d/sendmail status [...]]]></description>
			<content:encoded><![CDATA[<p><code><script type="text/javascript"><!--
google_ad_client = "pub-2585810307670535";
/* 468x60, created 11/28/09 */
google_ad_slot = "9594852426";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></code><br />
<strong>Create the following scripts in a file and call the file in crontab at desired intervals </strong></p>
<p>echo &#8220;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.  SERVER MONITORING REPORT &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..&#8221; &gt; /scripts/report.txt<br />
echo &#8220;APACHE SERVER:-&#8221; &gt;&gt; /scripts/report.txt<br />
/sbin/service httpd status &gt;&gt;  /scripts/report.txt<br />
echo &#8220;MYSQL SERVER:-&#8221; &gt;&gt; /scripts/report.txt<br />
/sbin/service mysqld status &gt;&gt;  /scripts/report.txt<br />
echo &#8220;SSH/SFTP:-&#8221; &gt;&gt; /scripts/report.txt<br />
/sbin/service sshd status &gt;&gt;  /scripts/report.txt<br />
echo &#8220;SENDMAIL:-&#8221; &gt;&gt; /scripts/report.txt<br />
/etc/init.d/sendmail status &gt;&gt; /scripts/report.txt<br />
echo &#8220;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..&#8221;  &gt;&gt; /scripts/report.txt</p>
<p>echo &#8220;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.DISK SPACE &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..&#8221; &gt;&gt; /scripts/report.txt<br />
echo &#8220;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..&#8221;  &gt;&gt; /scripts/report.txt<br />
df -h &gt;&gt; /scripts/report.txt<br />
echo &#8220;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.&#8221; &gt;&gt;  /scripts/report.txt<br />
echo &#8220;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.&#8221; &gt;&gt;  /scripts/report.txt<br />
echo &#8220;SYSTEM LOAD AVERAGE&#8221; &gt;&gt; /scripts/report.txt<br />
top -bn1 | grep -3 &#8220;load average&#8221;  &gt;&gt; /scripts/report.txt<br />
echo &#8220;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.&#8221; &gt;&gt;  /scripts/report.txt<br />
#top -n1 &gt;&gt; /scripts/report.txt<br />
echo &#8220;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.&#8221; &gt;&gt;  /scripts/report.txt<br />
echo &#8220;Report generated on    $(date)&#8221; &gt;&gt; /scripts/report.txt<br />
echo &#8220;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.  END OF  REPORT  &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..&#8221; &gt;&gt; /scripts/report.txt</p>
<p>mail -s &#8220;Server Stats on $(date)&#8221; aneesh@hellosystemadmin.com   &lt; /scripts/report.txt</p>
<p><code><script type="text/javascript"><!--
google_ad_client = "pub-2585810307670535";
/* 468x60, created 11/28/09 */
google_ad_slot = "9594852426";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></code></p>
<div id="st0000000001" class="st-taf"><script src="http://taf.socialtwist.com:80/taf/js/shoppr.core.js?id=0000000001"></script><img style="border:0;margin:0;padding:0;" src="http://tellafriend.socialtwist.com:80/wizard/images/tafbutton_blue16.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '0000000001', 'http%3A%2F%2Fhellosystemadmin.com%2Fblog%2Flinux-server-status-monitoring-simple-script%2F', 'linux+server+status+monitoring+simple+script')" onclick="cw(this, {id:'0000000001',link: 'http%3A%2F%2Fhellosystemadmin.com%2Fblog%2Flinux-server-status-monitoring-simple-script%2F', title: '+linux+server+status+monitoring+simple+script+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://hellosystemadmin.com/blog/linux-server-status-monitoring-simple-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show all cron jobs in linux</title>
		<link>http://hellosystemadmin.com/blog/show-all-cron-jobs-in-linux/</link>
		<comments>http://hellosystemadmin.com/blog/show-all-cron-jobs-in-linux/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 09:12:41 +0000</pubDate>
		<dc:creator>Aneesh</dc:creator>
				<category><![CDATA[Default]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[crontab]]></category>

		<guid isPermaLink="false">http://www.hellosystemadmin.com/?p=102</guid>
		<description><![CDATA[



If you need to show all cron tasks in a linux machine  go to /var/spool/cron and run the following  command
cat * &#62;  crones.txt
Now , you can find all cron details in the above file (crones.txt)




 




]]></description>
			<content:encoded><![CDATA[<p><code><script type="text/javascript"><!--
google_ad_client = "pub-2585810307670535";
/* 468x60, created 11/28/09 */
google_ad_slot = "9594852426";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></code></p>
<p>If you need to show all cron tasks in a linux machine  go to<em> <span>/var/spool/cron </span></em><span>and run the following  command</span></p>
<p>cat * &gt;  crones.txt</p>
<p>Now , you can find all cron details in the above file (crones.txt)</p>
<p><code><script type="text/javascript"><!--
google_ad_client = "pub-2585810307670535";
/* 468x60, created 11/28/09 */
google_ad_slot = "9594852426";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></code></p>
 <script type="text/javascript"><!--
google_ad_client = "pub-2585810307670535";
/* 468x60, created 11/28/09 */
google_ad_slot = "9594852426";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

<div id="st0000000001" class="st-taf"><script src="http://taf.socialtwist.com:80/taf/js/shoppr.core.js?id=0000000001"></script><img style="border:0;margin:0;padding:0;" src="http://tellafriend.socialtwist.com:80/wizard/images/tafbutton_blue16.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '0000000001', 'http%3A%2F%2Fhellosystemadmin.com%2Fblog%2Fshow-all-cron-jobs-in-linux%2F', 'Show+all+cron+jobs+in+linux')" onclick="cw(this, {id:'0000000001',link: 'http%3A%2F%2Fhellosystemadmin.com%2Fblog%2Fshow-all-cron-jobs-in-linux%2F', title: '+Show+all+cron+jobs+in+linux+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://hellosystemadmin.com/blog/show-all-cron-jobs-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

