<?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; nagmin</title>
	<atom:link href="http://www.netmonitoring.org/tag/nagmin/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>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><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>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>
