<?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; network-monitoring</title>
	<atom:link href="http://www.netmonitoring.org/tag/network-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>vnStat PHP Frontend &#8211; Install &amp; Config Webinterface for vnStat</title>
		<link>http://www.netmonitoring.org/vnstat-bandwidth-monitoring/vnstat-php-frontend-install-config-webinterface-for-vnstat/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=vnstat-php-frontend-install-config-webinterface-for-vnstat</link>
		<comments>http://www.netmonitoring.org/vnstat-bandwidth-monitoring/vnstat-php-frontend-install-config-webinterface-for-vnstat/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 23:07:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[vnStat Bandwidth Monitoring]]></category>
		<category><![CDATA[Bandwidth-Monitoring]]></category>
		<category><![CDATA[frontend]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[network-monitoring]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[vnStat]]></category>

		<guid isPermaLink="false">http://www.netmonitoring.org/vnstat-bandwidth-monitoring/vnstat-php-frontend-install-config-webinterface-for-vnstat/</guid>
		<description><![CDATA[B. Dijkstra at SQWEEK.com has written a simple PHP web frontend for vnStat. The latest stable version is 1.4.1 and is available for download here vnStat PHP Frontend requires Apache Webserver (use Apache2.2.3 here) PHP (use PHP5.2.0-8) GD Image librariesvnStat already installed So lets get the prerequisites install. Install PHP5 DebianSystem# aptitude install php5 Install [...]]]></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 />
B. Dijkstra at <a title="SQWEEK" href="http://www.sqweek.com" target="_blank">SQWEEK.com</a> has written a simple PHP web frontend for vnStat. The latest stable version is 1.4.1 and is available for download <a title="vnStat PHP Frontend download" href="http://www.sqweek.com/sqweek/files/vnstat_php_frontend-1.4.1.tar.gz" target="_blank">here</a></p>
<p>vnStat PHP Frontend requires<br />
<strong><br />
</strong></p>
<blockquote><p><strong>Apache Webserver (use Apache2.2.3 here)</strong></p>
<p><strong>PHP (use PHP5.2.0-8)</strong></p>
<p><strong>GD Image libraries</strong><strong>vnStat already installed</strong></p></blockquote>
<p><span id="more-43"></span> So lets get the prerequisites install.</p>
<p><span style="text-decoration: underline;"><strong>Install PHP5</strong></span></p>
<blockquote><p><strong>DebianSystem# aptitude install php5</strong></p></blockquote>
<p><span style="text-decoration: underline;"><strong>Install GD Image Libraries<br />
</strong></span></p>
<blockquote><p><strong>DebianSystem# aptitude install php5-gd</strong></p></blockquote>
<p><span style="text-decoration: underline;"><strong>Install Apache2 Webserver</strong></span></p>
<blockquote><p><strong>DebianSystem# aptitude install apache2</strong></p></blockquote>
<p>Now, the pre-requisites are installed. You need to have a functional vnStat running on the system. For install instructions <a title="vnStat Network Traffic Monitor installation" href="http://www.netmonitoring.org/vnstat-bandwidth-monitoring/vnstat-network-trafficbandwidth-monitoring-for-linux/" target="_blank">click here</a></p>
<p><span style="text-decoration: underline;"><strong>Download vnStat PHP Frontend</strong></span></p>
<p>Download the vnStat PHP Frontend from <a title="vnStat Download" href="http://www.sqweek.com/sqweek/files/vnstat_php_frontend-1.3.tar.gz" target="_blank">here</a><br />
<strong><br />
</strong></p>
<blockquote><p><strong>DebianSystem# wget http://www.sqweek.com/sqweek/files/vnstat_php_frontend-1.4.1.tar.gz</strong></p></blockquote>
<p><span style="text-decoration: underline;"><strong>Unzip &amp; Untar the files</strong></span></p>
<blockquote><p><strong>DebianSystem# tar -zxvf vnstat_php_frontend-1.4.1.tar.gz</strong></p></blockquote>
<p><span style="text-decoration: underline;"><strong>Move the files to Apache Webserver Root</strong></span></p>
<blockquote><p><strong>DebianSystem# mv vnstat_php_frontend-1.4.1 /var/www/vnstat</strong></p></blockquote>
<p><span style="text-decoration: underline;"><strong>Edit Config file for the Interfaces</strong></span></p>
<blockquote><p><strong>DebianSystem# vi config.php</strong></p></blockquote>
<p>Look for</p>
<p><strong><em>$iface_list = array(&#8216;eth0&#8242;);</em></strong></p>
<p><strong><em>and</em></strong></p>
<p><strong><em>$iface_title['eth0'] = &#8216;Internal&#8217;;<br />
//$iface_title['eth1'] = &#8216;Internet&#8217;;<br />
//$iface_title['sixxs'] = &#8216;SixXS IPv6&#8242;;</em></strong></p>
<p>and alter it to your systems requirement acfordingly (say change name of interfaces or add multiple interfaces)</p>
<p><strong>Example</strong></p>
<p><strong>$iface_list = array(&#8216;eth0&#8242; , &#8216;eth1&#8242;);<br />
</strong><br />
Now, that all is done, simply access the site and you can see the vnStat stats with graphs that you would otherwise see only in console.</p>
<h3>Related Post</h3><ul class="related_post"><li><a href="http://www.netmonitoring.org/vnstat-bandwidth-monitoring/install-and-run-vnstat-as-a-non-root-user/" title="Install and run vnStat as a Non-Root user">Install and run vnStat as a Non-Root user</a></li><li><a href="http://www.netmonitoring.org/vnstat-bandwidth-monitoring/vnstat-network-trafficbandwidth-monitoring-for-linux/" title="vnStat Network traffic/Bandwidth Monitoring for Linux">vnStat Network traffic/Bandwidth Monitoring for Linux</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><li><a href="http://www.netmonitoring.org/centreon/install-centreon-network-monitoring-binaries-in-debian/" title="Install Centreon Network Monitoring binaries in Debian">Install Centreon Network Monitoring binaries in Debian</a></li><li><a href="http://www.netmonitoring.org/centreon/install-pre-requisites-for-centreon-network-monitoring-in-debian/" title="Install pre-requisites for Centreon Network Monitoring in Debian">Install pre-requisites for Centreon Network Monitoring in Debian</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.netmonitoring.org/vnstat-bandwidth-monitoring/vnstat-php-frontend-install-config-webinterface-for-vnstat/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Install and run vnStat as a Non-Root user</title>
		<link>http://www.netmonitoring.org/vnstat-bandwidth-monitoring/install-and-run-vnstat-as-a-non-root-user/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=install-and-run-vnstat-as-a-non-root-user</link>
		<comments>http://www.netmonitoring.org/vnstat-bandwidth-monitoring/install-and-run-vnstat-as-a-non-root-user/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 22:26:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[vnStat Bandwidth Monitoring]]></category>
		<category><![CDATA[Bandwidth-Monitoring]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[network-monitoring]]></category>
		<category><![CDATA[non-root]]></category>
		<category><![CDATA[vnStat]]></category>

		<guid isPermaLink="false">http://www.netmonitoring.org/vnstat-bandwidth-monitoring/install-and-run-vnstat-as-a-non-root-user/</guid>
		<description><![CDATA[One of the advantages of vnStat is that it can be installed and run as a Non-Root user. This can be of a great help to query vnStat of scripts or allow operators to run the vnStat utility. Download vnStat Download vnStat from here DebianSystem# wget http://humdi.net/vnstat/vnstat-1.6.tar.gz Unzip &#38; Untar the downloaded the file DebianSystem# [...]]]></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 />
One of the advantages of vnStat is that it can be installed and run as a Non-Root user. This can be of a great help to query vnStat of scripts or allow operators to run the vnStat utility.</p>
<p><span id="more-42"></span><u><strong>Download vnStat<br />
</strong></u><br />
Download vnStat from <a href="http://humdi.net/vnstat/vnstat-1.6.tar.gz" title="vnStat Network Traffic Monitor" target="_blank">here</a></p>
<blockquote><p><strong>DebianSystem# wget http://humdi.net/vnstat/vnstat-1.6.tar.gz</strong></p></blockquote>
<p><u><strong>Unzip &amp; Untar the downloaded the file</strong></u></p>
<blockquote><p><strong>DebianSystem# tar -zxvf vnstat-1.6.tar.gz</strong></p></blockquote>
<p><u><strong>ChangeDirectory &amp; Compile</strong></u></p>
<blockquote><p><strong>DebianSystem# cd vnstat-1.6</strong></p>
<p><strong>DebianSystem:/vnstat-1.6# make</strong></p></blockquote>
<p><u><strong>Create Database Directory</strong></u></p>
<p>If there was no errors, copy src/vnstat to some directory included in $PATH variable(say ~/bin/) and create the database directory.</p>
<blockquote><p><strong>DebianSystem# cp src/vnstat ~/bin/</strong><br />
<strong>DebianSystem# cp cfg/vnstat.conf ~/.vnstatrc</strong><br />
<strong>DebianSystem# mkdir ~/.vnstat</strong></p></blockquote>
<p><u><strong>Test Kernel compatibility</strong></u></p>
<blockquote><p><strong>DebianSystem# vnstat &#8211;testkernel</strong></p></blockquote>
<p><u><strong>Edit Config file &amp; Add Database Directory<br />
</strong></u></p>
<blockquote><p><strong>DebianSystem# vi ~/.vnstatrc</strong></p></blockquote>
<p>Locate</p>
<p><em><strong>DatabaseDir &#8220;/var/lib/vnstat&#8221;<br />
</strong></em><br />
and replace with</p>
<p><em><strong>DatabaseDir &#8220;/pathtoyourhomedir/.vnstat&#8221;<br />
</strong></em><br />
and save the file.</p>
<p>Next every interface that should be monitored needs to be added to vnStat. This creates a database for each of the interface.</p>
<blockquote><p><strong>DebianSystem# vnstat -u -i eth0</strong></p></blockquote>
<p>where eth0 is the interface name. Change it to the interface on your system.</p>
<p><u><strong>CRON Job</strong></u><br />
Add a crontab job entry for vnStat.</p>
<blockquote><p><strong>DebianSystem# crontab -e</strong></p></blockquote>
<p>and add the following line</p>
<blockquote><p><strong>*/5 * * * * ~/bin/vnstat -u</strong></p></blockquote>
<p>Allow it to collect enough traffic information after which run vnstat</p>
<blockquote><p><strong>DebianSystem# vnstat</strong></p></blockquote>
<p>Also, in any case you can check the config file <strong>~/.vnstatrc</strong> for interface and other settings.</p>
<p>For more options and examples for the command, <a href="http://www.netmonitoring.org/vnstat-bandwidth-monitoring/vnstat-network-trafficbandwidth-monitoring-for-linux/" title="vnStat Network Traffic Monitor" target="_blank">click here</a></p>
<h3>Related Post</h3><ul class="related_post"><li><a href="http://www.netmonitoring.org/vnstat-bandwidth-monitoring/vnstat-php-frontend-install-config-webinterface-for-vnstat/" title="vnStat PHP Frontend &#8211; Install &#038; Config Webinterface for vnStat">vnStat PHP Frontend &#8211; Install &#038; Config Webinterface for vnStat</a></li><li><a href="http://www.netmonitoring.org/vnstat-bandwidth-monitoring/vnstat-network-trafficbandwidth-monitoring-for-linux/" title="vnStat Network traffic/Bandwidth Monitoring for Linux">vnStat Network traffic/Bandwidth Monitoring for Linux</a></li><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/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><li><a href="http://www.netmonitoring.org/centreon/install-centreon-network-monitoring-binaries-in-debian/" title="Install Centreon Network Monitoring binaries in Debian">Install Centreon Network Monitoring binaries in Debian</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.netmonitoring.org/vnstat-bandwidth-monitoring/install-and-run-vnstat-as-a-non-root-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vnStat Network traffic/Bandwidth Monitoring for Linux</title>
		<link>http://www.netmonitoring.org/vnstat-bandwidth-monitoring/vnstat-network-trafficbandwidth-monitoring-for-linux/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=vnstat-network-trafficbandwidth-monitoring-for-linux</link>
		<comments>http://www.netmonitoring.org/vnstat-bandwidth-monitoring/vnstat-network-trafficbandwidth-monitoring-for-linux/#comments</comments>
		<pubDate>Sun, 16 Mar 2008 21:59:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[vnStat Bandwidth Monitoring]]></category>
		<category><![CDATA[Bandwidth-Monitoring]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[network-monitoring]]></category>
		<category><![CDATA[vnStat]]></category>

		<guid isPermaLink="false">http://www.netmonitoring.org/vnstat-bandwidth-monitoring/vnstat-network-trafficbandwidth-monitoring-for-linux/</guid>
		<description><![CDATA[vnStat is a free OpenSource (GPL License) network traffic monitor for Linux that keeps a log of daily network traffic for the selected interface(s) on the system. Unlike other Network Traffic monitors, vnStat analyzes the traffic information from the /proc filesystem. And, vnStat can be used even without root permissions. vnStat maintains a database for [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense--><br />
vnStat is a free OpenSource (GPL License) network traffic monitor for Linux that keeps a log of daily network traffic for the selected interface(s) on the system. Unlike other Network Traffic monitors, vnStat analyzes the traffic information from the /proc filesystem. And, vnStat can be used even without root permissions.</p>
<p>vnStat maintains a database for every interface for which the network traffic analysed. We can watch the live Traffic status on the selected interface(s) or run reports on Hourly, Daily, Weekly and Monthly bandwidth statics for the selected network interfaces.</p>
<p><span id="more-41"></span><br />
To install vnStat, all you need is the required C compiler installed.</p>
<p>Here I install vnStat on a Debian 4.0R2 system</p>
<p><u><strong>Download vnStat</strong></u></p>
<p>Download the vnStat from <a href="http://humdi.net/vnstat/vnstat-1.6.tar.gz" title="vnStat Network Traffic Monitor" target="_blank">here</a></p>
<blockquote><p><strong>DebianSystem# wget http://humdi.net/vnstat/vnstat-1.6.tar.gz</strong></p></blockquote>
<p><u><strong>Unzip &amp; Untar the downloaded the file</strong></u></p>
<blockquote><p><strong>DebianSystem# tar -zxvf vnstat-1.6.tar.gz</strong></p></blockquote>
<p><u><strong>Install C Compilers</strong></u></p>
<p>Ensure that the required C compilers are installed in the system. In debian to install the required packages to compile</p>
<blockquote><p><strong>DebianSystem# aptitude install build-essentials</strong></p></blockquote>
<p><u><strong>ChangeDirectory &amp; Install<br />
</strong></u><strong><br />
</strong></p>
<blockquote><p><strong>DebianSystem# cd vnstat-1.6</strong></p>
<p><strong>DebianSystem:/vnstat-1.6# make</strong></p>
<p><strong>DebianSystem:/vnstat-1.6# make all</strong></p></blockquote>
<p>That installs the vnStat Bandwidth monitoring software.</p>
<p><u><strong>Test the Kernel</strong></u></p>
<blockquote><p><strong>DebianSystem# vnstat &#8211;testkernel</strong></p></blockquote>
<p><u><strong>Create Interface Database</strong></u></p>
<p>Run the following to create a database for each of the interfaces that you would want to monitor traffic bandwidth on.</p>
<blockquote><p><strong>DebianSystem# vnu -u -i eth0</strong></p></blockquote>
<p>This creates a database for the interface eth0</p>
<p>Now, give it a few minutes to collect enough data to provide useful statistics.</p>
<p>To show the summary simply type vnstat</p>
<blockquote><p><strong>DebianSystem# vnstat<br />
</strong>Database updated: Sun Dec  2 22:20:01 2007</p>
<p>inet (eth0)</p>
<p>received:     735.00 GB (48.9%)<br />
transmitted:     769.38 GB (51.1%)<br />
total:       1.47 TB</p>
<p>rx     |     tx     |  total<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8211;<br />
yesterday     23.35 MB |   20.25 MB |   43.60 MB<br />
today     27.47 MB |   21.37 MB |   48.84 MB<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8211;<br />
estimated        29 MB |      22 MB |      51 MB</p></blockquote>
<p><em><strong>To show hourly statistics<br />
</strong></em></p>
<blockquote><p><strong>DebianSystem# vnstat -h<br />
</strong> inet (eth0)                                                              22:15<br />
^                                                                 r<br />
|                                                                 rt r<br />
|                                                                 rt rt<br />
|                                                                 rt rt<br />
|                                                              r  rt rt<br />
|     rt                                                       r  rt rt<br />
|     rt                                                 rt    rt rt rt<br />
|  rt rt rt                                  r  r  rt r  rt r  rt rt rt<br />
|  rt rt rt                               r  rt rt rt rt rt rt rt rt rt<br />
|  rt rt rt rt r              r     r  r  r  rt rt rt rt rt rt rt rt rt rt<br />
-+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&gt;<br />
|  23 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22</p>
<p>h   rx (kB)    tx (kB)      h   rx (kB)    tx (kB)      h   rx (kB)    tx (kB)<br />
23      1,352      1,219    07        277        151    15      1,352      1,165<br />
00      2,281      2,140    08        402        158    16      1,487        878<br />
01      1,485      1,261    09        290        155    17      1,752      1,559<br />
02        648        522    10        589        185    18      1,455      1,001<br />
03        392        261    11        650        202    19      2,332      1,835<br />
04        323        240    12        907        350    20      3,881      3,619<br />
05        311        179    13      1,234      1,044    21      3,695      3,237<br />
06        281        173    14      1,221        812    22        675        591</p></blockquote>
<p>Other options are</p>
<blockquote><p><strong>   -q,  &#8211;query         query database<br />
-h,  &#8211;hours         show hours<br />
-d,  &#8211;days         show days<br />
-m,  &#8211;months         show months<br />
-w,  &#8211;weeks         show weeks<br />
-t,  &#8211;top10         show top10<br />
-s,  &#8211;short         use short output<br />
-u,  &#8211;update         update database<br />
-i,  &#8211;iface         change interface (default: eth0)<br />
-?,  &#8211;help         short help<br />
-v,  &#8211;version         show version<br />
-tr, &#8211;traffic         calculate traffic<br />
-l,  &#8211;live         show transfer rate in real time<br />
</strong></p></blockquote>
<h3>Related Post</h3><ul class="related_post"><li><a href="http://www.netmonitoring.org/vnstat-bandwidth-monitoring/vnstat-php-frontend-install-config-webinterface-for-vnstat/" title="vnStat PHP Frontend &#8211; Install &#038; Config Webinterface for vnStat">vnStat PHP Frontend &#8211; Install &#038; Config Webinterface for vnStat</a></li><li><a href="http://www.netmonitoring.org/vnstat-bandwidth-monitoring/install-and-run-vnstat-as-a-non-root-user/" title="Install and run vnStat as a Non-Root user">Install and run vnStat as a Non-Root user</a></li><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/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><li><a href="http://www.netmonitoring.org/centreon/install-centreon-network-monitoring-binaries-in-debian/" title="Install Centreon Network Monitoring binaries in Debian">Install Centreon Network Monitoring binaries in Debian</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.netmonitoring.org/vnstat-bandwidth-monitoring/vnstat-network-trafficbandwidth-monitoring-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install &amp; Configure Centreon Network Monitoring in Debian</title>
		<link>http://www.netmonitoring.org/centreon/install-configure-centreon-network-monitoring-in-debian/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=install-configure-centreon-network-monitoring-in-debian</link>
		<comments>http://www.netmonitoring.org/centreon/install-configure-centreon-network-monitoring-in-debian/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 00:00:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Centreon]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Nagios]]></category>
		<category><![CDATA[network-monitoring]]></category>
		<category><![CDATA[nmap]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[snmp]]></category>

		<guid isPermaLink="false">http://www.netmonitoring.org/centreon/install-configure-centreon-network-monitoring-in-debian/</guid>
		<description><![CDATA[Centreon, previously Oreon-Project is network, system and application monitoring system modelled on the best ever opensource monitoring solution, Nagios. Centreon provides a new frontend and new functionnalities to Nagios. It allows you to be more efficient in your network monitoring, but also allows you to make your supervision information readable by a largest range of [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense-->Centreon, previously Oreon-Project is network, system and application monitoring system modelled on the best ever opensource monitoring solution, Nagios. Centreon provides a new frontend and new functionnalities to Nagios.</p>
<p>It allows you to be more efficient in your network monitoring, but also allows you to make your supervision information readable by a largest range of users. Indeed, a non technical user can now use the Centreon/Nagios couple to easily understand your network infrastructure thanks to charts and graphical representations of the gathered information. Skilled users still have access to specific and technical information collected  by Nagios though.</p>
<p><span id="more-31"></span></p>
<p>For a detailed list of features offered by Centreon, click here</p>
<p>The process of Installation of Centreon includes installation of the pre-requisites then Nagios and finally the Centreon binaries and configure.</p>
<p>The following is a four step procedure to install Centreon:</p>
<blockquote><p><strong><a target="_blank" href="http://www.netmonitoring.org/centreon/install-pre-requisites-for-centreon-network-monitoring-in-debian/" title="Install Centreon Pre-requisites"><font color="#3366cc">1. Install Centreon Pre-Requisites</font></a></strong></p></blockquote>
<blockquote><p><strong><a target="_blank" href="http://www.netmonitoring.org/nagios/install-and-configure-nagios-2x-on-debian-40-with-apache/" title="Install &amp; Confiure Nagios &amp; Nagios Plugins in Debian"><font color="#3366cc">2. Install Nagios &amp; Nagios Plugin</font></a></strong></p></blockquote>
<blockquote><p><strong><a target="_blank" href="http://www.netmonitoring.org/centreon/install-centreon-network-monitoring-binaries-in-debian/" title="Install Centreon binaries"><font color="#3366cc">3. Install Centreon binaries</font></a></strong></p></blockquote>
<blockquote><p><strong><a target="_blank" href="http://www.netmonitoring.org/centreon/configure-centreon-setup-and-database/" title="Centreon setup variables and database"><strong><font color="#3366cc">4. Configure Setup Parameters &amp; Database</font></strong></a></strong></p></blockquote>
<p>The platform for this samplpe installation is</p>
<blockquote><p><strong>Operating System: Debian 4.0 R2</strong></p>
<p><strong>Webserver: Apache 2.2.3</strong></p>
<p><strong>PHP: PHP5.2.0</strong></p>
<p><strong>MySQL: MySQl Server 5.0</strong></p>
<p><strong>Nagios: Nagios 2.10</strong></p>
<p><strong>Nagios Plugin: Nagios-Plugin 1.4.11</strong></p></blockquote>
<h3>Related Post</h3><ul class="related_post"><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><li><a href="http://www.netmonitoring.org/centreon/install-centreon-network-monitoring-binaries-in-debian/" title="Install Centreon Network Monitoring binaries in Debian">Install Centreon Network Monitoring binaries in Debian</a></li><li><a href="http://www.netmonitoring.org/centreon/install-pre-requisites-for-centreon-network-monitoring-in-debian/" title="Install pre-requisites for Centreon Network Monitoring in Debian">Install pre-requisites for Centreon Network Monitoring in Debian</a></li><li><a href="http://www.netmonitoring.org/nagios/install-and-configure-pre-requisites-for-nagios/" title="Install and Configure Pre-requisites for Nagios">Install and Configure Pre-requisites for Nagios</a></li><li><a href="http://www.netmonitoring.org/vnstat-bandwidth-monitoring/vnstat-php-frontend-install-config-webinterface-for-vnstat/" title="vnStat PHP Frontend &#8211; Install &#038; Config Webinterface for vnStat">vnStat PHP Frontend &#8211; Install &#038; Config Webinterface for vnStat</a></li><li><a href="http://www.netmonitoring.org/nagios/install-and-configure-nagios-2x-on-debian-40-with-apache/" title="Install and Configure Nagios 2.x on Debian 4.0 with Apache">Install and Configure Nagios 2.x on Debian 4.0 with Apache</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.netmonitoring.org/centreon/install-configure-centreon-network-monitoring-in-debian/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Configure Centreon setup and database</title>
		<link>http://www.netmonitoring.org/centreon/configure-centreon-setup-and-database/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=configure-centreon-setup-and-database</link>
		<comments>http://www.netmonitoring.org/centreon/configure-centreon-setup-and-database/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 23:34:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Centreon]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Nagios]]></category>
		<category><![CDATA[network-monitoring]]></category>
		<category><![CDATA[nmap]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[snmp]]></category>

		<guid isPermaLink="false">http://www.netmonitoring.org/centreon/configure-centreon-setup-and-database/</guid>
		<description><![CDATA[We have now installed Centreon Network Monitoring pre-requisites, Nagios, Nagios Plugins &#38; centreon binaries. The final part of this installation procedure is to configure the setup paramaters from the web interface. If you jumped into this article then please have a look at the previous three steps of this four part installation procedure: 1. Install [...]]]></description>
			<content:encoded><![CDATA[<p>We have now installed Centreon Network Monitoring pre-requisites, Nagios, Nagios Plugins &amp; centreon binaries. The final part of this installation procedure is to configure the setup paramaters from the web interface.</p>
<p>If you jumped into this article then please have a look at the previous three steps of this four part installation procedure:</p>
<blockquote><p><strong><a target="_blank" href="http://www.netmonitoring.org/centreon/install-pre-requisites-for-centreon-network-monitoring-in-debian/" title="Install Centreon Pre-requisites">1. Install Centreon Pre-Requisites</a></strong></p></blockquote>
<blockquote><p><strong><a target="_blank" href="http://www.netmonitoring.org/nagios/install-and-configure-nagios-2x-on-debian-40-with-apache/" title="Install &amp; Confiure Nagios &amp; Nagios Plugins in Debian">2. Install Nagios &amp; Nagios Plugin</a></strong></p></blockquote>
<blockquote><p><strong><a target="_blank" href="http://www.netmonitoring.org/centreon/install-centreon-network-monitoring-binaries-in-debian/" title="Install Centreon binaries">3. Install Centreon binaries</a></strong></p></blockquote>
<p><span id="more-17"></span> </p>
<p>Logon to the web interface after the successful installation of Centreon binaries</p>
<p><a href="http://%3cserver%3e/centreon/">http://&lt;server&gt;/centreon/</a></p>
<p>where &lt;server&gt; is the IP Address or the hostname of the webserver. This redirects to</p>
<p><a href="http://%3cserver%3e/centreon/install/setup.php">http://&lt;server&gt;/centreon/install/setup.php</a></p>
<p>The following are the step by step configuration screenshots which can take you through and complete the configuration</p>
<p><strong><u>1. Centreon Web Configuration Welcome</u></strong></p>
<p><img src="http://www.netmonitoring.org/wp-content/uploads/2008/01/centreon_welcome.PNG" alt="Centreon Web config welcome" /></p>
<p><strong><u>2. Centreon License Acceptance page</u></strong></p>
<p><img src="http://www.netmonitoring.org/wp-content/uploads/2008/01/centreon2_license1.PNG" alt="Centreon License page" /></p>
<p><strong><u>3. Centreon Envirnment variables config</u></strong></p>
<p><img src="http://www.netmonitoring.org/wp-content/uploads/2008/01/centreon3_envconfig1.PNG" alt="Centreon Environmental Variables Config" /></p>
<p><strong><u>4. Centreon Verify Configs</u></strong></p>
<p><img src="http://www.netmonitoring.org/wp-content/uploads/2008/01/centreon4_verifyconfig1.PNG" alt="Centreon Verify configs" /></p>
<p><strong><u>5. PHP PEAR config</u></strong></p>
<p><img src="http://www.netmonitoring.org/wp-content/uploads/2008/01/centrion5_phppearconfig.PNG" alt="PHP Pear config" /></p>
<p><strong><u>6. Database Configuration</u></strong></p>
<p><img src="http://www.netmonitoring.org/wp-content/uploads/2008/01/centreon6_databaseconfig1.PNG" alt="Database Configuration" /></p>
<p><strong><u>7. Database Verification</u></strong></p>
<p><img src="http://www.netmonitoring.org/wp-content/uploads/2008/01/centrion7_databaseverify.PNG" alt="Database Verification" /></p>
<p><strong><u>8. User Interface config</u></strong></p>
<p><img src="http://www.netmonitoring.org/wp-content/uploads/2008/01/centreon8_userintconfig1.PNG" alt="User inteface config" /></p>
<p><strong><u>9. LDAP Config</u></strong></p>
<p><img src="http://www.netmonitoring.org/wp-content/uploads/2008/01/centreon9_ldap1.PNG" alt="LDAP config" /></p>
<p><strong><u>10. Component Verification</u></strong></p>
<p><img src="http://www.netmonitoring.org/wp-content/uploads/2008/01/centreon10_config1.PNG" alt="centreon config" /></p>
<p><strong><u>11. Create Database</u></strong></p>
<p><img src="http://www.netmonitoring.org/wp-content/uploads/2008/01/centreon11_creatingdb.PNG" alt="Creating Database" /></p>
<p><strong><u>12. Post Install verifiy</u></strong></p>
<p><img src="http://www.netmonitoring.org/wp-content/uploads/2008/01/centreon12_postinstall1.PNG" alt="Post install" /></p>
<p><strong><u>13. Centreon login page</u></strong></p>
<p><img src="http://www.netmonitoring.org/wp-content/uploads/2008/01/centreon_admin1.PNG" alt="admin login" /></p>
<h3>Related Post</h3><ul class="related_post"><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/install-centreon-network-monitoring-binaries-in-debian/" title="Install Centreon Network Monitoring binaries in Debian">Install Centreon Network Monitoring binaries in Debian</a></li><li><a href="http://www.netmonitoring.org/centreon/install-pre-requisites-for-centreon-network-monitoring-in-debian/" title="Install pre-requisites for Centreon Network Monitoring in Debian">Install pre-requisites for Centreon Network Monitoring in Debian</a></li><li><a href="http://www.netmonitoring.org/nagios/install-and-configure-pre-requisites-for-nagios/" title="Install and Configure Pre-requisites for Nagios">Install and Configure Pre-requisites for Nagios</a></li><li><a href="http://www.netmonitoring.org/vnstat-bandwidth-monitoring/vnstat-php-frontend-install-config-webinterface-for-vnstat/" title="vnStat PHP Frontend &#8211; Install &#038; Config Webinterface for vnStat">vnStat PHP Frontend &#8211; Install &#038; Config Webinterface for vnStat</a></li><li><a href="http://www.netmonitoring.org/nagios/install-and-configure-nagios-2x-on-debian-40-with-apache/" title="Install and Configure Nagios 2.x on Debian 4.0 with Apache">Install and Configure Nagios 2.x on Debian 4.0 with Apache</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.netmonitoring.org/centreon/configure-centreon-setup-and-database/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Install Centreon Network Monitoring binaries in Debian</title>
		<link>http://www.netmonitoring.org/centreon/install-centreon-network-monitoring-binaries-in-debian/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=install-centreon-network-monitoring-binaries-in-debian</link>
		<comments>http://www.netmonitoring.org/centreon/install-centreon-network-monitoring-binaries-in-debian/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 22:17:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Centreon]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Nagios]]></category>
		<category><![CDATA[network-monitoring]]></category>
		<category><![CDATA[nmap]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[snmp]]></category>

		<guid isPermaLink="false">http://www.netmonitoring.org/centreon/install-centreon-network-monitoring-binaries-in-debian/</guid>
		<description><![CDATA[After having installed the pre-requisites, Nagios &#38; Nagios plugins, the next part of the installation of centreon Network monitoring solution involves the centreon binaries itself. If you jumped into this article then please have a look at the previous three steps of this four part installation procedure: 1. Install Centreon Pre-Requisites 2. Install Nagios &#38; [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense-->After having installed the pre-requisites, Nagios &amp; Nagios plugins, the next part of the installation of centreon Network monitoring solution involves the centreon binaries itself.</p>
<p>If you jumped into this article then please have a look at the previous three steps of this four part installation procedure:</p>
<blockquote><p><strong><a target="_blank" href="http://www.netmonitoring.org/centreon/install-pre-requisites-for-centreon-network-monitoring-in-debian/" title="Install Centreon Pre-requisites">1. Install Centreon Pre-Requisites</a></strong></p></blockquote>
<blockquote><p><strong><a target="_blank" href="http://www.netmonitoring.org/nagios/install-and-configure-nagios-2x-on-debian-40-with-apache/" title="Install &amp; Confiure Nagios &amp; Nagios Plugins in Debian">2. Install Nagios &amp; Nagios Plugin</a></strong></p></blockquote>
<p><span id="more-16"></span></p>
<p>Download the latest version of Centreon (1.4.2.3 at the time of writing) from</p>
<blockquote><p><a href="http://download.oreon-project.org/index.php?id=73">http://download.oreon-project.org/index.php?id=73</a></p></blockquote>
<p>Use wget to download the files</p>
<blockquote><p>debian4r2:/software# wget http://download.oreon-project.org/index.php?id=73</p></blockquote>
<p><strong><u>Untar and Unzip the files</u></strong></p>
<blockquote><p>debian4r2:/software# tar -zxvf centreon-1.4.2.3.tar.gz</p></blockquote>
<p><strong><u>Change Directory to the extracted cenreon-1.4.2.3 directory</u></strong></p>
<blockquote><p>debian4r2:/software# cd centreon-1.4.2.3</p></blockquote>
<p>Run the install script. This will start the installation and take you through a series questions, mostly accept the default, however if required change as appropriate.</p>
<blockquote><p>debian4r2:/software/centreon-1.4.2.3# ./install.sh</p></blockquote>
<p>The following is from my installation:</p>
<blockquote><p>######################################################<br />
#                            Centreon (<a href="http://www.centreon.com/">www.centreon.com</a>)                      #<br />
#                            Thanks for using Centreon                        #<br />
#                                                                             #<br />
#                                   v 1.4.2.3                                 #<br />
#                                                                             #<br />
#                             <a href="mailto:infos@oreon-project.org">infos@oreon-project.org</a>                         #<br />
#                                                                             #<br />
#                     Make sure you have installed and configured             #<br />
#                                   sudo &#8211; sed                                #<br />
#                          php &#8211; apache &#8211; rrdtool &#8211; mysql                     #<br />
#                                                                             #<br />
#                                                                             #<br />
######################################################<br />
#                                 The Team Centreon                           #<br />
######################################################</p>
<p>                     Make sure you have root permissions !<br />
 WARNING : Setup will delete all previous informations in your Centreon DATABASE                                             .</p>
<p>Are you sure to continue ?<br />
[y/n], default to [n]:y<br />
Where is installed Nagios ?<br />
default to [/usr/local/nagios]:<br />
Where is your nagios etc directory ?<br />
default to [/usr/local/nagios/etc]:<br />
Path /usr/local/nagios/etc                                 OK</p>
<p>Where is your nagios var directory ?<br />
default to [/usr/local/nagios/var]:<br />
Path /usr/local/nagios/var                                 OK</p>
<p>Where is your nagios plugins (libexec) directory ?<br />
default to [/usr/local/nagios/libexec]:<br />
Path /usr/local/nagios/libexec                             OK</p>
<p>Where is your nagios bin directory?<br />
default to [/usr/local/nagios/bin]:<br />
Path /usr/local/nagios/bin                                 OK</p>
<p>Where is your nagios image directory ?<br />
default to [/usr/local/nagios/share/images]:<br />
Path /usr/local/nagios/share/images                        OK</p>
<p>Where do I install centreon ?<br />
default to [/usr/local/centreon]:<br />
Directory /usr/local/centreon does not exits.              CRITICAL</p>
<p>Do you want me to create this directory [/usr/local/centreon]?[Y/n]y<br />
Path /usr/local/centreon                                   OK</p>
<p>Where is installed RRD perl modules [RRDs.pm] ?<br />
Just put directory, not full path.<br />
default to [/usr/local/rrdtool/lib/perl]:/usr/lib/perl5<br />
File /usr/lib/perl5                                        OK</p>
<p>Where is rrdtool binary ?<br />
default to [/usr/bin/rrdtool]:<br />
/usr/bin/rrdtool                                           OK</p>
<p>Where is mail binary ?<br />
default to [/usr/bin/mail]:<br />
/usr/bin/mail                                              OK</p>
<p>Where is PEAR Path ?<br />
default to [/usr/share/pear]:/usr/share/php/<br />
PEAR Path /usr/share/php                                   OK</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
                           User Management<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Finding Apache group :                                     www-data<br />
Finding Apache user :                                      www-data<br />
Finding Nagios group :                                     nagios<br />
Finding nagios group &#8216;nagios&#8217; in /etc/group                YES<br />
Finding Nagios user :                                      nagios<br />
Finding nagios user &#8216;nagios&#8217; in /etc/passwd                YES</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
                              Other Stuff<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
TrueType directory created                                 OK<br />
TrueType verdana installed                                 OK<br />
Finding PEAR Path : /usr/share/php                         OK<br />
PEAR Font directory created                                OK<br />
PEAR Font installed                                        OK</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
                        Configure Apache server<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Create &#8216;/etc/apache2/conf.d/oreon.conf&#8217;                    OK<br />
Configuring Apache                                         OK<br />
User www-data added to nagios group                        OK<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
                              Start Centreon Installation<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Centreon Directory already exists                          PASSED<br />
Copy &#8216;filesGeneration&#8217;                                     OK<br />
Copy &#8216;filesUpload&#8217;                                         OK<br />
Copy &#8216;GPL_LIB&#8217;                                             OK<br />
Copy &#8216;log&#8217;                                                 OK<br />
Copy &#8216;www&#8217;                                                 OK<br />
Copy &#8216;cron&#8217;                                                OK<br />
Copy &#8216;ODS&#8217;                                                 OK<br />
Copy &#8216;ODS_SRC_ETC&#8217;                                         OK<br />
Copy &#8216;doc&#8217;                                                 OK</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
                   Start Plugins Centreon Installation<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
/usr/local/nagios/libexec already exists                   PASSED</p>
<p>Preparing Oreon Plugins&#8230;<br />
  -&gt; centreon.conf                                         OK<br />
  -&gt; centreon.pm                                           OK<br />
  -&gt; check_centreon_dummy                                  OK<br />
  -&gt; check_centreon_MS_multiple_services                   OK<br />
  -&gt; check_centreon_nt                                     OK<br />
  -&gt; check_centreon_ping                                   OK<br />
  -&gt; check_centreon_snmp_cpu                               OK<br />
  -&gt; check_centreon_snmp_loadaverage                       OK<br />
  -&gt; check_centreon_snmp_multiple_process                  OK<br />
  -&gt; check_centreon_snmp_packetErrors                      OK<br />
  -&gt; check_centreon_snmp_process                           OK<br />
  -&gt; check_centreon_snmp_process_detailed                  OK<br />
  -&gt; check_centreon_snmp_remote_storage                    OK<br />
  -&gt; check_centreon_snmp_TcpConn                           OK<br />
  -&gt; check_centreon_snmp_traffic                           OK<br />
  -&gt; check_centreon_snmp_uptime                            OK<br />
  -&gt; check_centreon_snmp_value                             OK<br />
  -&gt; check_meta_service                                    OK<br />
  -&gt; check_snmp_cpfw.pl                                    OK<br />
  -&gt; check_snmp_load.pl                                    OK<br />
  -&gt; check_snmp_mem.pl                                     OK<br />
  -&gt; check_snmp_process.pl                                 OK<br />
  -&gt; check_snmp_processus_loaded.pl                        OK<br />
  -&gt; check_snmp_script_result.pl                           OK<br />
  -&gt; check_snmp_storage.pl                                 OK<br />
  -&gt; check_snmp_win.pl                                     OK<br />
  -&gt; process-service-perfdata                              OK<br />
  -&gt; submit_host_check_result                              OK<br />
  -&gt; submit_service_check_result                           OK</p>
<p>Do you want to install Centreon Plugins ?</p>
<p>[y/n], default to [y]:y<br />
Installing Centreon Plugins on &#8216;/usr/local/nagios/libexec&#8217; OK</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
                     Start Traps Handler Installation<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Preparing Oreon Plugins&#8230;<br />
-&gt; fill_trapDB<br />
-&gt; genSnmpttConfFile<br />
-&gt; trapHandler</p>
<p>Do you want to install Centreon Traps Plugins ?</p>
<p>[y/n], default to [y]:y</p>
<p>[y/n], default to [y]:y<br />
Installing Centreon Traps Plugins on<br />
/usr/local/nagios/libexec/traps created                    OK</p>
<p>Where is your SNMP configuration file?<br />
default to [/etc/snmp/]:</p>
<p>Moving snmptrapd.conf to /etc/snmp/                        OK<br />
/etc/snmp/centreon_traps created                           OK<br />
Moving snmptt.ini to /etc/snmp/centreon_traps/             OK<br />
Moving snmp.conf to /etc/snmp/                             OK<br />
Moving snmptt to /usr/sbin/                                OK<br />
Moving snmpttconvertmib to /usr/sbin/                      OK<br />
/usr/local/nagios/libexec/traps/&#8217;                          OK<br />
Finding Centreon Plugins configuration file &#8216;centreon.conf&#8217;OK<br />
You already seem to have installed the plugins Centreon.<br />
Do you want overwrite this file ? You must regenerate this one from Centreon interface.<br />
[y/n], default to [n]:</p>
<p>/usr/local/centreon/filesGeneration/nagiosCFG already existPASSED<br />
/usr/local/centreon/filesUpload/nagiosCFG already exists   PASSED</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
                       Start ODS Installation<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Checking ODS data folder :<br />
Creating Centreon Directory &#8216;/var/lib/ods&#8217;                 OK<br />
Checking ODS database folder :<br />
Creating Centreon Directory &#8216;/var/lib/ods/database/&#8217;       OK<br />
Checking ODS log folder :<br />
Creating Centreon Directory &#8216;/var/log/ods/&#8217;                OK<br />
Replace ODS Macro                                          OK<br />
Install ODS Binary                                         OK<br />
Set ODS properties                                         OK</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
                    Replace Macro In ODS cron script<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
in /usr/local/centreon/cron/inventory_update.php           OK<br />
in /usr/local/centreon/cron/reporting/ArchiveLogInDB.php   OK<br />
in /usr/local/centreon/cron/parsing_status.pl              OK<br />
in /usr/local/centreon/cron/parsing_log.pl                 OK</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
                       Start Centreon Cron Configuration<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Specify user do you use for Centreon cron<br />
/usr/local/centreon/filesGeneration/nagiosCFG already existPASSED<br />
/usr/local/centreon/filesUpload/nagiosCFG already exists   PASSED</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
                       Start ODS Installation<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Checking ODS data folder :<br />
Creating Centreon Directory &#8216;/var/lib/ods&#8217;                 OK<br />
Checking ODS database folder :<br />
Creating Centreon Directory &#8216;/var/lib/ods/database/&#8217;       OK<br />
Checking ODS log folder :<br />
Creating Centreon Directory &#8216;/var/log/ods/&#8217;                OK<br />
Replace ODS Macro                                          OK<br />
Install ODS Binary                                         OK<br />
Set ODS properties                                         OK</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
                    Replace Macro In ODS cron script<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
in /usr/local/centreon/cron/inventory_update.php           OK<br />
in /usr/local/centreon/cron/reporting/ArchiveLogInDB.php   OK<br />
in /usr/local/centreon/cron/parsing_status.pl              OK<br />
in /usr/local/centreon/cron/parsing_log.pl                 OK</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
                       Start Centreon Cron Configuration<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Specify user do you use for Centreon cron<br />
Default to [nagios]<br />
no crontab for nagios<br />
You old crontab is backup on /tmp/crontab_nagios.G22876 file</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
                            Configure Sudo<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Finding nagios init script :                               /etc/init.d/nagios<br />
Configuring Sudo                                           OK</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
                          Centreon Post Install<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Finding mail binary : /usr/bin/mail                        OK<br />
Finding rrdtool binary : /usr/bin/rrdtool                  OK<br />
Create /usr/local/centreon/www/install/installoreon.conf.phOK<br />
Create /etc/oreon.conf                                     OK<br />
Configuring Oreon post-install                             OK</p>
<p>######################################################<br />
#      Go to the URL : <a href="http://your-server/oreon/">http://your-server/oreon/</a>                                              #<br />
#                   or <a href="http://your-server/centreon/">http://your-server/centreon/</a>  to finish the setup                 #<br />
#                                                                                                                                #<br />
#                    Report bugs at <a href="mailto:bugs@oreon-project.org">bugs@oreon-project.org</a>                                      #<br />
#                           Thanks for using Centreon.                        #<br />
#                             &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;                         #<br />
#                        Contact : <a href="mailto:infos@oreon-project.org">infos@oreon-project.org</a>                    #<br />
#                            <a href="http://www.centreon.com/">http://www.centreon.com</a>                          #</p></blockquote>
<p>Now, proceed to the final step of configuring the setup parameters and database here</p>
<blockquote><p><a target="_blank" href="http://www.netmonitoring.org/centreon/configure-centreon-setup-and-database/" title="Centreon setup variables and database"><strong>4. Configure Setup Parameters &amp; Database</strong></a></p></blockquote>
<h3>Related Post</h3><ul class="related_post"><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><li><a href="http://www.netmonitoring.org/centreon/install-pre-requisites-for-centreon-network-monitoring-in-debian/" title="Install pre-requisites for Centreon Network Monitoring in Debian">Install pre-requisites for Centreon Network Monitoring in Debian</a></li><li><a href="http://www.netmonitoring.org/nagios/install-and-configure-pre-requisites-for-nagios/" title="Install and Configure Pre-requisites for Nagios">Install and Configure Pre-requisites for Nagios</a></li><li><a href="http://www.netmonitoring.org/vnstat-bandwidth-monitoring/vnstat-php-frontend-install-config-webinterface-for-vnstat/" title="vnStat PHP Frontend &#8211; Install &#038; Config Webinterface for vnStat">vnStat PHP Frontend &#8211; Install &#038; Config Webinterface for vnStat</a></li><li><a href="http://www.netmonitoring.org/nagios/install-and-configure-nagios-2x-on-debian-40-with-apache/" title="Install and Configure Nagios 2.x on Debian 4.0 with Apache">Install and Configure Nagios 2.x on Debian 4.0 with Apache</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.netmonitoring.org/centreon/install-centreon-network-monitoring-binaries-in-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install pre-requisites for Centreon Network Monitoring in Debian</title>
		<link>http://www.netmonitoring.org/centreon/install-pre-requisites-for-centreon-network-monitoring-in-debian/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=install-pre-requisites-for-centreon-network-monitoring-in-debian</link>
		<comments>http://www.netmonitoring.org/centreon/install-pre-requisites-for-centreon-network-monitoring-in-debian/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 21:22:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Centreon]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Nagios]]></category>
		<category><![CDATA[network-monitoring]]></category>
		<category><![CDATA[nmap]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[snmp]]></category>

		<guid isPermaLink="false">http://www.netmonitoring.org/centreon/install-pre-requisites-for-centreon-network-monitoring-in-debian/</guid>
		<description><![CDATA[Step 1 of installing Centreon Network Monitoring system covers the installation of Pre-Requisites. Centreon Network Monitoring system has a pre-requisites that needs to be included before we actually start installing the centreon binaries. The following are the list of pre-requisites for Centreon gcc &#38; make Sudo Nagios 1.x / 2.x Nagios-plugins 1.3.x / 1.4.x Apache [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense-->Step 1 of installing Centreon Network Monitoring system covers the installation of Pre-Requisites. Centreon Network Monitoring system has a pre-requisites that needs to be included before we actually start installing the centreon binaries.</p>
<p><span id="more-15"></span></p>
<p>The following are the list of pre-requisites for Centreon</p>
<blockquote>
<pre>gcc &amp; make  

Sudo  

Nagios 1.x / 2.x  

Nagios-plugins 1.3.x / 1.4.x  

Apache 2.x  

MySQL 3.x / 4.x / 5.x  

PHP 4.x / 5.x  

GD, GD-devel, libgd2,libpng, libpng-devel  

RRDTool 1.2  

Net-SNMP</pre>
<pre>PHP modules php-mysql php-pear php-snmp php-posix</pre>
<pre>Perl Modules</pre>
<pre>perl-config-IniFiles perl-Crypt-DES perl-Digest-HMAC perl-Digest-SHA1</pre>
<pre>perl-GD perl-IO-Socket-INET6 perl-Net-SNMP perl-rrdtool perl-Socket6</pre>
<pre>Pear Packages</pre>
<pre>Auth_SASL Date DB DB_DataObject DB_DataObject_FormBuilder HTML_Common</pre>
<pre>HTML_QuickForm HTML_QuickForm_advmultiselect HTML_Table Image_Canvas</pre>
<pre>Image_Color Image_Graph Image_GraphViz Mail_Mime MDB2 Net_Ping Net_Traceroute  

Numbers_Roman Numbers_Words PEAR Validate XML_RPC</pre>
</blockquote>
<p>So lets get started</p>
<p><strong><u>Install GNU Compiler Collection</u></strong></p>
<blockquote><p>debian4r2:~# aptitude install gcc</p></blockquote>
<p><strong><u>Install Make package</u></strong></p>
<blockquote><p>debian4r2:~# aptitude install make</p></blockquote>
<p><strong><u>Install Sudo</u></strong></p>
<blockquote><p>debian4r2:~# aptitude install sudo</p></blockquote>
<p><strong><u>Install Apache 2 Webserver</u></strong></p>
<blockquote><p>debian4r2:~# aptitude install apache2</p></blockquote>
<p><strong><u>Install MySQL Database Server</u></strong></p>
<blockquote><p>debian4r2:~# aptitude install mysql-server</p></blockquote>
<p><strong><u>Install PHP 5</u></strong></p>
<blockquote><p>debian4r2:~# aptitude install php5</p></blockquote>
<p><strong><u>Install PHP5 modules</u></strong></p>
<blockquote><p>debian4r2:~# aptitude install php5-mysql php5-pear php5-snmp php5-posix php5-gd</p></blockquote>
<p><strong><u>Install RRD Tool</u></strong></p>
<blockquote><p>debian4r2:~# aptitude install rrdtool</p></blockquote>
<p><strong><u>Install Net-SNMP</u></strong></p>
<blockquote><p>debian4r2:~# aptitude install snmp snmpd libnetsnmp-perl</p></blockquote>
<p><strong><u>Install NMap</u></strong></p>
<blockquote><p>debian4r2:~# aptitude install nmap</p></blockquote>
<p><strong><u>Install Perl Modules</u></strong></p>
<blockquote><p>debian4r2:~# aptitude install libgd-gd2-perl libnet-snmp-perl librrds-perl</p></blockquote>
<p><strong><u>Install PEAR packages</u></strong></p>
<blockquote><p>debian4r2:~# pear install -o -f &#8211;alldeps DB DB_DataObject DB_DataObject_FormBuilder MDB2 Date Numbers_Roman Numbers_Words HTML_Common HTML_QuickForm HTML_QuickForm_advmultiselect HTML_Table Auth_SASL HTTP Image_Canvas Image_Color Image_Graph Image_GraphViz Mail Mail_Mime Net_SMTP Net_Socket Net_Traceroute Net_Ping Validate XML_RPC SOAP Mail_Mime-1.3.1 HTML_Table-1.6.1 Numbers_Roman-1.0.1</p></blockquote>
<p>That installs all the pre-requisites for Centreon network monitoring system to run properly on Debian.</p>
<p>Follow the procedures below to</p>
<blockquote><p><a target="_blank" href="http://www.netmonitoring.org/nagios/install-and-configure-nagios-2x-on-debian-40-with-apache/" title="Install &amp; Confiure Nagios &amp; Nagios Plugins in Debian"><strong>Step 2. Install and Configure Nagios 2.x on Debian 4.0 with Apache2</strong></a></p></blockquote>
<p><strong></p>
<blockquote><p><strong><a target="_blank" href="http://www.netmonitoring.org/centreon/install-centreon-network-monitoring-binaries-in-debian/" title="Install Centreon binaries"><font color="#3366cc">Step 3. Install Centreon binaries</font></a></strong></p></blockquote>
<blockquote><p><strong><a target="_blank" href="http://www.netmonitoring.org/centreon/configure-centreon-setup-and-database/" title="Centreon setup variables and database"><strong><font color="#3366cc">Step 4. Configure Setup Parameters &amp; Database</font></strong></a></strong></p></blockquote>
<p></strong></p>
<h3>Related Post</h3><ul class="related_post"><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><li><a href="http://www.netmonitoring.org/centreon/install-centreon-network-monitoring-binaries-in-debian/" title="Install Centreon Network Monitoring binaries in Debian">Install Centreon Network Monitoring binaries in Debian</a></li><li><a href="http://www.netmonitoring.org/nagios/install-and-configure-pre-requisites-for-nagios/" title="Install and Configure Pre-requisites for Nagios">Install and Configure Pre-requisites for Nagios</a></li><li><a href="http://www.netmonitoring.org/vnstat-bandwidth-monitoring/vnstat-php-frontend-install-config-webinterface-for-vnstat/" title="vnStat PHP Frontend &#8211; Install &#038; Config Webinterface for vnStat">vnStat PHP Frontend &#8211; Install &#038; Config Webinterface for vnStat</a></li><li><a href="http://www.netmonitoring.org/nagios/install-and-configure-nagios-2x-on-debian-40-with-apache/" title="Install and Configure Nagios 2.x on Debian 4.0 with Apache">Install and Configure Nagios 2.x on Debian 4.0 with Apache</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.netmonitoring.org/centreon/install-pre-requisites-for-centreon-network-monitoring-in-debian/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
