<?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>sam-hughes.co.uk &#187; LSUCS</title>
	<atom:link href="http://www.sam-hughes.co.uk/category/LSUCS/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sam-hughes.co.uk</link>
	<description>Etw aka Ntw's Blog :: "Life ain't that simple"</description>
	<lastBuildDate>Sun, 03 Jan 2010 19:14:44 +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>Bash Linux server monitoring script</title>
		<link>http://www.sam-hughes.co.uk/2010/01/03/bash-linux-server-monitoring-script/</link>
		<comments>http://www.sam-hughes.co.uk/2010/01/03/bash-linux-server-monitoring-script/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 19:13:21 +0000</pubDate>
		<dc:creator>Sam Hughes</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[LSUCS]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://www.sam-hughes.co.uk/?p=80</guid>
		<description><![CDATA[Part of my day-job is based around monitoring a business critical group of servers at work, so it seemed natural to try and implement some monitoring on a server I help look after for LSU CompSoc.
Given the major differences between the two environments and their importance, I thought a basic shell script should do the [...]]]></description>
			<content:encoded><![CDATA[<p>Part of my day-job is based around monitoring a business critical group of servers at work, so it seemed natural to try and implement some monitoring on a server I help look after for <a href="http://www.lsucs.org.uk" target="_blank">LSU CompSoc</a>.</p>
<p>Given the major differences between the two environments and their importance, I thought a basic shell script should do the job for now (tested on Ubuntu 8.04.3 LTS).  The check&#8217;s I&#8217;ve implemented are Disk space checks, NIC errors, user changes (add/delete), package check, and checks for apache &amp; mysql.  Also I&#8217;ve made sure that the script will run as a normal user so no need for sudo access to anything.</p>
<p>I&#8217;ve attached the script incase anyone else finds it of use  (You&#8217;ll need to modify the settings section as appropriate for your own server and create the relevant paths referenced in the settings.  The script is also dependent on this <a href="http://www.logix.cz/michal/devel/smtp-cli/">Perl SMTP CLI mailer</a> (you&#8217;ll need to download a copy onto your server).  I plan to modify the script to support other mail methods but at present it just does what I needed from it.</p>
<p>I&#8217;ve also got another script to notify of any reboots and will add that here shortly.</p>
<a class="downloadlink" href="http://www.sam-hughes.co.uk/wp-content/plugins/download-monitor/download.php?id=4" title="Version1.0 downloaded 136 times" >Bash Monitoring Script (136)</a>
]]></content:encoded>
			<wfw:commentRss>http://www.sam-hughes.co.uk/2010/01/03/bash-linux-server-monitoring-script/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Drupal Modules</title>
		<link>http://www.sam-hughes.co.uk/2008/12/12/drupal-modules/</link>
		<comments>http://www.sam-hughes.co.uk/2008/12/12/drupal-modules/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 20:39:00 +0000</pubDate>
		<dc:creator>Sam Hughes</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[LSUCS]]></category>
		<category><![CDATA[Planet LSUCS]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.sam-hughes.co.uk/?p=17</guid>
		<description><![CDATA[I thought I might as well &#8216;publish&#8217; two Drupal modules that I&#8217;ve been working on.
Account Reactivation (Drupal 5)
This was created for LSU CompSoc&#8217;s new site, to enable members to request that their account is re-activated at the start of the new year, once they have signed up again.
Download the module here: 
Timetable (Drupal 6)
This is [...]]]></description>
			<content:encoded><![CDATA[<p>I thought I might as well &#8216;publish&#8217; two Drupal modules that I&#8217;ve been working on.</p>
<p><strong>Account Reactivation</strong> (Drupal 5)<strong><br />
</strong>This was created for <a href="http://www.lsucs.org.uk">LSU CompSoc&#8217;s</a> new site, to enable members to request that their account is re-activated at the start of the new year, once they have signed up again.</p>
<p>Download the module here: <code><a class="downloadlink" href="http://www.sam-hughes.co.uk/wp-content/plugins/download-monitor/download.php?id=2" title="Version v1.0 downloaded 243 times" >Drupal Account Reactivation Module</a></code></p>
<p><strong>Timetable</strong> (Drupal 6)<strong><br />
</strong>This is a basic module I created as a test module to get back into Drupal development.  It creates a timetable, with the ability to add and remove items via a form, and to set the slots available during the day on the timetable.</p>
<p>Download the module here: <code><a class="downloadlink" href="http://www.sam-hughes.co.uk/wp-content/plugins/download-monitor/download.php?id=3" title="Version v1.0 downloaded 319 times" >Drupal Timetable Module</a></code></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p><em>Please note that both these modules are provided &#8216;as is&#8217; and may not be completely stable/include bugs .  Do not use on a production site without first testing thoroughly.</em></p>
<p><em>However I will provide help/improvements/fixes if time allows for the modules.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sam-hughes.co.uk/2008/12/12/drupal-modules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
