<?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>Anchor Web Hosting Blog &#187; thresholds</title>
	<atom:link href="http://www.anchor.com.au/blog/tag/thresholds/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anchor.com.au/blog</link>
	<description>A view into the Anchor Engineroom</description>
	<lastBuildDate>Wed, 08 Feb 2012 00:51:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Monitor your servers like it&#8217;s 1996</title>
		<link>http://www.anchor.com.au/blog/2009/12/monitor-your-servers-like-its-1996/</link>
		<comments>http://www.anchor.com.au/blog/2009/12/monitor-your-servers-like-its-1996/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 00:43:23 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[WTF]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[nagios]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[thresholds]]></category>

		<guid isPermaLink="false">http://www.anchor.com.au/blog/?p=1398</guid>
		<description><![CDATA[Whilst I&#8217;m a fan of using percentages for my disk space checks, sometimes an explicit size is more appropriate. So, you&#8217;d expect the following to work nicely: $USER1$/check_disk -w 5G -c 1G -p /data/foo If you don&#8217;t actually test that this works (by artificially filling your disk and seeing what happens), you may be dismayed [...]]]></description>
			<content:encoded><![CDATA[<p>Whilst I&#8217;m a fan of using percentages for my disk space checks, sometimes an explicit size is more appropriate.  So, you&#8217;d expect the following to work nicely:</p>
<pre>
$USER1$/check_disk -w 5G -c 1G -p /data/foo
</pre>
<p>If you don&#8217;t actually test that this works (by artificially filling your disk and seeing what happens), you may be dismayed to find that you only get alerted when the disk has 5MB of free disk space.  Why is this?</p>
<p>Because Nagios, despite the fact that nobody has sweated the megabytes for about a gazillion years, doesn&#8217;t support &#8216;G&#8217; as a suffix for thresholds.  Oh, it&#8217;ll make a good show of pretending &#8212; after all, the output formatting options have &#8216;GB&#8217; as an option &#8212; but nope, for your thresholds it&#8217;s &#8220;5000M&#8221; all the way.</p>
<p>ROCK ON!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anchor.com.au/blog/2009/12/monitor-your-servers-like-its-1996/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

