<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://howtoforge.com" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <title>HowtoForge - Linux Howtos and Tutorials - Monitoring</title>
 <link>http://howtoforge.com/taxonomy/term/59/all</link>
 <description></description>
 <language>en</language>
 <atom:link href="http://howtoforge.com/rss/monitoring.rss" rel="self" type="application/rss+xml" />
 <image>
  <title>HowtoForge - Linux Howtos and Tutorials - Monitoring</title>
  <url>http://www.howtoforge.com/themes/htf_glass/images/howtoforge_logo_glass_blue.gif</url>
  <link>http://howtoforge.com/taxonomy/term/59/all</link>
 </image>

<item>
 <title>Wireshark Remote Capturing</title>
 <link>http://howtoforge.com/wireshark-remote-capturing</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://howtoforge.com/wireshark-remote-capturing&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;
&lt;p&gt;&lt;b&gt;Wireshark Remote Capturing&lt;/b&gt;&lt;/p&gt;


&lt;p&gt;This short tutorial is without screenshots but a slightly more
advanced usecase of Wireshark, namely doing the capture on one box and
visualize the captured data in realtime on another box.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.com/sitemap/monitoring">Monitoring</category>
 <pubDate>Tue, 09 Mar 2010 11:55:38 +0100</pubDate>
 <guid>http://howtoforge.com/wireshark-remote-capturing</guid>
 <comments>http://howtoforge.com/wireshark-remote-capturing#comment</comments>
</item>
<item>
 <title>Server Monitoring With munin And monit On Debian Lenny</title>
 <link>http://howtoforge.com/server-monitoring-with-munin-and-monit-on-debian-lenny</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://howtoforge.com/server-monitoring-with-munin-and-monit-on-debian-lenny&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;36&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://images.howtoforge.com/images/teaser/debian.gif&quot; width=&quot;33&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Server Monitoring With munin And monit On Debian Lenny&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;In this article I will describe how you can monitor your Debian
Lenny server with munin and monit. munin produces nifty little graphics
about nearly every aspect of your server (load average, memory usage,
CPU usage, MySQL throughput, eth0 traffic, etc.) without much
configuration, whereas monit checks the availability of services like
Apache, MySQL, Postfix and takes the appropriate action such as a
restart if it finds a service is not behaving as expected. The
combination of the two gives you full monitoring: graphics that lets
you recognize current or upcoming problems (like &quot;We need a bigger
server soon, our load average is increasing rapidly.&quot;), and a watchdog
that ensures the availability of the monitored services.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://howtoforge.com/sitemap/monitoring">Monitoring</category>
 <pubDate>Thu, 25 Feb 2010 18:20:18 +0100</pubDate>
 <guid>http://howtoforge.com/server-monitoring-with-munin-and-monit-on-debian-lenny</guid>
 <comments>http://howtoforge.com/server-monitoring-with-munin-and-monit-on-debian-lenny#comment</comments>
</item>
<item>
 <title>Network Analysis With Wireshark On Ubuntu 9.10</title>
 <link>http://howtoforge.com/network-analysis-with-wireshark-on-ubuntu-9.10</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://howtoforge.com/network-analysis-with-wireshark-on-ubuntu-9.10&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://images.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Network Analysis With Wireshark On Ubuntu 9.10&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Wireshark is
a network protocol analyzer (or &quot;packet sniffer&quot;) that can be used for
network analysis, troubleshooting, software development, education,
etc. This guide shows how to install and use it on an Ubuntu 9.10
desktop to analyze the traffic on the local network card.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://howtoforge.com/sitemap/desktop">Desktop</category>
 <category domain="http://howtoforge.com/sitemap/monitoring">Monitoring</category>
 <pubDate>Thu, 18 Feb 2010 17:34:40 +0100</pubDate>
 <guid>http://howtoforge.com/network-analysis-with-wireshark-on-ubuntu-9.10</guid>
 <comments>http://howtoforge.com/network-analysis-with-wireshark-on-ubuntu-9.10#comment</comments>
</item>
<item>
 <title>Trafficanalysis Using Debian Lenny</title>
 <link>http://howtoforge.com/trafficanalysis-using-debian-lenny</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://howtoforge.com/trafficanalysis-using-debian-lenny&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;36&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://images.howtoforge.com/images/teaser/debian.gif&quot; width=&quot;33&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Trafficanalysis Using Debian Lenny&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;By using my Network Monitoring Appliance we noticed a link in MRTG
always under heavy load. On this link a lot of different traffic
aggregates, so we decided to analyze of what quantities of protocols
and therefore applications the cumulative traffic consists.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://howtoforge.com/sitemap/monitoring">Monitoring</category>
 <pubDate>Wed, 03 Feb 2010 17:09:47 +0100</pubDate>
 <guid>http://howtoforge.com/trafficanalysis-using-debian-lenny</guid>
 <comments>http://howtoforge.com/trafficanalysis-using-debian-lenny#comment</comments>
