<?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>OpenSource NetMonitoring &#187; monitoring</title>
	<atom:link href="http://www.netmonitoring.org/tag/monitoring/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.netmonitoring.org</link>
	<description>Install,configure,troubleshoot opensource monitoring with tips and tricks</description>
	<lastBuildDate>Thu, 13 Aug 2009 05:31:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>BWM-NG &#8211; Network Bandwidth &amp; Disk I/O Monitoring</title>
		<link>http://www.netmonitoring.org/bwm-ng-network-disk-monitoring/bwm-ng-network-bandwidth-disk-io-monitoring/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=bwm-ng-network-bandwidth-disk-io-monitoring</link>
		<comments>http://www.netmonitoring.org/bwm-ng-network-disk-monitoring/bwm-ng-network-bandwidth-disk-io-monitoring/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 19:52:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[bwm-ng Network Disk Monitoring]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[bwm-ng]]></category>
		<category><![CDATA[disk-i/o]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[netstat]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[proc]]></category>
		<category><![CDATA[stats]]></category>

		<guid isPermaLink="false">http://www.netmonitoring.org/bwm-ng-network-disk-monitoring/bwm-ng-network-bandwidth-disk-io-monitoring/</guid>
		<description><![CDATA[Bandwidth Monitor NG (bwm-ng) is a simple small console based live Network and Disk I/O  Bandwidth monitor for Linux, Unix, BSD,Solaris, Mac OSx, Windows based platforms. There is no fancy GUI or interfaces simple console utility which installs and runs flawlessly showing live stats of your Network or Disk I/O stats. Disk I/O support is [...]]]></description>
			<content:encoded><![CDATA[<p><div align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-6006760557805242";
//NM-336
google_ad_slot = "8207385485";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div><br />
Bandwidth Monitor NG (bwm-ng) is a simple small console based live Network and Disk I/O  Bandwidth monitor for Linux, Unix, BSD,Solaris, Mac OSx, Windows based platforms.</p>
<p>There is no fancy GUI or interfaces simple console utility which installs and runs flawlessly showing live stats of your Network or Disk I/O stats.</p>
<p>Disk I/O support is only added in the latest stable version bwm-ng 0.6 and Disk I/O is not supported on Windows Platforms yet.</p>
<p><span id="more-47"></span><br />
Features include<br />
<strong><br />
</strong></p>
<blockquote><p><strong>support for /proc/net/dev, netstat, getifaddr, sysctl, kstat for Network Monitoring</strong></p>
<p><strong>support for /proc/diskstats /proc/partitions, IOKit, devstat and libstatgrab for Disk I/O Monitoring</strong></p>
<p><strong>Support for unlimited number of Network interfaces/devices</strong></p>
<p><strong>Dynamic Addition and Deletion of interfaces/devices to the list</strong></p>
<p><strong>Whitelist and blacklist of interfaces/devices</strong></p>
<p><strong>Output formats of KB/s, Kb/s, packets, errors, average, max and total sum</strong></p>
<p><strong>Output in curses, plain console, CSV or HTML </strong></p></blockquote>
<p>While packages are available for most of the platforms, installation is fairly straight forward. Download, compile and install as follows:</p>
<p>I did the installation in Debian but should be the same for most of the platforms</p>
<p><u><strong>Download<br />
</strong></u></p>
<blockquote><p><strong>debian4R2Base:/etc# wget http://www.gropp.org/bwm-ng/bwm-ng-0.6.tar.gz</strong></p></blockquote>
<p><u><strong>Untar &amp; Unzip</strong></u></p>
<blockquote><p><strong>debian4R2Base:/etc# tar -zxvf bwm-ng-0.6.tar.gz</strong></p></blockquote>
<p><u><strong>Compile &amp; Install</strong></u></p>
<blockquote><p><strong>debian4R2Base:/etc# cd bwm-ng-0.6</strong></p>
<p><strong>debian4R2Base:~/bwm-ng-0.6# ./configure</strong></p>
<p><strong>debian4R2Base:~/bwm-ng-0.6# make &amp;&amp; make install</strong></p></blockquote>
<p>You have to install &#8220;libstatgrab&#8221;, if you choose to use it</p>
<blockquote><p><strong>debian4R2Base:~/bwm-ng-0.6# aptitude install libstatgrab6</strong></p></blockquote>
<p>That completes the installation.</p>
<p>In debian, if you want to use the aptitude package manager to install then you need to install from the unstable source http://packages.debian.org/unstable/net/bwm-ng as this contains the latest version with disk I/O support.</p>
<p>If disk I/O is not required then can install bwm-ng 0.5 from the stable sources</p>
<blockquote><p><strong>debian4R2Base:~/bwm-ng-0.6# aptitude install bwm-ng</strong></p></blockquote>
<p>Once installed simply running &#8220;bwm-ng&#8221; will default to Network stats on all interfaces. You can use bwm-ng for all options.</p>
<p><u><strong>For stats on all network Interfaces</strong></u></p>
<p><strong>debian4R2Base:~/bwm-ng-0.6# bwm-ng</strong></p>
<p><img src="http://www.netmonitoring.org/wp-content/uploads/2008/03/bwm-ng-network.PNG" alt="bwm-ng Network monitoring" /></p>
<p><u><strong>For stats on Select Network Interface</strong></u></p>
<p><strong>debian4R2Base:~/bwm-ng-0.6# bwm-ng -I eth0<br />
</strong><br />
where eth0 is the network interface</p>
<p><img src="http://www.netmonitoring.org/wp-content/uploads/2008/03/bwm-ng-network_eth0.PNG" alt="bwm-ng eth0 monitoring" /><br />
<u><strong>For stats on Disk I/O</strong></u></p>
<p><strong>debian4R2Base:~/bwm-ng-0.6# bwm-ng -i disk<br />
</strong><br />
(Reads from /proc/diskstat)</p>
<p><img src="http://www.netmonitoring.org/wp-content/uploads/2008/03/bwm-ng-disk.PNG" alt="bwm-ng disk I/O" /></p>
<p>In Windows, simply download, unzip the file and run the EXE file.  For more information, visit the homepage <a href="http://www.gropp.org/?id=projects&amp;sub=bwm-ng" title="bwm-ng Network Disk Monitoring" target="_blank">here</a></p>
<h3>Related Post</h3><ul class="related_post"><li><a href="http://www.netmonitoring.org/darkstat-bandwidth-monitoring/darkstat-network-bandwidthtraffic-monitoring-for-linux-nix/" title="DarkStat &#8211; Network Bandwidth/Traffic monitoring for Linux *NIX">DarkStat &#8211; Network Bandwidth/Traffic monitoring for Linux *NIX</a></li><li><a href="http://www.netmonitoring.org/nagios/nagios-checker-nagios-alarms-on-your-firefox-status-bar/" title="Nagios Checker &#8211; Nagios Alarms on your Firefox Status bar">Nagios Checker &#8211; Nagios Alarms on your Firefox Status bar</a></li><li><a href="http://www.netmonitoring.org/nagios/good-nagios-plugins-on-the-web/" title="Good Nagios Plugins on the web">Good Nagios Plugins on the web</a></li><li><a href="http://www.netmonitoring.org/nagios/how-to-install-upgrade-nagmin-for-nagios-1x/" title="How to Install &#038; Upgrade Nagmin for Nagios 1.x">How to Install &#038; Upgrade Nagmin for Nagios 1.x</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.netmonitoring.org/bwm-ng-network-disk-monitoring/bwm-ng-network-bandwidth-disk-io-monitoring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nagios Checker &#8211; Nagios Alarms on your Firefox Status bar</title>
		<link>http://www.netmonitoring.org/nagios/nagios-checker-nagios-alarms-on-your-firefox-status-bar/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=nagios-checker-nagios-alarms-on-your-firefox-status-bar</link>
		<comments>http://www.netmonitoring.org/nagios/nagios-checker-nagios-alarms-on-your-firefox-status-bar/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 19:50:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Nagios]]></category>
		<category><![CDATA[alarm]]></category>
		<category><![CDATA[alert]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.netmonitoring.org/nagios/nagios-checker-nagios-alarms-on-your-firefox-status-bar/</guid>
		<description><![CDATA[Just came across this great Firefox Browser addon, Nagios Checker 0.11 for Nagios Network Monitoring system alerts. This is a great simple addon that shows any alarms on your nagios monitoring system simply on the browser status bar providing the need not to logon to Nagios web interface. The extension loads up in the status bar and alarms you of any [...]]]></description>
			<content:encoded><![CDATA[<p><div align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-6006760557805242";
//NM-336
google_ad_slot = "8207385485";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div></p>
<p>Just came across this great Firefox Browser addon, Nagios Checker 0.11 for Nagios Network Monitoring system alerts. This is a great simple addon that shows any alarms on your nagios monitoring system simply on the browser status bar providing the need not to logon to Nagios web interface. The extension loads up in the status bar and alarms you of any network events. What I liked in the extension is that it is absolutely non-intrusive. Sits on the bottom right corner of the browser status bar and highlights any alarm. When you move your mouse over it, it displays the alarm in detail.</p>
<p><img src="http://www.netmonitoring.org/wp-content/uploads/2008/03/nagios_statusbar.PNG" alt="Nagios Status Bar alert" /> </p>
<p><span id="more-32"></span></p>
<p>Once installed, restart the browser. This should load the extension on the status bar. Right-click and select Settings. As a first step, Add a new Nagios Monitoring Server and its access username and password. This allows the extension to obtain status update from Nagios.</p>
<p><img src="http://www.netmonitoring.org/wp-content/uploads/2008/03/nagios_alert.PNG" alt="Nagios Alert in detail" /></p>
<p>Nagios Checker 0.11 can work on Firefox 1.x &amp; 2.x version of the browser and can support nagios 1.x &amp; Nagios 2.x</p>
<p>It provides a quite a lot of features including</p>
<blockquote><p><strong>Filtering the output on the Extension window </strong></p>
<p><strong>Output Display Properties </strong></p>
<p><strong>Sound Alerts when an alarm appears </strong></p>
<p><strong>Extension behaviour control and status.cgi update interval</strong></p></blockquote>
<p>For more information and installation, please <a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/3607" title="Nagios Checker - Nagios Addon for Firefox browser">click here</a></p>
<p><a href="http://www.netmonitoring.org/wp-content/uploads/2008/03/settings_add.PNG" title="Nagios add server"><img src="http://www.netmonitoring.org/wp-content/uploads/2008/03/settings_add.thumbnail.PNG" alt="Nagios add server" /></a> <a href="http://www.netmonitoring.org/wp-content/uploads/2008/03/filter_outputs.PNG" title="nagios checker output filter"><img src="http://www.netmonitoring.org/wp-content/uploads/2008/03/filter_outputs.thumbnail.PNG" alt="nagios checker output filter" /></a> <a href="http://www.netmonitoring.org/wp-content/uploads/2008/03/display.PNG" title="Nagios Checker Display Setting"><img src="http://www.netmonitoring.org/wp-content/uploads/2008/03/display.thumbnail.PNG" alt="Nagios Checker Display Setting" /></a> <a href="http://www.netmonitoring.org/wp-content/uploads/2008/03/sounds.PNG" title="Nagios Checker Sound Settings"><img src="http://www.netmonitoring.org/wp-content/uploads/2008/03/sounds.thumbnail.PNG" alt="Nagios Checker Sound Settings" /></a></p>
<p><a href="http://www.netmonitoring.org/wp-content/uploads/2008/03/behaviour.PNG" title="nagios checker behaviour"><img src="http://www.netmonitoring.org/wp-content/uploads/2008/03/behaviour.thumbnail.PNG" alt="nagios checker behaviour" /></a> <a href="http://www.netmonitoring.org/wp-content/uploads/2008/03/statuschecker.PNG" title="advanced setting"><img src="http://www.netmonitoring.org/wp-content/uploads/2008/03/statuschecker.thumbnail.PNG" alt="advanced setting" /></a></p>
<h3>Related Post</h3><ul class="related_post"><li><a href="http://www.netmonitoring.org/nagios/good-nagios-plugins-on-the-web/" title="Good Nagios Plugins on the web">Good Nagios Plugins on the web</a></li><li><a href="http://www.netmonitoring.org/nagios/how-to-install-upgrade-nagmin-for-nagios-1x/" title="How to Install &#038; Upgrade Nagmin for Nagios 1.x">How to Install &#038; Upgrade Nagmin for Nagios 1.x</a></li><li><a href="http://www.netmonitoring.org/nagios/two-cool-nagios-applications-on-apple-iphone/" title="Two cool Nagios applications on Apple iPhone">Two cool Nagios applications on Apple iPhone</a></li><li><a href="http://www.netmonitoring.org/bwm-ng-network-disk-monitoring/bwm-ng-network-bandwidth-disk-io-monitoring/" title="BWM-NG &#8211; Network Bandwidth &#038; Disk I/O Monitoring">BWM-NG &#8211; Network Bandwidth &#038; Disk I/O Monitoring</a></li><li><a href="http://www.netmonitoring.org/centreon/install-configure-centreon-network-monitoring-in-debian/" title="Install &#038; Configure Centreon Network Monitoring in Debian">Install &#038; Configure Centreon Network Monitoring in Debian</a></li><li><a href="http://www.netmonitoring.org/centreon/configure-centreon-setup-and-database/" title="Configure Centreon setup and database">Configure Centreon setup and database</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.netmonitoring.org/nagios/nagios-checker-nagios-alarms-on-your-firefox-status-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good Nagios Plugins on the web</title>
		<link>http://www.netmonitoring.org/nagios/good-nagios-plugins-on-the-web/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=good-nagios-plugins-on-the-web</link>
		<comments>http://www.netmonitoring.org/nagios/good-nagios-plugins-on-the-web/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 19:53:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Nagios]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www2.netmonitoring.org/nagios/good-nagios-plugins-on-the-web/</guid>
		<description><![CDATA[Nagios Plugins are available from download on the main Nagios site and the Nagios Exchange website. However, there are a lot of resource out their on the internet where some good plugins are found. I&#8217;ve just the ones I know. Official Nagios Plugin http://www.nagios.org/download/ Nagios Exchange http://www.nagiosexchange.org Nagios SNMP Plugind from Emmanuelle &#38; Patrick http://www.manubulon.com/nagios/ [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense-->Nagios Plugins are available from download on the main Nagios site and the Nagios Exchange website. However, there are a lot of resource out their on the internet where some good plugins are found. I&#8217;ve just the ones I know.</p>
<p><span id="more-5"></span></p>
<blockquote><p>Official Nagios Plugin</p></blockquote>
<p><a href="http://www.nagios.org/download/">http://www.nagios.org/download/</a></p>
<blockquote><p>Nagios Exchange</p></blockquote>
<p><a href="http://www.nagiosexchange.org/">http://www.nagiosexchange.org</a></p>
<blockquote><p>Nagios SNMP Plugind from Emmanuelle &amp; Patrick</p></blockquote>
<p><a href="http://www.manubulon.com/nagios/">http://www.manubulon.com/nagios/</a></p>
<blockquote><p>Nagios Plugins at OpenFusion</p></blockquote>
<p><a href="http://www.openfusion.com.au/labs/nagios/">http://www.openfusion.com.au/labs/nagios/</a></p>
<blockquote><p>Nagios Plugins at CPAN</p></blockquote>
<p><a href="http://search.cpan.org/~tonvoon/Nagios-Plugin-0.10/">http://search.cpan.org/~tonvoon/Nagios-Plugin-0.10/</a></p>
<blockquote><p>WebInject as a Nagios Plugin</p></blockquote>
<p><a href="http://www.webinject.org/plugin.html">http://www.webinject.org/plugin.html</a></p>
<blockquote><p>Debian Nagios Plugin Package (STABLE)</p></blockquote>
<p><a href="http://packages.debian.org/stable/net/nagios-plugins">http://packages.debian.org/stable/net/nagios-plugins</a></p>
<blockquote><p>Debian Nagios Plugin Package (UNSTABLE)</p></blockquote>
<p><a href="http://packages.debian.org/unstable/net/nagios-plugins">http://packages.debian.org/unstable/net/nagios-plugins</a></p>
<blockquote><p>check_clamav Nagios plugin</p></blockquote>
<p><a href="http://bsd.phoenix.az.us/projects/check-clamav">http://bsd.phoenix.az.us/projects/check-clamav</a></p>
<blockquote><p>Nagios Plugin RPM Packages at DAG for Redhat and Fedora</p></blockquote>
<p><a href="http://dag.wieers.com/packages/nagios-plugins/">http://dag.wieers.com/packages/nagios-plugins/</a></p>
<blockquote><p>Server blacklist &amp; SIP device plugin at bashton</p></blockquote>
<p><a href="http://www.bashton.com/content/nagiosplugins">http://www.bashton.com/content/nagiosplugins</a></p>
<blockquote><p>Nagios Plugins RPM package for SUSE Linux</p></blockquote>
<p><a href="http://www.novell.com/products/linuxpackages/enterpriseserver/i386/nagios-plugins.html">http://www.novell.com/products/linuxpackages/enterpriseserver/i386/nagios-plugins.html</a></p>
<blockquote><p>Check_tftp &amp; check_oracle_writeaccess plugins at Mathias Kettner</p></blockquote>
<p><a href="http://mathias-kettner.com/nagios_plugins.html">http://mathias-kettner.com/nagios_plugins.html</a></p>
<blockquote><p>Nagios Plugin for OpenQRM</p></blockquote>
<p><a href="http://www.openqrm.org/nagios-and-openqrm.html">http://www.openqrm.org/nagios-and-openqrm.html</a></p>
<h3>Related Post</h3><ul class="related_post"><li><a href="http://www.netmonitoring.org/nagios/nagios-checker-nagios-alarms-on-your-firefox-status-bar/" title="Nagios Checker &#8211; Nagios Alarms on your Firefox Status bar">Nagios Checker &#8211; Nagios Alarms on your Firefox Status bar</a></li><li><a href="http://www.netmonitoring.org/nagios/how-to-install-upgrade-nagmin-for-nagios-1x/" title="How to Install &#038; Upgrade Nagmin for Nagios 1.x">How to Install &#038; Upgrade Nagmin for Nagios 1.x</a></li><li><a href="http://www.netmonitoring.org/nagios/two-cool-nagios-applications-on-apple-iphone/" title="Two cool Nagios applications on Apple iPhone">Two cool Nagios applications on Apple iPhone</a></li><li><a href="http://www.netmonitoring.org/bwm-ng-network-disk-monitoring/bwm-ng-network-bandwidth-disk-io-monitoring/" title="BWM-NG &#8211; Network Bandwidth &#038; Disk I/O Monitoring">BWM-NG &#8211; Network Bandwidth &#038; Disk I/O Monitoring</a></li><li><a href="http://www.netmonitoring.org/centreon/install-configure-centreon-network-monitoring-in-debian/" title="Install &#038; Configure Centreon Network Monitoring in Debian">Install &#038; Configure Centreon Network Monitoring in Debian</a></li><li><a href="http://www.netmonitoring.org/centreon/configure-centreon-setup-and-database/" title="Configure Centreon setup and database">Configure Centreon setup and database</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.netmonitoring.org/nagios/good-nagios-plugins-on-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install &amp; Upgrade Nagmin for Nagios 1.x</title>
		<link>http://www.netmonitoring.org/nagios/how-to-install-upgrade-nagmin-for-nagios-1x/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-install-upgrade-nagmin-for-nagios-1x</link>
		<comments>http://www.netmonitoring.org/nagios/how-to-install-upgrade-nagmin-for-nagios-1x/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 19:26:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Nagios]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[nagmin]]></category>
		<category><![CDATA[webmin]]></category>

		<guid isPermaLink="false">http://www2.netmonitoring.org/nagios/how-to-install-upgrade-nagmin-for-nagios-1x/</guid>
		<description><![CDATA[Nagmin is webmin module for Nagios and is a versatile tool that manages and compliments Nagios. Unfortunately, Nagios will only support the Nagios 1.x versions and not the 2.x versions for the reason that the MySQL database support is no more available on Nagios 2.x versions. Nagmin had its very active work done sometime in [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense-->Nagmin is webmin module for Nagios and is a versatile tool that manages and compliments Nagios. Unfortunately, Nagios will only support the Nagios 1.x versions and not the 2.x versions for the reason that the MySQL database support is no more available on Nagios 2.x versions. Nagmin had its very active work done sometime in 2004 and unfortunate it is not taken any further. However, in its last available state, it is still a very powerful tool to administer Nagios. Being an Admin myself, I wouldn&#8217;t prefer a different admin tool than Nagmin for Nagios.</p>
<p><span id="more-3"></span></p>
<p>Installation of Nagmin requires the following installed on the server:</p>
<ul>
<li><span>An installed working Nagios 1.x version</span></li>
<li>An installed working MySQL 3.0 or higher (Latest version 5.0)</li>
<li>An installed working NMap (Latest Version 4.11)</li>
<li>An installed working Net-SNMP (Latest Version 5.3.1)</li>
<li>An installed working RRDTool (Latest Version 1.2.15)  </li>
</ul>
<p>Installation of Nagmin is a two step procedure. First install Webmin and then Nagmin<br />
<strong><u>Install WEBMIN</u></strong></p>
<p>Download the latest version of Webmin from</p>
<blockquote><p><a target="_blank" href="http://www.webmin.com" title="Webmin Homepage">http://www.webmin.com</a></p></blockquote>
<p>The latest version when this article is written is 1.300 and can be downloaded from here:</p>
<blockquote><p><a target="_blank" href="http://prdownloads.sourceforge.net/webadmin/webmin-1.300.tar.gz" title="Download Webmin 1.300" class="blogsection">http://prdownloads.sourceforge.net/webadmin/webmin-1.300.tar.gz</a></p></blockquote>
<p>Once downloaded,</p>
<p>Untar the files using,</p>
<blockquote><p><strong># tar -zxvf webmin-1.300.tar.gz</strong></p></blockquote>
<p>Change to the extracted Directory</p>
<blockquote><p><strong># cd webmin-1.300</strong></p></blockquote>
<p>Run the setup script as follows,</p>
<blockquote><p><strong># ./setup.sh /usr/local/webmin</strong></p></blockquote>
<p>Accept the defaults when prompted and this will install Webmin in /usr/local/ directory.</p>
<p>Now launch</p>
<blockquote><p><span><em>http://&lt;IP or hostname&gt;:10000/</em></span></p></blockquote>
<p>This should launch Webmin installed on the server.</p>
<p>Logon as the admin user specified during installation and check webmin works OK on the server.</p>
<p>Now, proceed to install Nagmin.</p>
<p><span><strong><u>Install Nagmin</u></strong></span></p>
<p>Download <strong>Nagmin-2.1.0</strong> from the following sourceforge website:</p>
<blockquote><p><a target="_blank" href="http://downloads.sourceforge.net/nagmin/nagmin-2.1.0.tar.gz?modtime=1078099200&amp;big_mirror=0" title="Nagmin-2.1.0 download">http://downloads.sourceforge.net/nagmin/nagmin-2.1.0.tar.gz?modtime=1078099200&amp;big_mirror=0</a></p></blockquote>
<p><span class="small"><br />
<span class="highlight">NOTE: Do not try to install Nagmin 2.2 at the first place as it does not have the setup script that runs the various SQL scripts and creates the Nagios Database and the tables for the Database.</span></span></p>
<p>Once downloaded, untar the  <strong>nagmin-2.1.0.tar.gz</strong></p>
<blockquote><p><strong># tar -zxvf  nagmin-2.1.0.tar.gz</strong></p></blockquote>
<p>Move the directory <em><strong>nagmin-2.1.0</strong></em> to<em> <strong>/usr/local/</strong></em> and rename it as <em><strong>nagmin</strong></em></p>
<blockquote><p><strong># mv nagmin-2.1.0 /usr/local/nagmin</strong></p></blockquote>
<p>Now, launch the webmin to add the nagmin as a webmin module.</p>
<p>Launch</p>
<blockquote><p><span><em>http://&lt;IP or HOSTNAME&gt;:10000</em></span></p></blockquote>
<p>Login as the admin user.</p>
<p>Click Webmin and then Webmin Configuration.</p>
<p>Click Webmin modules.</p>
<p>Select &#8220;<em><strong>from local file</strong></em>&#8221; option and and type the location as</p>
<blockquote><p><strong>/usr/local/nagmin/nagmin-2.1.0.wbm</strong></p></blockquote>
<p>and click Install.</p>
<p>This should install the Nagmin module and allow a link to launch Nagmin. Alternatively, click Servers then select &#8220;<strong>Nagmin Nagios Monitoring</strong>&#8221;</p>
<p>Now, it is advisable to upgrade to <em><strong>Nagmin-2.2.0</strong></em> as this fixes a few installer errors in Nagmin-2.1.0</p>
<p><u>Upgrade Nagmin-2.1.0 to Nagmin -2.2.0</u></p>
<p>To upgrade, first make a backup of the /usr/local/nagmin directory:</p>
<blockquote><p><strong># mv  /usr/local/nagmin /usr/local/nagmin_bkp</strong></p></blockquote>
<p>Now, download <em><strong>Nagmin-2.2.0</strong></em> from</p>
<blockquote><p><a target="_blank" href="http://downloads.sourceforge.net/nagmin/nagmin-2.2.0.tar.gz?modtime=1083196800&amp;big_mirror=0" title="Nagmin-2.2.0 download">http://downloads.sourceforge.net/nagmin/nagmin-2.2.0.tar.gz?modtime=1083196800&amp;big_mirror=0</a></p></blockquote>
<p>untar the  <em><strong>nagmin-2.2.0.tar.gz</strong></em></p>
<blockquote><p><strong># tar -zxvf  nagmin-2.2.0.tar.gz</strong></p></blockquote>
<p>Move the directory <em><strong>nagmin-2.2.0</strong></em> and to <em><strong>/usr/local/nagmin</strong></em> directory</p>
<blockquote><p><strong># mv nagmin-2.2.0 /usr/local/ nagmin</strong></p></blockquote>
<p>Once again, launch the webmin to add the nagmin as a webmin module.</p>
<p>Launch</p>
<blockquote><p><span><em>http://&lt;IP</em><em> or HOSTNAME&gt;:10000</em></span></p></blockquote>
<p>Login as the admin user.</p>
<p>Click Webmin Configuration.</p>
<p>Click Webmin modules.</p>
<p>Select &#8220;from local file&#8221; option and and type the location as</p>
<blockquote><p><strong>/usr/local/nagmin/nagmin-2.2.0.wbm</strong></p></blockquote>
<p>and click Install.</p>
<p>This should install the updated Nagmin module (2.2.0) and allow a link to launch Nagmin. Alternatively, click Servers then select &#8220;Nagmin Nagios Monitoring&#8221;</p>
<p>Thats the deal&#8230; Have fun with Nagios Monitoring with Nagmin Administration. </p>
<h3>Related Post</h3><ul class="related_post"><li><a href="http://www.netmonitoring.org/nagios/nagios-checker-nagios-alarms-on-your-firefox-status-bar/" title="Nagios Checker &#8211; Nagios Alarms on your Firefox Status bar">Nagios Checker &#8211; Nagios Alarms on your Firefox Status bar</a></li><li><a href="http://www.netmonitoring.org/nagios/good-nagios-plugins-on-the-web/" title="Good Nagios Plugins on the web">Good Nagios Plugins on the web</a></li><li><a href="http://www.netmonitoring.org/nagios/two-cool-nagios-applications-on-apple-iphone/" title="Two cool Nagios applications on Apple iPhone">Two cool Nagios applications on Apple iPhone</a></li><li><a href="http://www.netmonitoring.org/bwm-ng-network-disk-monitoring/bwm-ng-network-bandwidth-disk-io-monitoring/" title="BWM-NG &#8211; Network Bandwidth &#038; Disk I/O Monitoring">BWM-NG &#8211; Network Bandwidth &#038; Disk I/O Monitoring</a></li><li><a href="http://www.netmonitoring.org/centreon/install-configure-centreon-network-monitoring-in-debian/" title="Install &#038; Configure Centreon Network Monitoring in Debian">Install &#038; Configure Centreon Network Monitoring in Debian</a></li><li><a href="http://www.netmonitoring.org/centreon/configure-centreon-setup-and-database/" title="Configure Centreon setup and database">Configure Centreon setup and database</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.netmonitoring.org/nagios/how-to-install-upgrade-nagmin-for-nagios-1x/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
