<?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: How to manually monitor your (Linux) server&#8217;s storage</title>
	<atom:link href="http://healyourchurchwebsite.com/2007/07/12/how-to-manually-monitor-your-linux-servers-storage/feed/" rel="self" type="application/rss+xml" />
	<link>http://healyourchurchwebsite.com/2007/07/12/how-to-manually-monitor-your-linux-servers-storage/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-manually-monitor-your-linux-servers-storage</link>
	<description>Teaching, rebuking, correcting &#38; training in righteous web design.</description>
	<lastBuildDate>Mon, 26 Sep 2011 02:56:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: links for 2007-08-09 &#171; geek notes</title>
		<link>http://healyourchurchwebsite.com/2007/07/12/how-to-manually-monitor-your-linux-servers-storage/comment-page-1/#comment-3665</link>
		<dc:creator>links for 2007-08-09 &#171; geek notes</dc:creator>
		<pubDate>Thu, 09 Aug 2007 09:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://healyourchurchwebsite.com/2007/07/12/how-to-manually-monitor-your-linux-servers-storage/#comment-3665</guid>
		<description>[...] How to manually monitor your (Linux) serverâ€™s storage For those enjoying the cost benefits Linux hosting there are some downsides. One of those is waking up to the rude reality that your hard-drive is maxed-out. (tags: linux sysadmin) [...]</description>
		<content:encoded><![CDATA[<p>[...] How to manually monitor your (Linux) serverâ€™s storage For those enjoying the cost benefits Linux hosting there are some downsides. One of those is waking up to the rude reality that your hard-drive is maxed-out. (tags: linux sysadmin) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patrickg</title>
		<link>http://healyourchurchwebsite.com/2007/07/12/how-to-manually-monitor-your-linux-servers-storage/comment-page-1/#comment-3530</link>
		<dc:creator>patrickg</dc:creator>
		<pubDate>Mon, 16 Jul 2007 00:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://healyourchurchwebsite.com/2007/07/12/how-to-manually-monitor-your-linux-servers-storage/#comment-3530</guid>
		<description>Well under Linux, you can simply have it email every night.

Run &quot;crontab -e&quot; and add the lines

MAILTO=you@yourdomain.com
00 12 * * *  df -h

Another way to go is to set up SNMP on your Linux machine, which will let you monitor a huge amount of data such as CPU usage, disk busy %, swapping, network traffic, etc. Tools such as MRTG or rrdtool can be used to plot this information into nice graphs.</description>
		<content:encoded><![CDATA[<p>Well under Linux, you can simply have it email every night.</p>
<p>Run &#8220;crontab -e&#8221; and add the lines</p>
<p>MAILTO=you@yourdomain.com<br />
00 12 * * *  df -h</p>
<p>Another way to go is to set up SNMP on your Linux machine, which will let you monitor a huge amount of data such as CPU usage, disk busy %, swapping, network traffic, etc. Tools such as MRTG or rrdtool can be used to plot this information into nice graphs.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