</item>
<item>
 <title>Network Monitoring Appliance</title>
 <link>http://howtoforge.com/network-monitoring-appliance</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://howtoforge.com/network-monitoring-appliance&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://images.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Network Monitoring Appliance&lt;/b&gt;&lt;/p&gt;


&lt;p&gt;My ambition was to implement a small (better tiny) appliance for
monitoring network health and network resources, short and longtime
trends, running under VMware Server or VMware ESX. So I had an eye upon
all components which are implemented on the system, to be as
leightweight as possible. This was also the reason why no SQL DBMS
based software was used. The appliance is based on Ubuntu Jeos LTS (8.04.3 at the time of
this writing). Almost all used components are from the related
repositories. This tutorial shows how the appliance was implemented.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://howtoforge.com/sitemap/lighttpd">Lighttpd</category>
 <category domain="http://howtoforge.com/sitemap/monitoring">Monitoring</category>
 <pubDate>Mon, 28 Sep 2009 18:15:38 +0200</pubDate>
 <guid>http://howtoforge.com/network-monitoring-appliance</guid>
 <comments>http://howtoforge.com/network-monitoring-appliance#comment</comments>
</item>
<item>
 <title>Monitoring Multiple Log Files At A Time With MultiTail On Debian Lenny</title>
 <link>http://howtoforge.com/monitoring-multiple-log-files-at-a-time-with-multitail-on-debian-lenny</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://howtoforge.com/monitoring-multiple-log-files-at-a-time-with-multitail-on-debian-lenny&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;36&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://images.howtoforge.com/images/teaser/debian.gif&quot; width=&quot;33&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Monitoring Multiple Log Files At A Time With MultiTail On Debian Lenny&lt;/b&gt;&lt;/p&gt;

&lt;p&gt; MultiTail
lets you view one or multiple files like the original tail program. The
difference is that it creates multiple windows on your console (with
ncurses). It can also monitor wildcards: if another file matching the
wildcard has a more recent modification date, it will automatically
switch to that file. That way you can, for example, monitor a complete
directory of files. Merging of two or even more log files is possible.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://howtoforge.com/sitemap/monitoring">Monitoring</category>
 <pubDate>Fri, 14 Aug 2009 19:44:57 +0200</pubDate>
 <guid>http://howtoforge.com/monitoring-multiple-log-files-at-a-time-with-multitail-on-debian-lenny</guid>
 <comments>http://howtoforge.com/monitoring-multiple-log-files-at-a-time-with-multitail-on-debian-lenny#comment</comments>
</item>
<item>
 <title>Monitoring Network Latency With Smokeping (Ubuntu 9.04)</title>
 <link>http://howtoforge.com/monitoring-network-latency-with-smokeping-ubuntu-9.04</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://howtoforge.com/monitoring-network-latency-with-smokeping-ubuntu-9.04&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://images.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Monitoring Network Latency With Smokeping (Ubuntu 9.04)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide shows how to install and configure Smokeping on Ubuntu 9.04 to monitor network latency. From the Smokeping web site: &lt;i&gt;&quot;SmokePing
is a deluxe latency measurement tool. It can measure, store and display
latency, latency distribution and packet loss. SmokePing uses RRDtool
to maintain a longterm data-store and to draw pretty graphs, giving up
to the minute information on the state of each network connection.&quot;&lt;/i&gt;&lt;/p&gt;
</description>
 <category domain="http://howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://howtoforge.com/sitemap/monitoring">Monitoring</category>
 <pubDate>Tue, 14 Jul 2009 18:16:27 +0200</pubDate>
 <guid>http://howtoforge.com/monitoring-network-latency-with-smokeping-ubuntu-9.04</guid>
 <comments>http://howtoforge.com/monitoring-network-latency-with-smokeping-ubuntu-9.04#comment</comments>
</item>
<item>
 <title>Deny Or Allow Countries With Apache .htaccess</title>
 <link>http://howtoforge.com/deny-or-allow-countries-with-apache-htaccess</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://howtoforge.com/deny-or-allow-countries-with-apache-htaccess&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;
&lt;p&gt;&lt;b&gt;Deny Or Allow Countries With Apache .htaccess &lt;/b&gt;&lt;/p&gt;

