<?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>Christopher J. Buckley &#187; Monitoring</title>
	<atom:link href="http://www.cjbuckley.net/blog/tag/monitoring/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cjbuckley.net/blog</link>
	<description>Free-Software, GNU/Linux, Traffic Management &#38; Thoughts</description>
	<lastBuildDate>Mon, 16 Mar 2009 16:18:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Monitor your server OS and Applications &#8211; Munin</title>
		<link>http://www.cjbuckley.net/blog/2007/05/28/monitor-your-server-os-and-applications-munin/</link>
		<comments>http://www.cjbuckley.net/blog/2007/05/28/monitor-your-server-os-and-applications-munin/#comments</comments>
		<pubDate>Mon, 28 May 2007 14:39:06 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Munin]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.cjbuckley.net/blog/2007/05/28/monitor-your-server-os-and-applications-munin/</guid>
		<description><![CDATA[Recently, i&#8217;ve become aware of a fantastic monitoring tool that allows easy visilibity of server clusters.  The program is called Munin.  The authors address their program as:

[Munin] The monitoring tool surveys all your computers and remembers what it saw. It presents all the information in graphs through a web interface. Its emphasis is [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, i&#8217;ve become aware of a fantastic monitoring tool that allows easy visilibity of server clusters.  The program is called <a href="http://munin.projects.linpro.no/">Munin</a>.  The authors address their program as:</p>
<blockquote><p>
[Munin] The monitoring tool surveys all your computers and remembers what it saw. It presents all the information in graphs through a web interface. Its emphasis is on plug and play capabilities. After completing a installation a high number of monitoring plugins will be playing with no more effort.</p>
<p>Using Munin you can easily monitor the performance of your computers, networks, SANs, applications, weather measurements and whatever comes to mind. It makes it easy to determine &#8220;what&#8217;s different today&#8221; when a performance problem crops up. It makes it easy to see how you&#8217;re doing capacity-wise on any resources.
</p></blockquote>
<p>So, i&#8217;ve implemented Munin across my platform of servers &#8211; as I write this I have implemented monitoring of my load-balancer and web/mailserver box.  <del>There is a secondary web-server to be bought online soon.</del></p>
<p>Of special interest to me in this program is the ability to <a href="http://monitors.cjbuckley.net/cjbuckley.com/comparison-day.html#Mysql">track the replication of MySQL</a>, I can now easily see (and be alerted to via Nagios) any lag in my replication &#8217;seconds behind master&#8217; time.  </p>
<p>Please take a look at the monitoring information at: <a href="http://monitors.cjbuckley.net/">monitors.cjbuckley.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cjbuckley.net/blog/2007/05/28/monitor-your-server-os-and-applications-munin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSSEC rulesets for Zeus Webserver and ZXTM</title>
		<link>http://www.cjbuckley.net/blog/2007/05/04/ossec-ruleset-for-zeus-webserver-and-zxtm/</link>
		<comments>http://www.cjbuckley.net/blog/2007/05/04/ossec-ruleset-for-zeus-webserver-and-zxtm/#comments</comments>
		<pubDate>Fri, 04 May 2007 13:27:04 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[intrusion prevention]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[ossec]]></category>
		<category><![CDATA[zeus]]></category>
		<category><![CDATA[zxtm]]></category>

		<guid isPermaLink="false">http://www.cjbuckley.net/blog/2007/05/04/ossec-ruleset-for-zeus-webserver-and-zxtm/</guid>
		<description><![CDATA[OSSEC is a leading Intrusion Detection System for Enterprise UNIX(-like) and Windows platforms.  OSSEC is, by quite a way, the most innovative and customisable IDS product I have worked with.  
As a result of it&#8217;s ease of customisations, the developer Daniel B. Cid, with a little bit of help from myself, have implemented [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ossec.net/">OSSEC </a>is a <a href="http://www.linuxworld.com/news/2007/031207-top-5-security.html">leading Intrusion Detection System</a> for Enterprise UNIX(-like) and Windows platforms.  OSSEC is, by quite a way, the most innovative and customisable IDS product I have worked with.  </p>
<p>As a result of it&#8217;s ease of customisations, the developer Daniel B. Cid, with a little bit of help from myself, have implemented supported rule-sets for my former employers&#8217; products: <a href="http://www.zeus.com/products/zws">Zeus WebServer</a> and <a href="http://www.zeus.com/products/zxtm">ZXTM</a>.  Both products are widely deployed across many enterprise environments; adding specific rulesets for their software is one which I hope assists all fellow sysadmins tasked with running infrastructure using Zeus software. </p>
<h2>Download</h2>
<p>You can download the latest snapshot of OSSEC from <a href="http://www.ossec.net/files/snapshots/">this page</a>.  </p>
<h2>Implementation</h2>
<p>After running <code>install.sh</code> you can add the Zeus rulesets as you would any other supported rule set. </p>
<p><b>Example:</b></p>
<p>     &lt;localfile&gt;<br />
     &lt;log_format&gt;syslog&lt;/log_format&gt;<br />
     &lt;location&gt;/usr/local/zeus/zxtm/zxtm/log/errors&lt;/location&gt;</p>
<p>     &lt;localfile&gt;<br />
     &lt;log_format&gt;syslog&lt;/log_format&gt;<br />
     &lt;location&gt;/usr/local/zeus/zws/web/log&lt;/location&gt;</p>
<h2>Alerts</h2>
<p>Below you can clearly see the ruleset alerting you, quickly and efficiently, to a failure.<br />
&nbsp;<br />
<a href='http://www.cjbuckley.net/blog/wp-content/uploads/2007/05/ossec-monitor.png' title='OSSEC IDS Web Monitor'><img src='http://www.cjbuckley.net/blog/wp-content/uploads/2007/05/ossec-monitor.png' alt='OSSEC IDS Web Monitor' /></a></p>
<h2>Help..</h2>
<p>Any questions, just ask!  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cjbuckley.net/blog/2007/05/04/ossec-ruleset-for-zeus-webserver-and-zxtm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to professionally monitor your website uptime</title>
		<link>http://www.cjbuckley.net/blog/2007/04/10/how-to-professionally-monitor-your-website-uptime/</link>
		<comments>http://www.cjbuckley.net/blog/2007/04/10/how-to-professionally-monitor-your-website-uptime/#comments</comments>
		<pubDate>Tue, 10 Apr 2007 11:57:03 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Monitoring]]></category>

		<guid isPermaLink="false">http://www.cjbuckley.net/blog/2007/04/10/how-to-professionally-monitor-your-website-uptime/</guid>
		<description><![CDATA[A common problem faced by a webmaster is, how do I accurately monitor my website&#8217;s availability?
This website, for example, has both internal and external health monitors dedicated to achieving high-availability. 
Internal
This site&#8217;s traffic manager performs a HEAD request for /blog/ every 5 seconds, and makes sure a valid HTTP status code is recorded.  This [...]]]></description>
			<content:encoded><![CDATA[<p>A common problem faced by a webmaster is, <i>how do I accurately monitor my website&#8217;s availability?</i><br />
This website, for example, has both internal and external health monitors dedicated to achieving high-availability. </p>
<p><strong>Internal</strong></p>
<p>This site&#8217;s <a href="http://www.zeus.com/products/zxtm/">traffic manager</a> performs a HEAD request for /blog/ every 5 seconds, and makes sure a valid <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html">HTTP status code</a> is recorded.  This is done through a simple regex of ^[234][0-9][0-9]$. </p>
<p>Further, health monitors &#8216;ping&#8217; and &#8216;TCP connect&#8217; are enabled to make sure a) the box is up b) the desired socket is able to receive connections.  </p>
<p><strong>External</strong></p>
<p>So, we&#8217;ve got good internal monitors in place.  But how do we check on the availability/performance of our site over a WAN?  Two sites I have knowledge of and can recommend are:</p>
<ul>
<li><a href="http://www.siteconfidence.co.uk/">Site Confidence</a> monitor website performance for many of the UK&#8217;s largest companies, including many well-known brands and businesses such as; Norwich Union, Auto Trader, Marks &#038; Spencer, John Lewis, First Choice and Experian.</li>
<li><a href="http://host-tracker.com/">HostTracker</a> is a free-to-use service, with <a href="http://host-tracker.com/our-monitoring-network/">52 different testing nodes</a> in Europe, The Americas and Asia.
</li>
</ul>
<p>The beauty of the services above is that they allow you to input POST form data; this allows a webmaster to perform a transaction against his service &#8211; remotely.  If you stop transacting, it&#8217;s best you know first, rather than your customers ringing up to complain.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cjbuckley.net/blog/2007/04/10/how-to-professionally-monitor-your-website-uptime/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
