<?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>Debian Tutorials &#187; Monitoring</title>
	<atom:link href="http://www.debiantutorials.com/tag/monitoring/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.debiantutorials.com</link>
	<description>Copy/Paste tutorials for Debian based Linux distros</description>
	<lastBuildDate>Tue, 27 Dec 2011 01:15:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Monitoring Varnish with Munin</title>
		<link>http://www.debiantutorials.com/monitoring-varnish-with-munin/</link>
		<comments>http://www.debiantutorials.com/monitoring-varnish-with-munin/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 11:48:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Etch]]></category>
		<category><![CDATA[Jaunty Jackalope]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[Lenny]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Squeeze]]></category>
		<category><![CDATA[munin]]></category>
		<category><![CDATA[varnish]]></category>

		<guid isPermaLink="false">http://www.debiantutorials.com/?p=427</guid>
		<description><![CDATA[Varnish is a great reverse proxy and very useful for load balancing. Here you can find a tutorial on installing Varnish: Installing and configuring Varnish HTTP accelerator. Munin is a network/system monitoring application that presents output in graphs through a web interface. If you haven't installed it already, use this tutorial: Monitoring multiple servers with [...]]]></description>
			<content:encoded><![CDATA[<p>Varnish is a great reverse proxy and very useful for load balancing. Here you can find a tutorial on installing Varnish: <a href="http://www.debiantutorials.com/installing-and-configuring-varnish-http-accelerator/">Installing and configuring Varnish HTTP accelerator</a>.</p>
<p>Munin is a network/system monitoring application that presents output in graphs through a web interface. If you haven't installed it already, use this tutorial: <a href="http://www.debiantutorials.com/monitoring-multiple-servers-with-munin/">Monitoring multiple servers with Munin</a>.</p>
<p>Assuming you have both varnish and munin installed, here's a tutorial on installing a plugin for munin to monitor Varnish.</p>
<p>1. Install git-core to receive the plugin from github</p>
<p><code>apt-get install git-core<br />
</code><span id="more-427"></span></p>
<p>2. cd into the munin plugins directory</p>
<p><code>/usr/share/munin/plugins<br />
</code></p>
<p>3. Download the munin-varnish plugin</p>
<p><code>git clone git://github.com/basiszwo/munin-varnish.git<br />
</code></p>
<p>4. Set correct permissions</p>
<p><code>chmod a+x /usr/share/munin/plugins/munin-varnish/varnish_*<br />
</code></p>
<p>5. Link the plugin sections to the munin config</p>
<p><code>ln -s /usr/share/munin/plugins/munin-varnish/varnish_* /etc/munin/plugins/<br />
</code></p>
<p>6. Add these lines to the bottom of the munin-node config (pico /etc/munin/plugin-conf.d/munin-node)</p>
<p><code>[varnish*]<br />
user root<br />
</code></p>
<p>7. Restart munin-node</p>
<p><code>/etc/init.d/munin-node restart<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.debiantutorials.com/monitoring-varnish-with-munin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install and configure MailWatch monitoring tool for MailScanner</title>
		<link>http://www.debiantutorials.com/install-and-configure-mailwatch-monitoring-tool-for-mailscanner/</link>
		<comments>http://www.debiantutorials.com/install-and-configure-mailwatch-monitoring-tool-for-mailscanner/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 00:35:59 +0000</pubDate>
		<dc:creator>aip</dc:creator>
				<category><![CDATA[Lenny]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mailscanner]]></category>
		<category><![CDATA[mailwatch]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.debiantutorials.com/?p=349</guid>
		<description><![CDATA[MailWatch for MailScanner is a web-based front-end to MailScanner written in PHP, MySQL and JpGraph. It comes with a CustomConfig module for MailScanner which causes MailScanner to log all message data (excluding body text) to a MySQL database which is then queried by MailWatch for reporting and statistics. 1. Install Apache2, MySql server and PHP5 [...]]]></description>
			<content:encoded><![CDATA[<p>MailWatch for MailScanner is a web-based front-end to MailScanner written in PHP, MySQL and JpGraph. It comes with a CustomConfig module for MailScanner which causes MailScanner to log all message data (excluding body text) to a MySQL database which is then queried by MailWatch for reporting and statistics. </p>
<p>1. Install Apache2, MySql server and PHP5 with required modules. You may already have some or all of these packages installed.</p>
<p><code>apt-get install apache2 php5-cli php5 mysql-server libdbd-mysql-perl php5-gd php5-mysql libapache2-mod-php5<br />
</code><span id="more-349"></span></p>
<p>2. Download the latest version of MailWatch</p>
<p><code>wget http://downloads.sourceforge.net/project/mailwatch/mailwatch/1.0.5/mailwatch-1.0.5.tar.gz<br />
</code></p>
<p><em>At the time this tutorial was written, version 1.0.5 was the latest version. Check this location for latest version: http://sourceforge.net/projects/mailwatch/files/</em></p>
<p>3. Extract and enter the mailwatch directory</p>
<p><code>tar zxvf mailwatch-1.0.5.tar.gz<br />
cd mailwatch-1.0.5<br />
</code></p>
<p>4. Create the database and tables</p>
<p><code>mysql -p < create.sql<br />
</code></p>
<p>5. Create a MySql user used for MailScanner logging (mysql -u root -p)</p>
<p><code>GRANT ALL ON mailscanner.* TO '{username}'@'localhost' IDENTIFIED BY '{password}';<br />
FLUSH PRIVILEGES;<br />
</code></p>
<p><em>Replace {username} and {password} with a username and password of choice.</em></p>
<p>6. Configure the MailScanner logger (pico MailWatch.pm)</p>
<p><code>my($db_user) = '{username}';<br />
my($db_pass) = '{password}';<br />
</code></p>
<p><em>On line 43 and 44, input your MySql user created in step 5</em></p>
<p>7. Move the MailScanner logger to correct directory</p>
<p><code>mv MailWatch.pm /usr/share/MailScanner/MailScanner/CustomFunctions/<br />
</code></p>
<p>8. Edit Mail Scanner config to enable MailWatch logger (pico /etc/MailScanner/MailScanner.conf)</p>
<p><code>Always Looked Up Last = &#038;MailWatchLogging<br />
</code></p>
<p>9. Create a MailWatch web admin user (mysql -u root -p)</p>
<p><code>USE mailscanner;<br />
INSERT INTO users VALUES ('{username}',md5('{password}'),'Administrator name','A','0','0','0','0','0');<br />
</code></p>
<p><em>Replace {username} and {password} with a username and password used to enter the web interface.</em></p>
<p>10. Move the web interface to the web server's root</p>
<p><code>mv mailscanner /var/www/mailwatch<br />
</code></p>
<p>11. Make the temp and cache directories writeable</p>
<p><code>chmod 777 /var/www/mailwatch/temp<br />
chmod 777 /var/www/mailwatch/images/cache<br />
</code></p>
<p>12. Copy the example config file</p>
<p><code>mv /var/www/mailwatch/conf.php.example /var/www/mailwatch/conf.php<br />
</code></p>
<p>13. Configure the web interface (pico /var/www/mailwatch/conf.php)</p>
<p><code>define('DB_USER', '{username}');<br />
define('DB_PASS', '{password}');<br />
define('MAILWATCH_HOME', '/var/www/mailscanner');<br />
</code></p>
<p><em>Type the MySql username and password created in step 5</em></p>
<p>14. Install PEAR PHP framework</p>
<p><code>apt-get install php-pear<br />
</code></p>
<p>15. Install required PEAR packages</p>
<p><code>pear install DB<br />
pear install DB_Pager<br />
pear install Mail_mimeDecode<br />
</code></p>
<p>16. On line 37, add /usr/share/php to the mailwatch include path (pico /var/www/mailwatch/functions.php)</p>
<p><code>ini_set('include_path','.:'.MAILWATCH_HOME.'/pear:'.MAILWATCH_HOME.'/fpdf:'.MAILWATCH_HOME.'/xmlrpc:/usr/share/php');<br />
</code></p>
<p>17. Restart Apache and MailScanner</p>
<p><code>/etc/init.d/apache2 restart<br />
/etc/init.d/mailscanner restart<br />
</code></p>
<p>18. You're all set. Enter the web interface at this location http://yourserver/mailwatch</p>
]]></content:encoded>
			<wfw:commentRss>http://www.debiantutorials.com/install-and-configure-mailwatch-monitoring-tool-for-mailscanner/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Installing Cacti &#8211; RRDTool-based Graphing Solution</title>
		<link>http://www.debiantutorials.com/installing-cacti-rrdtool-based-graphing-solution/</link>
		<comments>http://www.debiantutorials.com/installing-cacti-rrdtool-based-graphing-solution/#comments</comments>
		<pubDate>Wed, 05 May 2010 22:07:23 +0000</pubDate>
		<dc:creator>aip</dc:creator>
				<category><![CDATA[Lenny]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[cacti]]></category>
		<category><![CDATA[rrdtool]]></category>

		<guid isPermaLink="false">http://www.debiantutorials.net/?p=280</guid>
		<description><![CDATA[Cacti is a complete frontend to RRDTool, it stores all of the necessary information to create graphs and populate them with data in a MySQL database. The frontend is completely PHP driven. Along with being able to maintain Graphs, Data Sources, and Round Robin Archives in a database, cacti handles the data gathering. There is [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.debiantutorials.net/wp-content/uploads/2010/05/cacti_logo.gif" alt="cacti_logo" title="cacti_logo" width="76" height="121" class="alignright size-full wp-image-281" />Cacti is a complete frontend to RRDTool, it stores all of the necessary information to create graphs and populate them with data in a MySQL database. The frontend is completely PHP driven. Along with being able to maintain Graphs, Data Sources, and Round Robin Archives in a database, cacti handles the data gathering. There is also SNMP support for those used to creating traffic graphs with MRTG.</p>
<p>1. Install Cacti and all required packages</p>
<p><code>apt-get install cacti<br />
</code><span id="more-280"></span></p>
<p>You will be asked a few questions, here are some guidelines:</p>
<ul>
<li>Select a root password for MySql (only shown if you haven't installed MySql): <strong>[Type a new password]</strong></li>
<li>Webserver type: <strong>Apache2</strong></li>
<li>Configure database for cacti with dbconfig-common: <strong>yes</strong></li>
<li>Password of your database's administrative user: <strong>[Type a new password]</strong></li>
<li>MySQL application password for cacti: <strong>[Leave blank or type a new password]</strong></li>
</ul>
<p>2. Enter the web installation by going to this location in a web browser: http://yourserver/cacti</p>
<p><em>Replace yourserver with a host name or IP address of the server</em></p>
<p>Click Next -> Next -> Finish and accept the defaults to all steps.</p>
<p>3. In the login box use "admin" as both username and password.</p>
<p>You're all set, configuring Cacti is outside the scope of this tutorial but we'll probably cover than in another tutorial later.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.debiantutorials.com/installing-cacti-rrdtool-based-graphing-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Nagios Core monitoring system (client and server)</title>
		<link>http://www.debiantutorials.com/installing-nagios-core-monitoring-system-client-and-server/</link>
		<comments>http://www.debiantutorials.com/installing-nagios-core-monitoring-system-client-and-server/#comments</comments>
		<pubDate>Mon, 03 May 2010 23:24:34 +0000</pubDate>
		<dc:creator>aip</dc:creator>
				<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[nagios]]></category>

		<guid isPermaLink="false">http://www.debiantutorials.net/?p=269</guid>
		<description><![CDATA[Nagios Core allows you to monitor your entire IT infrastructure to ensure systems, applications, services, and business processes are functioning properly. In the event of a failure, it can alert technical staff of the problem, allowing them to begin remediation processes before outages affect business processes, end-users, or customers. The monitoring server 1. Install Nagios [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.debiantutorials.net/wp-content/uploads/2010/05/nagios-logo.jpg" alt="nagios-logo" title="nagios-logo" width="175" height="60" class="alignright size-full wp-image-274" />Nagios Core allows you to monitor your entire IT infrastructure to ensure systems, applications, services, and business processes are functioning properly. In the event of a failure, it can alert technical staff of the problem, allowing them to begin remediation processes before outages affect business processes, end-users, or customers.</p>
<p><strong>The monitoring server</strong></p>
<p>1. Install Nagios Core and dependancies</p>
<p><code>apt-get install nagios3 nagios-nrpe-plugin<br />
</code><span id="more-269"></span></p>
<p>2. Create the admin user</p>
<p><code>htpasswd -c /etc/nagios3/htpasswd.users nagiosadmin<br />
</code></p>
<p>3. Create a host to monitor (pico /etc/nagios3/conf.d/server1.cfg)</p>
<p><code>define host<br />
{<br />
	use                     generic-host<br />
	host_name               server1<br />
	alias                   server1<br />
	address                 192.168.1.3<br />
}<br />
define service<br />
{<br />
	use                     generic-service<br />
	host_name               server1<br />
	service_description     Disk Space<br />
	check_command           check_all_disks!20%!10%<br />
}<br />
define service<br />
{<br />
	use                     generic-service<br />
	host_name               server1<br />
	service_description     Current Users<br />
	check_command           check_users!20!50<br />
}<br />
define service<br />
{<br />
	use                     generic-service<br />
	host_name               server1<br />
	service_description     Total Processes<br />
	check_command           check_procs!250!400<br />
}</p>
<p>define service<br />
{<br />
	use                     generic-service<br />
	host_name               server1<br />
	service_description     Current Load<br />
	check_command           check_load!5.0!4.0!3.0!10.0!6.0!4.0<br />
}<br />
</code></p>
<p><em>Replace server1 with the actual hostname of the server being monitored and the IP address to correct one.</em></p>
<p>This configuration will allow you to monitor the disk usage, active users, number of processes and the cpu load of a single server. Configuring host groups and other services are outside the scope of this article.</p>
<p>4. Restart Nagios</p>
<p><code>/etc/init.d/nagios3 restart<br />
</code></p>
<p>4. Enter the webadmin by opening this location in a web browser: http://yourserver/nagios3</p>
<p><strong>Clients monitored by the monitoring server</strong></p>
<p>1. Install the Nagios NRPE (Nagios Remote Plugin Executor)</p>
<p><code>apt-get install nagios-nrpe-server<br />
</code></p>
<p>2. Allow the monitoring server to connect to this NRPE (pico /etc/nagios/nrpe.cfg)</p>
<p><code>allowed_hosts=192.168.1.2<br />
</code></p>
<p><em>Replace 192.168.1.2 with the IP address of the monitoring server.</em></p>
<p><em>NRPE listens for connections on TCP port 5666 so make sure your firewall allows connections to that port from the monitoring server.</em></p>
<p>3. Restart NRPE</p>
<p><code>/etc/init.d/nagios-nrpe-server restart<br />
</code></p>
<div style="text-align:center">Click the image below to see the results</div>
<p><a href="http://www.debiantutorials.net/wp-content/uploads/2010/05/nagios.jpg" rel="lightbox[269]"><img src="http://www.debiantutorials.net/wp-content/uploads/2010/05/nagios-300x215.jpg" alt="nagios" title="nagios" width="300" height="215" class="aligncenter size-medium wp-image-270" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.debiantutorials.com/installing-nagios-core-monitoring-system-client-and-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing ntop network monitoring tool</title>
		<link>http://www.debiantutorials.com/installing-ntop-network-monitoring-tool/</link>
		<comments>http://www.debiantutorials.com/installing-ntop-network-monitoring-tool/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 20:27:21 +0000</pubDate>
		<dc:creator>aip</dc:creator>
				<category><![CDATA[Lenny]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[ntop]]></category>

		<guid isPermaLink="false">http://www.debiantutorials.net/?p=114</guid>
		<description><![CDATA[ntop is a network traffic probe that shows the network usage, similar to what the popular top Unix command does. ntop is based on libpcap and it has been written in a portable way in order to virtually run on every Unix platform and on Win32 as well. ntop users can use a a web [...]]]></description>
			<content:encoded><![CDATA[<p>ntop is a network traffic probe that shows the network usage, similar to what the popular top Unix command does. ntop is based on libpcap and it has been written in a portable way in order to virtually run on every Unix platform and on Win32 as well.</p>
<p>ntop users can use a a web browser (e.g. netscape) to navigate through ntop (that acts as a web server) traffic information and get a dump of the network status. In the latter case, ntop can be seen as a simple RMON-like agent with an embedded web interface.</p>
<p>1. Install required packages</p>
<p><code>apt-get install ntop<br />
</code><span id="more-114"></span></p>
<p>2. Set administrator password</p>
<p><code>ntop --set-admin-password<br />
</code></p>
<p>3. Configure ntop to use your correct network adapter if it's not eth0 (optional)</p>
<p><code>dpkg-reconfigure ntop<br />
 > eth0 (or your network adapter)<br />
 > ntop<br />
</code></p>
<p>4. Start ntop</p>
<p><code>/etc/init.d/ntop start<br />
</code></p>
<p>Now you can access ntop web admin on a location similar to this one: http://192.168.1.100:3000. Just make sure you replace the IP address with your server IP address.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.debiantutorials.com/installing-ntop-network-monitoring-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing the Hobbit monitor on lenny</title>
		<link>http://www.debiantutorials.com/installing-the-hobbit-monitor-on-lenny/</link>
		<comments>http://www.debiantutorials.com/installing-the-hobbit-monitor-on-lenny/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 13:32:54 +0000</pubDate>
		<dc:creator>aip</dc:creator>
				<category><![CDATA[Lenny]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[hobbit]]></category>
		<category><![CDATA[lenny]]></category>

		<guid isPermaLink="false">http://www.debiantutorials.net/?p=77</guid>
		<description><![CDATA[Hobbit monitors your hosts, your network services, and anything else you configure it to do via extensions. Hobbit can periodically generate requests to network services - http, ftp, smtp and so on - and record if the service is responding as expected. You can also monitor local disk utilisation, logfiles and processes through the use [...]]]></description>
			<content:encoded><![CDATA[<p>Hobbit monitors your hosts, your network services, and anything else you configure it to do via extensions. Hobbit can periodically generate requests to network services - http, ftp, smtp and so on - and record if the service is responding as expected. You can also monitor local disk utilisation, logfiles and processes through the use of agents installed on the servers. </p>
<p><em>Before you install, make sure you have Apache web server installed.</em></p>
<p>1. Install hobbit packages</p>
<p><code>apt-get install hobbit hobbit-client hobbit-plugins<br />
</code><span id="more-77"></span></p>
<p>2. By default hobbit only allows connections from local host. Append the IP addresses you want to allow here in all three of the Allow from[...] lines like shown here (pico /etc/apache2/conf.d/hobbit)</p>
<p><code>Allow from localhost ::1/128 192.168.1.2<br />
</code></p>
<p><em>In this case I have added the 192.168.1.2 but you should replace it to the one on your computer</em></p>
<p>3. Create a user to access the administration section</p>
<p><code>htpasswd -c /etc/hobbit/hobbitpasswd {username}<br />
</code></p>
<p>4. Restart apache</p>
<p><code>/etc/init.d/apache2 restart<br />
</code></p>
<p>Now you can access the hobbit monitoring console on this location http://youservername/hobbit/ (Make sure you include the trailing slash)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.debiantutorials.com/installing-the-hobbit-monitor-on-lenny/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Monitoring multiple servers with Munin</title>
		<link>http://www.debiantutorials.com/monitoring-multiple-servers-with-munin/</link>
		<comments>http://www.debiantutorials.com/monitoring-multiple-servers-with-munin/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 23:56:32 +0000</pubDate>
		<dc:creator>aip</dc:creator>
				<category><![CDATA[Lenny]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[etch]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[munin]]></category>

		<guid isPermaLink="false">http://www.debiantutorials.net/?p=68</guid>
		<description><![CDATA[Munin is a network/system monitoring application that presents output in graphs through a web interface. Its emphasis is on simple plug and play capabilities. A large number of monitoring plugins are available. Using Munin you can easily monitor the performance of your computers, networks, SANs, and quite possibly applications as well. It makes it easy [...]]]></description>
			<content:encoded><![CDATA[<p>Munin is a network/system monitoring application that presents output in graphs through a web interface. Its emphasis is on simple plug and play capabilities. A large number of monitoring plugins are available. Using Munin you can easily monitor the performance of your computers, networks, SANs, and quite possibly applications as well. It makes it easy to determine "what's different today" when a performance problem crops up. It makes it easy to see how you're doing capacity wise on all limited resources.</p>
<p></p>
<p><strong>Master monitoring server</strong></p>
<p>1. Install Munin and Munin node daemon:</p>
<p><code>apt-get install munin munin-node<br />
</code><span id="more-68"></span></p>
<p>2. Configure server being monitored (pico /etc/munin/munin.conf):</p>
<p><code>[host.domain.com]<br />
address xxx.xxx.xxx.xxx<br />
use_node_name yes<br />
</code></p>
<p><em>Replace host.domain.com with the server's fully qualified domain and xxx.xxx.xxx.xxx with it's IP address. Type this code for each and every server being monitored including the master server.</em></p>
<p>3. Configure the Munin node daemon (pico /etc/munin/munin-node.conf).</p>
<p>Set the master server host name (Must be the same as used in /etc/munin/munin.conf):</p>
<p><code>host_name host.domain.com<br />
</code></p>
<p>4. Restart Munin node daemon:</p>
<p><code>/etc/init.d/munin-node restart<br />
</code></p>
<p>&nbsp;<br />&nbsp;</p>
<p><strong>All other servers being monitored</strong></p>
<p>1. Install Munin and Munin node daemon:</p>
<p><code>apt-get install munin munin-node<br />
</code></p>
<p>2. Configure the Munin node daemon (pico /etc/munin/munin-node.conf).</p>
<p>Set this server's host name (Must be the same as used in /etc/munin/munin.conf on the master server):</p>
<p><code>host_name host.domain.com<br />
</code></p>
<p>Allow the master server to connect and grab data:</p>
<p><code>allow ^xxx\.xxx\.xxx\.xxx$<br />
</code></p>
<p><em>Replace ^xxx\.xxx\.xxx\.xxx$ with your server's IP address. For example if the master server's IP address is 192.168.1.1, you would use: ^192\.168\.1\.1$. The master server will connect to this server on port 4949 so make sure that port isn't blocked on firewalls.</em></p>
<p>3. Restart Munin node daemon:</p>
<p><code>/etc/init.d/munin-node restart<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.debiantutorials.com/monitoring-multiple-servers-with-munin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Zenoss monitoring system</title>
		<link>http://www.debiantutorials.com/installing-zenoss-monitoring-system/</link>
		<comments>http://www.debiantutorials.com/installing-zenoss-monitoring-system/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 12:36:27 +0000</pubDate>
		<dc:creator>aip</dc:creator>
				<category><![CDATA[Lenny]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[zenoss]]></category>

		<guid isPermaLink="false">http://debiantutorials.net/?p=31</guid>
		<description><![CDATA[Zenoss is an award-winning open source IT monitoring product that effectively manages the configuration, health and performance of networks, servers and applications through a single, integrated software package. Start by adding a zenoss entry to your apt sources (pico /etc/apt/sources.list): deb http://dev.zenoss.org/deb main stable Update apt repository apt-get update Install Zenoss and depending packages apt-get [...]]]></description>
			<content:encoded><![CDATA[<p>Zenoss is an award-winning open source IT monitoring product that effectively manages the configuration, health and performance of networks, servers and applications through a single, integrated software package.</p>
<p>Start by adding a zenoss entry to your apt sources (pico /etc/apt/sources.list):</p>
<p><code>deb http://dev.zenoss.org/deb main stable<br />
</code><span id="more-31"></span></p>
<p>Update apt repository</p>
<p><code>apt-get update<br />
</code></p>
<p>Install Zenoss and depending packages</p>
<p><code>apt-get install zenoss-stack<br />
</code></p>
<p>Start Zenoss</p>
<p><code>/etc/init.d/zenoss-stack start<br />
</code></p>
<p>You can now login by navigating to http://yourhost:8080/ using the username: admin and password: zenoss</p>
]]></content:encoded>
			<wfw:commentRss>http://www.debiantutorials.com/installing-zenoss-monitoring-system/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