&lt;p&gt;The following script is using blogama.org IP geolocation API to
automatically generate Apache .htaccess file to deny or allow specific
countries. You can put this script under crontab and the .htaccess
rules will be automatically updated. Also, it can update multiple
.htaccess files.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.com/sitemap/linux">Linux</category>
 <category domain="http://howtoforge.com/sitemap/apache">Apache</category>
 <category domain="http://howtoforge.com/sitemap/monitoring">Monitoring</category>
 <category domain="http://howtoforge.com/sitemap/programming">Programming</category>
 <pubDate>Wed, 25 Feb 2009 11:23:48 +0100</pubDate>
 <guid>http://howtoforge.com/deny-or-allow-countries-with-apache-htaccess</guid>
 <comments>http://howtoforge.com/deny-or-allow-countries-with-apache-htaccess#comment</comments>
</item>
<item>
 <title>Simple Bash Script To Monitor Your Webserver Remotely On Different Ports</title>
 <link>http://howtoforge.com/simple-bash-script-to-monitor-your-webserver-remotely-on-different-ports</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://howtoforge.com/simple-bash-script-to-monitor-your-webserver-remotely-on-different-ports&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;
&lt;p&gt;&lt;b&gt;Simple Bash Script To Monitor Your Webserver Remotely On Different Ports&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Simple bash script to monitor a webserver on different ports (here
smtp, dns, http &amp;amp; https but it can be customized); I&#039;m sure there
are over 100 available programs doing this but I wanted something with
small memory usage. Also, I only wanted to be notified once,
notifications are received by SMS on my cell. With the software I was
using before, I was getting notified every minute until I could reach a
computer and fix the problem or stop monitoring which was quite
annoying.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.com/sitemap/linux">Linux</category>
 <category domain="http://howtoforge.com/sitemap/monitoring">Monitoring</category>
 <category domain="http://howtoforge.com/sitemap/programming">Programming</category>
 <pubDate>Mon, 23 Feb 2009 11:12:23 +0100</pubDate>
 <guid>http://howtoforge.com/simple-bash-script-to-monitor-your-webserver-remotely-on-different-ports</guid>
 <comments>http://howtoforge.com/simple-bash-script-to-monitor-your-webserver-remotely-on-different-ports#comment</comments>
</item>
<item>
 <title>Server Monitoring With munin And monit On CentOS 5.2</title>
 <link>http://howtoforge.com/server-monitoring-with-munin-and-monit-on-centos-5.2</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://howtoforge.com/server-monitoring-with-munin-and-monit-on-centos-5.2&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;45&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://images.howtoforge.com/images/teaser/centos.gif&quot; width=&quot;42&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Server Monitoring With munin And monit On CentOS 5.2&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;In this article I will describe how you can monitor your CentOS 5.2
server with munin and monit. munin produces nifty little graphics about
nearly every aspect of your server (load average, memory usage, CPU
usage, MySQL throughput, eth0 traffic, etc.) without much
configuration, whereas monit checks the availability of services like
Apache, MySQL, Postfix and takes the appropriate action such as a
restart if it finds a service is not behaving as expected. The
combination of the two gives you full monitoring: graphics that lets
you recognize current or upcoming problems (like &quot;We need a bigger
server soon, our load average is increasing rapidly.&quot;), and a watchdog
that ensures the availability of the monitored services.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://howtoforge.com/sitemap/monitoring">Monitoring</category>
 <pubDate>Mon, 01 Dec 2008 18:08:46 +0100</pubDate>
 <guid>http://howtoforge.com/server-monitoring-with-munin-and-monit-on-centos-5.2</guid>
 <comments>http://howtoforge.com/server-monitoring-with-munin-and-monit-on-centos-5.2#comment</comments>
</item>
<item>
 <title>How To Make monit Send SMS Alerts When Your Server Goes Down</title>
 <link>http://howtoforge.com/make-monit-send-sms-alerts-when-the-server-goes-down</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://howtoforge.com/make-monit-send-sms-alerts-when-the-server-goes-down&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;
&lt;p&gt;&lt;b&gt;How To Make monit Send SMS Alerts When Your Server Goes Down&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial explains how you can configure monit
to send alert messages per SMS to your mobile phone when a service
fails. Because monit can send only emails but not SMS, we will use an
email-to-sms gateway where monit will send its emails to, and the
email-to-sms gateway will convert the emails to SMS messages.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.com/sitemap/linux">Linux</category>
 <category domain="http://howtoforge.com/sitemap/monitoring">Monitoring</category>
 <pubDate>Thu, 07 Aug 2008 11:33:42 +0200</pubDate>
 <guid>http://howtoforge.com/make-monit-send-sms-alerts-when-the-server-goes-down</guid>
 <comments>http://howtoforge.com/make-monit-send-sms-alerts-when-the-server-goes-down#comment</comments>
</item>
<item>
 <title>Monitoring UPS Power Status Using Network UPS Tools (NUT) 2.2.0 on Multiple OpenSuSE 10.3 Servers</title>
 <link>http://howtoforge.com/monitoring-ups-power-status-with-nut-on-opensuse10.3</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://howtoforge.com/monitoring-ups-power-status-with-nut-on-opensuse10.3&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;
&lt;p&gt;&lt;b&gt;Monitoring UPS Power Status Using Network UPS Tools (NUT) 2.2.0 on Multiple OpenSuSE 10.3 Servers&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Network UPS Tools is a collection of programs which provide a
common interface for monitoring and administering UPS hardware. The primary goal of the Network UPS Tools (NUT) project is to
provide reliable monitoring of UPS hardware and ensure safe
shutdowns of the systems which are connected. This document describes how to configure one machine connected to the UPS so it monitors the power status. This can relay alerts to other machines that are running off the same power line. This way, multiple servers can perform a safe shutdown in case of power failure.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.com/sitemap/linux/suse">SuSE</category>
 <category domain="http://howtoforge.com/sitemap/high-availability">High-Availability</category>
 <category domain="http://howtoforge.com/sitemap/monitoring">Monitoring</category>
 <pubDate>Mon, 14 Apr 2008 16:54:44 +0200</pubDate>
 <guid>http://howtoforge.com/monitoring-ups-power-status-with-nut-on-opensuse10.3</guid>
 <comments>http://howtoforge.com/monitoring-ups-power-status-with-nut-on-opensuse10.3#comment</comments>
</item>
<item>
 <title>Monitoring With Groundwork Open Source On CentOS 5.1</title>
 <link>http://howtoforge.com/monitoring-with-groundwork-open-source-centos5.1</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://howtoforge.com/monitoring-with-groundwork-open-source-centos5.1&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;P&gt;&lt;B&gt;Monitoring With Groundwork Open Source On CentOS 5.1&lt;/b&gt;&lt;/p&gt;
&lt;P&gt;Nagios is (in my opinion) one of the finest availability and monitoring solutions available. The stability, extendability and cost effectiveness (it is free under the GPL), are second to none (again, my opinion). That being said, it is far from being the easiest monitoring solution to implement. The build process itself, while not being overly complicated, can be vexing to new Linux users. That doesn&#039;t even include the configuration, which sometimes still makes me cringe.&lt;/p&gt;</description>
 <category domain="http://howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://howtoforge.com/sitemap/monitoring">Monitoring</category>
 <pubDate>Sun, 23 Mar 2008 19:10:39 +0100</pubDate>
 <guid>http://howtoforge.com/monitoring-with-groundwork-open-source-centos5.1</guid>
 <comments>http://howtoforge.com/monitoring-with-groundwork-open-source-centos5.1#comment</comments>
</item>
<item>
 <title>How To Extract Values From top And Plot Them</title>
 <link>http://howtoforge.com/extract-values-from-top-and-plot-them</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://howtoforge.com/extract-values-from-top-and-plot-them&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;
&lt;p&gt;&lt;b&gt;How To Extract Values From top And Plot Them&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Many researchers who are doing performance evaluation and
benchmarking need to capture the values of the CPU and the RAM. Others
might need to capture the throughput as well. In this short tutorial I
will show how I capture the CPU and RAM values from “top” and then
extract them in one line command.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.com/sitemap/linux">Linux</category>
 <category domain="http://howtoforge.com/sitemap/monitoring">Monitoring</category>
 <pubDate>Thu, 20 Mar 2008 11:39:12 +0100</pubDate>
 <guid>http://howtoforge.com/extract-values-from-top-and-plot-them</guid>
 <comments>http://howtoforge.com/extract-values-from-top-and-plot-them#comment</comments>
</item>
<item>
 <title>Monitoring Multiple Systems With munin (Debian Etch)</title>
 <link>http://howtoforge.com/monitoring-multiple-systems-with-munin-debian-etch</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://howtoforge.com/monitoring-multiple-systems-with-munin-debian-etch&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://images.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;
&lt;p&gt;&lt;b&gt;Monitoring Multiple Systems With munin (Debian Etch)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;In this article I will describe how you can monitor multiple systems
with munin. munin produces nifty little graphics about nearly every
aspect of your server (load average, memory usage, CPU usage, MySQL
throughput, eth0 traffic, etc.) without much configuration. I will
install the munin client on all systems that are to be monitored
(including the munin server itself); the munin clients will then report
to the munin server.&lt;/p&gt;
</description>
 <category domain="http://howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://howtoforge.com/sitemap/monitoring">Monitoring</category>
 <pubDate>Tue, 04 Mar 2008 17:39:41 +0100</pubDate>
 <guid>http://howtoforge.com/monitoring-multiple-systems-with-munin-debian-etch</guid>
 <comments>http://howtoforge.com/monitoring-multiple-systems-with-munin-debian-etch#comment</comments>
</item>
</channel>
</rss>
