<?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>Monitor Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/monitor/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 10 Jan 2019 20:33:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>S-Tui is another great tool to monitor Linux</title>
		<link>https://www.osradar.com/s-tui-tool-to-monitor-linux/</link>
					<comments>https://www.osradar.com/s-tui-tool-to-monitor-linux/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Fri, 11 Jan 2019 03:33:13 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Monitor]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=9134</guid>

					<description><![CDATA[<p>It is always a good idea to have control and information of the system. There are many tools that allow you to do this. Some are very complete and complex, others are more for the common user. With this in mind, is that today I will tell you about S-tui an application to monitor Linux. [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/s-tui-tool-to-monitor-linux/">S-Tui is another great tool to monitor Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>It is always a good idea to have control and information of the system. There are many tools that allow you to do this. Some are very complete and complex, others are more for the common user. With this in mind, is that today I will tell you about S-tui an application to <a href="https://www.osradar.com/tag/monitoring/" rel="noopener">monitor</a> Linux.</p>
<p><a href="https://github.com/amanusk/s-tui" rel="noopener">S-Tui</a> is a terminal UI for monitoring your computer. s-tui allows monitoring CPU temperature, frequency, power and utilization in a graphical way from the terminal. It is developed in Python which helps to install it in many Linux distributions.</p>
<p>S-Tui shows or does the following:</p>
<ul>
<li>Monitoring your CPU temperature/utilization/frequency/power.</li>
<li>Shows performance dips caused by thermal throttling.</li>
</ul>
<p>It also requires minimal resources and it is possible to run int without an X-server.</p>
<p>So, let&#8217;s monitor Linux.</p>
<h2>Install S-Tui to monitor Linux</h2>
<p>As I said before, S-Tui is built in Python and is compatible with many Linux distributions. The steps I will do will be executed in Debian 9, but they are perfectly applicable in Ubuntu 18.04 and derivatives.</p>
<p>So, open a terminal and upgrade the system.</p>
<pre class="">:~$ su
:~# apt update &amp;&amp; apt upgrade</pre>
<figure id="attachment_9158" aria-describedby="caption-attachment-9158" style="width: 1181px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9158" src="https://www.osradar.com/wp-content/uploads/2019/01/1-9.png" alt="1.- Upgrade the system" width="1181" height="588" srcset="https://www.osradar.com/wp-content/uploads/2019/01/1-9.png 1181w, https://www.osradar.com/wp-content/uploads/2019/01/1-9-300x149.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/1-9-768x382.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/1-9-1024x510.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/1-9-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/01/1-9-1068x532.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/1-9-844x420.png 844w" sizes="(max-width: 1181px) 100vw, 1181px" /><figcaption id="caption-attachment-9158" class="wp-caption-text">1.- Upgrade the system</figcaption></figure>
<p>With this, the system will have the latest security patches and thus will be more stable. It is advisable to do so.</p>
<p>Next, S-Tui is available through PIP and official repositories. The best option is to do it through PIP because the latest stable version will always be installed. In addition, you have to install <code>stress</code> package.</p>
<pre class="">:~# apt install stress</pre>
<figure id="attachment_9159" aria-describedby="caption-attachment-9159" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9159" src="https://www.osradar.com/wp-content/uploads/2019/01/2-8.png" alt="2.- Install stress package" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/01/2-8.png 1366w, https://www.osradar.com/wp-content/uploads/2019/01/2-8-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/2-8-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/2-8-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/2-8-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/2-8-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-9159" class="wp-caption-text">2.- Install stress package</figcaption></figure>
<p>Next, install python PIP.</p>
<pre class="">:~#  apt install python3-pip</pre>
<figure id="attachment_9160" aria-describedby="caption-attachment-9160" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9160" src="https://www.osradar.com/wp-content/uploads/2019/01/3-8.png" alt="3.- Install python pip" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/01/3-8.png 1366w, https://www.osradar.com/wp-content/uploads/2019/01/3-8-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/3-8-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/3-8-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/3-8-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/3-8-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-9160" class="wp-caption-text">3.- Install python pip</figcaption></figure>
<p>Now, using PIP, install S-Tui.</p>
<pre class="">:~# pip3 install s-tui</pre>
<figure id="attachment_9161" aria-describedby="caption-attachment-9161" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9161" src="https://www.osradar.com/wp-content/uploads/2019/01/4-9.png" alt="4.- Install S-Tui for monitor Linux" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/01/4-9.png 1366w, https://www.osradar.com/wp-content/uploads/2019/01/4-9-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/4-9-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/4-9-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/4-9-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/4-9-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-9161" class="wp-caption-text">4.- Install S-Tui for monitor Linux</figcaption></figure>
<p>And that&#8217;s all.</p>
<h2>Using S-Tui</h2>
<p>S-Tui is a simple application with a focus on the less experienced user. So it is very easy to use.</p>
<pre class="">:~# s-tui</pre>
<p>And you will see this.</p>
<figure id="attachment_9162" aria-describedby="caption-attachment-9162" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9162" src="https://www.osradar.com/wp-content/uploads/2019/01/5-9.png" alt="5.- Using s-tui" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/01/5-9.png 1366w, https://www.osradar.com/wp-content/uploads/2019/01/5-9-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/5-9-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/5-9-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/5-9-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/5-9-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-9162" class="wp-caption-text">5.- Using s-tui</figcaption></figure>
<p>You can also scroll with the arrow keys and access the options.</p>
<figure id="attachment_9163" aria-describedby="caption-attachment-9163" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9163" src="https://www.osradar.com/wp-content/uploads/2019/01/6-8.png" alt="6.- S-Tui options" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/01/6-8.png 1366w, https://www.osradar.com/wp-content/uploads/2019/01/6-8-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/6-8-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/6-8-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/6-8-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/6-8-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-9163" class="wp-caption-text">6.- S-Tui options</figcaption></figure>
<p><em>Note: you have to install the sensors to monitor the temperature of CPU. Run: apt install lm-sensors. Next run sensors-detect.</em></p>
<p>You can also check the options to run the application.</p>
<pre class="">:~# s-tui -h</pre>
<figure id="attachment_9164" aria-describedby="caption-attachment-9164" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9164" src="https://www.osradar.com/wp-content/uploads/2019/01/7-8.png" alt="7.- S-tui help" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/01/7-8.png 1366w, https://www.osradar.com/wp-content/uploads/2019/01/7-8-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/7-8-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/7-8-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/7-8-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/7-8-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-9164" class="wp-caption-text">7.- S-tui help</figcaption></figure>
<h2>Conclusion</h2>
<p>As you can see, the installation of S-Tui is something that can be achieved in a very simple way. It&#8217;s a pretty simple application that pretends to be another alternative to monitor Linux.</p>
<p>Thanks to the fact that it is created in <a href="https://www.osradar.com/get-the-latest-python-on-linux/">Python</a>, it is possible to install it in many Linux distributions, only with stress as a dependency.</p>
<p>Please share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/s-tui-tool-to-monitor-linux/">S-Tui is another great tool to monitor Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/s-tui-tool-to-monitor-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Icinga 2 and Icinga 2 web on CentOS 7?</title>
		<link>https://www.osradar.com/how-to-install-icinga-2-and-icinga-2-web-on-centos-7/</link>
					<comments>https://www.osradar.com/how-to-install-icinga-2-and-icinga-2-web-on-centos-7/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Tue, 19 Jun 2018 08:38:36 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Icinga2]]></category>
		<category><![CDATA[Monitor]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=4231</guid>

					<description><![CDATA[<p>Icinga is an open source enterprise monitoring system that monitors networks and any significant network resources, notifies the user of errors, recoveries and generates information performance for reporting. It was originally created as a fork of the Nagios system monitoring application in 2009. The Icinga developers also seek to reflect community needs more closely and [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-icinga-2-and-icinga-2-web-on-centos-7/">How to install Icinga 2 and Icinga 2 web on CentOS 7?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.icinga.com/products/icinga-2/"><strong> Icinga</strong></a> is an open source enterprise monitoring system that monitors networks and any significant network resources, notifies the user of errors, recoveries and generates information performance for reporting.</p>
<p>It was originally created as a fork of the Nagios system monitoring application in 2009. The Icinga developers also seek to reflect community needs more closely and to integrate patches more quickly.</p>
<p>Why Icinga? To gain control over the resources available on our network (Servers, Switches, Routers, etc.), which would prevent possible failures before they occur.</p>
<p>Some of its characteristics are:</p>
<div class="et_pb_column et_pb_column_1_3 et_pb_column_2 et_pb_css_mix_blend_mode_passthrough">
<div class="et_pb_module et_pb_blurb et_pb_blurb_5 et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_top">
<div class="et_pb_blurb_content">
<div class="et_pb_blurb_container">
<ul>
<li>Performance oriented: <strong>Icinga 2 is built to be fast</strong>. Thanks to its multithreaded design, it can run thousands of checks each second without any sign of CPU strain.</li>
<li>Distributed: combine high availability clusters with a distributed setup, and you have a <strong>best practice scenario for large and complex environments.</strong></li>
<li>Rule based Configuration:monitoring as code with dynamic configurations. Apply rules to hosts and services to create a <strong>continuous monitoring environment</strong>.</li>
</ul>
<h2>Installation on CentOS 7</h2>
<h4>Adding Icinga repository and installing Icinga2</h4>
<p>There is an Icinga repository for Red Hat Linux, and therefore it is compatible with CentOS. Add the repository:</p>
<p><strong>               sudo -i</strong></p>
<p>Then we enter our password and we are already a root user.</p>
<figure id="attachment_4232" aria-describedby="caption-attachment-4232" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4232" src="https://www.osradar.com/wp-content/uploads/2018/06/1-15.png" alt="1.- Root privileges" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/1-15.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/1-15-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/1-15-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/1-15-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/1-15-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/1-15-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/1-15-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4232" class="wp-caption-text">1.- Root privileges</figcaption></figure>
<p>After that, we wrote the following:</p>
<p><strong>               yum install https://packages.icinga.com/epel/icinga-rpm-release-7-latest.noarch.rpm</strong></p>
<figure id="attachment_4233" aria-describedby="caption-attachment-4233" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4233" src="https://www.osradar.com/wp-content/uploads/2018/06/2-16.png" alt="2.- Adding repository" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/2-16.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/2-16-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/2-16-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/2-16-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/2-16-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/2-16-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/2-16-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4233" class="wp-caption-text">2.- Adding repository</figcaption></figure>
<p>For this tutorial you need to have the EPEL repository activated, if you do not have it activated you can do it with the following command:</p>
<p><strong>               yum install epel-release</strong></p>
<p>Once the installation process is complete, we proceed to install Icinga2:</p>
<p><strong>              yum install icinga2</strong></p>
<figure id="attachment_4234" aria-describedby="caption-attachment-4234" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4234" src="https://www.osradar.com/wp-content/uploads/2018/06/3-16.png" alt="3.- Installing Icinga2" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/3-16.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/3-16-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/3-16-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/3-16-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/3-16-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/3-16-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/3-16-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4234" class="wp-caption-text">3.- Installing Icinga2</figcaption></figure>
<p>Once the package is installed, we proceed to start and enable the service.</p>
<p><strong>             systemctl start icinga2</strong></p>
<p>And:</p>
<p><strong>             systemctl enable icinga2</strong></p>
<figure id="attachment_4235" aria-describedby="caption-attachment-4235" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4235" src="https://www.osradar.com/wp-content/uploads/2018/06/4-14.png" alt="4.- Starting icinga2 service" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/4-14.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/4-14-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/4-14-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/4-14-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/4-14-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/4-14-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/4-14-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4235" class="wp-caption-text">4.- Starting icinga2 service</figcaption></figure>
<p>By default, the installation of icinga2 enables three functionalities: checker, notification and maillog. With the following instruction, we can see all the features:</p>
<p><strong>             icinga2 feature list</strong></p>
<figure id="attachment_4236" aria-describedby="caption-attachment-4236" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4236" src="https://www.osradar.com/wp-content/uploads/2018/06/5-15.png" alt="5.- Icinga2 features" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/5-15.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/5-15-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/5-15-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/5-15-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/5-15-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/5-15-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/5-15-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4236" class="wp-caption-text">5.- Icinga2 features</figcaption></figure>
<p>As it was said before, Icinga is a Nagios fork, bringing as an advantage the compatibility with its plugins. Thanks to the EPEL repository, it&#8217;s just a command.</p>
<p><strong>              yum install nagios-plugins-all</strong></p>
<figure id="attachment_4237" aria-describedby="caption-attachment-4237" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4237" src="https://www.osradar.com/wp-content/uploads/2018/06/6-15.png" alt="6.- Installing nagios plugins" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/6-15.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/6-15-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/6-15-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/6-15-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/6-15-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/6-15-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/6-15-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4237" class="wp-caption-text">6.- Installing nagios plugins</figcaption></figure>
<p>If we manage CentOS security with the selinux control system.</p>
<p><strong>             yum install icinga2-selinux</strong></p>
<p>Then we must restart the service</p>
<p><strong>             systemctl restart icinga2</strong></p>
<figure id="attachment_4238" aria-describedby="caption-attachment-4238" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4238" src="https://www.osradar.com/wp-content/uploads/2018/06/7-14.png" alt="7.- Restarting icinga2" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/7-14.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/7-14-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/7-14-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/7-14-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/7-14-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/7-14-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/7-14-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4238" class="wp-caption-text">7.- Restarting icinga2</figcaption></figure>
<h4>DB IDO on Icinga2 &#8211; Installing MariaDB</h4>
<p>Icinga2 works with a DBMS that can be either MariaDB or postgreSQL. In this case we will use MariaDB, if we don&#8217;t have it installed, we must do it:</p>
<p><strong>               yum install mariadb-server mariadb</strong></p>
<figure id="attachment_4239" aria-describedby="caption-attachment-4239" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4239" src="https://www.osradar.com/wp-content/uploads/2018/06/8-12.png" alt="8.-Installing MariaDB" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/8-12.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/8-12-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/8-12-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/8-12-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/8-12-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/8-12-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/8-12-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4239" class="wp-caption-text">8.-Installing MariaDB</figcaption></figure>
<p>After that, we must to enable it and start it:</p>
<p><strong>             systemctl enable mariadb</strong></p>
<p>And:</p>
<p><strong>             systemctl start mariadb</strong></p>
<figure id="attachment_4240" aria-describedby="caption-attachment-4240" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4240" src="https://www.osradar.com/wp-content/uploads/2018/06/9-10.png" alt="9.-Enabling MariaDB" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/9-10.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/9-10-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/9-10-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/9-10-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/9-10-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/9-10-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/9-10-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4240" class="wp-caption-text">9.-Enabling MariaDB</figcaption></figure>
<p>With the mysql_secure_installation script we can define the password and other options of MariaDB. We answer Y,N,Y,Y.</p>
<p><strong>                mysql_secure_installation</strong></p>
<figure id="attachment_4241" aria-describedby="caption-attachment-4241" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4241" src="https://www.osradar.com/wp-content/uploads/2018/06/10-9.png" alt="10.- Mysql_secure_installation" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/10-9.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/10-9-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/10-9-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/10-9-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/10-9-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/10-9-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/10-9-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4241" class="wp-caption-text">10.- Mysql_secure_installation</figcaption></figure>
<p>At this point we must install the Ido-mysql module or functionality:</p>
<p><strong>              yum install icinga2-ido-mysql</strong></p>
<figure id="attachment_4242" aria-describedby="caption-attachment-4242" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4242" src="https://www.osradar.com/wp-content/uploads/2018/06/11-10.png" alt="11.- Installing module ido-mysl" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/11-10.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/11-10-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/11-10-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/11-10-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/11-10-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/11-10-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/11-10-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4242" class="wp-caption-text">11.- Installing module ido-mysl</figcaption></figure>
<p>Now we will create the user and database dedicated to icinga2. We&#8217;re accessing the mariadb console:</p>
<p><strong>mysql -u root -p</strong></p>
<p>Once logged in, we proceed to create the database:</p>
<p><strong>               CREATE DATABASE icinga2;</strong></p>
<p>And later, we will create the user dedicated to icinga, with his password and with permissions to alter everything in the icinga2 database:</p>
<p><strong>              GRANT ALL PRIVILEGES ON icinga2.* TO &#8216;icinga2user&#8217;@&#8217;localhost&#8217; IDENTIFIED BY &#8216;icinga2pss&#8217;;</strong></p>
<figure id="attachment_4243" aria-describedby="caption-attachment-4243" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4243" src="https://www.osradar.com/wp-content/uploads/2018/06/12-8.png" alt="12.- Creating user and database" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/12-8.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/12-8-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/12-8-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/12-8-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/12-8-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/12-8-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/12-8-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4243" class="wp-caption-text">12.- Creating user and database</figcaption></figure>
<p>Now we must repeat the process but for icinga web:</p>
<p><strong>               CREATE DATABASE icinga2web;</strong></p>
<p><strong>               GRANT ALL PRIVILEGES ON icinga2web.* TO &#8216;icinga2webuser&#8217;@&#8217;localhost&#8217; IDENTIFIED BY &#8216;icinga2webpss&#8217;;</strong></p>
<p>And finally, we must to refresh all privileges:</p>
<p><strong>               FLUSH PRIVILEGES;</strong></p>
<figure id="attachment_4244" aria-describedby="caption-attachment-4244" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4244" src="https://www.osradar.com/wp-content/uploads/2018/06/13-4.png" alt="13.- FLUSH PRIVILEGES" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/13-4.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/13-4-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/13-4-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/13-4-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/13-4-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/13-4-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/13-4-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4244" class="wp-caption-text">13.- FLUSH PRIVILEGES</figcaption></figure>
<p>We leave the mariadb console with <strong>exit</strong>. And to import the mysql ido schema into our mariadb configuration, we write:</p>
<p><strong>               mysql -u root -p icinga2 &lt; /usr/share/icinga2-ido-mysql/schema/mysql.sql</strong></p>
<figure id="attachment_4245" aria-describedby="caption-attachment-4245" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4245" src="https://www.osradar.com/wp-content/uploads/2018/06/14-6.png" alt="14.- Importing database schema" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/14-6.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/14-6-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/14-6-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/14-6-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/14-6-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/14-6-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/14-6-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4245" class="wp-caption-text">14.- Importing database schema</figcaption></figure>
<p>We enabled the icinga2 module gone mysql and then restarted the service.</p>
<p><strong>              icinga2 feature enable ido-mysql</strong></p>
<p>After that:</p>
<p><strong>              systemctl restart icinga2</strong></p>
<figure id="attachment_4246" aria-describedby="caption-attachment-4246" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4246" src="https://www.osradar.com/wp-content/uploads/2018/06/15-6.png" alt="15.- Restarting icinga2" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/15-6.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/15-6-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/15-6-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/15-6-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/15-6-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/15-6-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/15-6-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4246" class="wp-caption-text">15.- Restarting icinga2</figcaption></figure>
<h4>Instalando Icinga 2 Web</h4>
<p>Until now we have installed the server part of Icinga2, now it is the turn of the web interface that works with a web server. We chose apache in this tutorial, installed it, enabled it and started the service.</p>
<p><strong>               yum install httpd</strong></p>
<figure id="attachment_4247" aria-describedby="caption-attachment-4247" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4247" src="https://www.osradar.com/wp-content/uploads/2018/06/16-6.png" alt="16.- Installing Apache" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/16-6.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/16-6-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/16-6-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/16-6-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/16-6-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/16-6-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/16-6-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4247" class="wp-caption-text">16.- Installing Apache</figcaption></figure>
<p>To enable it:</p>
<p><strong>                  systemctl enable httpd</strong></p>
<p>and to start it:</p>
<p><strong>                 systemctl start httpd</strong></p>
<figure id="attachment_4248" aria-describedby="caption-attachment-4248" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4248" src="https://www.osradar.com/wp-content/uploads/2018/06/17-5.png" alt="17.- Starting apache" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/17-5.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/17-5-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/17-5-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/17-5-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/17-5-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/17-5-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/17-5-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4248" class="wp-caption-text">17.- Starting apache</figcaption></figure>
<p>And we execute the following commands to enable the port in the firewall:</p>
<p><strong>              firewall-cmd &#8211;add-service=http</strong></p>
<p>And:</p>
<p><strong>             firewall-cmd &#8211;permanent &#8211;add-service=http</strong></p>
<figure id="attachment_4249" aria-describedby="caption-attachment-4249" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4249" src="https://www.osradar.com/wp-content/uploads/2018/06/18-5.png" alt="18.- Firewall" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/18-5.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/18-5-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/18-5-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/18-5-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/18-5-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/18-5-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/18-5-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4249" class="wp-caption-text">18.- Firewall</figcaption></figure>
<p>Icinga2web uses REST API for its internal processes and we must enable it to get full functionality.</p>
<p>We enabled it with the command:</p>
<p><strong>             icinga2 api setup</strong></p>
<figure id="attachment_4250" aria-describedby="caption-attachment-4250" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4250" src="https://www.osradar.com/wp-content/uploads/2018/06/19-6.png" alt="19.- Enabling api rest" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/19-6.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/19-6-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/19-6-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/19-6-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/19-6-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/19-6-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/19-6-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4250" class="wp-caption-text">19.- Enabling api rest</figcaption></figure>
<p>Now we will edit the file: api-users to define username and password:</p>
<p><strong>              nano /etc/icinga2/conf.d/api-users.conf</strong></p>
<figure id="attachment_4251" aria-describedby="caption-attachment-4251" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4251" src="https://www.osradar.com/wp-content/uploads/2018/06/20-6.png" alt="20.- Editing file" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/20-6.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/20-6-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/20-6-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/20-6-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/20-6-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/20-6-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/20-6-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4251" class="wp-caption-text">20.- Editing file</figcaption></figure>
<p>We replace user and password with the one we want.</p>
<p>In my case:</p>
<figure id="attachment_4252" aria-describedby="caption-attachment-4252" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4252" src="https://www.osradar.com/wp-content/uploads/2018/06/21-6.png" alt="21.- File edited" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/21-6.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/21-6-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/21-6-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/21-6-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/21-6-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/21-6-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/21-6-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4252" class="wp-caption-text">21.- File edited</figcaption></figure>
<p>Another file we need to edit is the ido-mysql.conf to match the mariadb parameters we have configured.</p>
<p>In this case the file looks like this.</p>
<figure id="attachment_4253" aria-describedby="caption-attachment-4253" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4253" src="https://www.osradar.com/wp-content/uploads/2018/06/22-5.png" alt="22.-ido-mysql.conf file" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/22-5.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/22-5-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/22-5-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/22-5-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/22-5-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/22-5-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/22-5-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4253" class="wp-caption-text">22.- ido-mysql.conf file</figcaption></figure>
<p>And now, we restart the icinga2 service.</p>
<p><strong>             systemctl restart icinga2</strong></p>
<p>Now we must enable the SCL repository to continue with the installation in an optimal way.</p>
<p><strong>              yum install centos-release-scl</strong></p>
<figure id="attachment_4255" aria-describedby="caption-attachment-4255" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4255" src="https://www.osradar.com/wp-content/uploads/2018/06/23-4.png" alt="23.-Adding SCL repository" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/23-4.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/23-4-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/23-4-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/23-4-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/23-4-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/23-4-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/23-4-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4255" class="wp-caption-text">23.-Adding SCL repository</figcaption></figure>
<p>We proceed to install Icinga Web 2</p>
<p><strong>            yum install icingaweb2 icingacli</strong></p>
<figure id="attachment_4256" aria-describedby="caption-attachment-4256" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4256" src="https://www.osradar.com/wp-content/uploads/2018/06/24-4.png" alt="24.-Installing Icinga2web" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/24-4.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/24-4-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/24-4-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/24-4-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/24-4-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/24-4-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/24-4-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4256" class="wp-caption-text">24.-Installing Icinga2web</figcaption></figure>
<p>If you use SELinux, then you will also need to install:</p>
<p><strong>               yum install icingaweb2-selinux</strong></p>
<p>The next thing you need to do is to install packages to work with FPM (FastCGI Process Manager):</p>
<p><strong>               yum install rh-php71-php-fpm</strong></p>
<p>Start the service:</p>
<p><strong>              systemctl start rh-php71-php-fpm.service</strong></p>
<p>And enable it:</p>
<p><strong>              systemctl enable rh-php71-php-fpm.service</strong></p>
<p>Now the module for mysql:</p>
<p><strong>              yum install rh-php71-php-mysqlnd</strong></p>
<p>And restart the service:</p>
<p><strong>              systemctl restart rh-php71-php-fpm.service</strong></p>
<figure id="attachment_4257" aria-describedby="caption-attachment-4257" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4257" src="https://www.osradar.com/wp-content/uploads/2018/06/26-2.png" alt="26.- Restarting services" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/26-2.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/26-2-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/26-2-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/26-2-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/26-2-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/26-2-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/26-2-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4257" class="wp-caption-text">26.- Restarting services</figcaption></figure>
<p>We must now create a token that we will use in the web installer.</p>
<p><strong>               icingacli setup token create</strong></p>
<figure id="attachment_4258" aria-describedby="caption-attachment-4258" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4258" src="https://www.osradar.com/wp-content/uploads/2018/06/27-1.png" alt="27.- Generating token" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/27-1.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/27-1-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/27-1-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/27-1-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/27-1-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/27-1-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/27-1-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4258" class="wp-caption-text">27.- Generating token</figcaption></figure>
<p>Finally we must restart apache</p>
<p><strong>             systemctl restart httpd</strong></p>
<p>It is highly recommended to modify the timezone in /etc/opt/rh/rh-php71/php.ini. In my case I&#8217;ll put America/caracas.</p>
<p><strong>            nano /etc/opt/rh/rh-php71/php.ini</strong></p>
<figure id="attachment_4259" aria-describedby="caption-attachment-4259" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4259" src="https://www.osradar.com/wp-content/uploads/2018/06/28-1.png" alt="28.- Setting timezone" width="1368" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/06/28-1.png 1368w, https://www.osradar.com/wp-content/uploads/2018/06/28-1-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/28-1-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/28-1-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/28-1-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/28-1-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/28-1-779x420.png 779w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-4259" class="wp-caption-text">28.- Setting timezone</figcaption></figure>
<p>We restart the apache services and the php fpm.</p>
<p><strong>               systemctl restart httpd</strong></p>
<p><strong>               systemctl restart rh-php71-php-fpm</strong></p>
<p>And with this we can complete the installation from our web browser.</p>
<p><strong>              http://IP_SERVER/icingaweb2/</strong></p>
<p>In that initial screen we must add the token we have generated and click on next.</p>
<figure id="attachment_4261" aria-describedby="caption-attachment-4261" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4261" src="https://www.osradar.com/wp-content/uploads/2018/06/29-2.png" alt="29.- Icinga2 web" width="1366" height="634" srcset="https://www.osradar.com/wp-content/uploads/2018/06/29-2.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/29-2-300x139.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/29-2-768x356.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/29-2-1024x475.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/29-2-696x323.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/29-2-1068x496.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/29-2-905x420.png 905w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4261" class="wp-caption-text">29.- Icinga2 web</figcaption></figure>
<p>The following screen shows the active modules: Activate Doc and Monitoring:</p>
<p>&nbsp;</p>
<figure id="attachment_4262" aria-describedby="caption-attachment-4262" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4262" src="https://www.osradar.com/wp-content/uploads/2018/06/30-1.png" alt="30.- Modules" width="1366" height="634" srcset="https://www.osradar.com/wp-content/uploads/2018/06/30-1.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/30-1-300x139.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/30-1-768x356.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/30-1-1024x475.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/30-1-696x323.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/30-1-1068x496.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/30-1-905x420.png 905w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4262" class="wp-caption-text">30.- Modules</figcaption></figure>
<p>On the next screen, verify that we meet the software requirements.</p>
<figure id="attachment_4263" aria-describedby="caption-attachment-4263" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4263" src="https://www.osradar.com/wp-content/uploads/2018/06/31-1.png" alt="31.- Icinga2 web" width="1366" height="634" srcset="https://www.osradar.com/wp-content/uploads/2018/06/31-1.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/31-1-300x139.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/31-1-768x356.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/31-1-1024x475.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/31-1-696x323.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/31-1-1068x496.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/31-1-905x420.png 905w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4263" class="wp-caption-text">31.- Icinga2 web</figcaption></figure>
<p>Next it asks us the form of authentication: we choose database.</p>
<figure id="attachment_4264" aria-describedby="caption-attachment-4264" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4264" src="https://www.osradar.com/wp-content/uploads/2018/06/32.png" alt="32.- continuing the installation" width="1366" height="634" srcset="https://www.osradar.com/wp-content/uploads/2018/06/32.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/32-300x139.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/32-768x356.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/32-1024x475.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/32-696x323.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/32-1068x496.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/32-905x420.png 905w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4264" class="wp-caption-text">32.- continuing the installation</figcaption></figure>
<p>Next, on the next screen, we will place the requested parameters of mariadb. Click on next.</p>
<figure id="attachment_4267" aria-describedby="caption-attachment-4267" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4267" src="https://www.osradar.com/wp-content/uploads/2018/06/34.png" alt="33.- Mariadb parameters" width="1366" height="634" srcset="https://www.osradar.com/wp-content/uploads/2018/06/34.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/34-300x139.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/34-768x356.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/34-1024x475.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/34-696x323.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/34-1068x496.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/34-905x420.png 905w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4267" class="wp-caption-text">33.- Mariadb parameters</figcaption></figure>
<p>The next screen is for naming the backend. We leave it the same. Click on next.</p>
<figure id="attachment_4269" aria-describedby="caption-attachment-4269" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4269" src="https://www.osradar.com/wp-content/uploads/2018/06/35-1.png" alt="34.- backend" width="1366" height="634" srcset="https://www.osradar.com/wp-content/uploads/2018/06/35-1.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/35-1-300x139.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/35-1-768x356.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/35-1-1024x475.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/35-1-696x323.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/35-1-1068x496.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/35-1-905x420.png 905w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4269" class="wp-caption-text">34.- backend</figcaption></figure>
<p>Now it&#8217;s time to set up the administrative account</p>
<figure id="attachment_4270" aria-describedby="caption-attachment-4270" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4270" src="https://www.osradar.com/wp-content/uploads/2018/06/36.png" alt="35.- administrative account " width="1366" height="634" srcset="https://www.osradar.com/wp-content/uploads/2018/06/36.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/36-300x139.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/36-768x356.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/36-1024x475.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/36-696x323.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/36-1068x496.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/36-905x420.png 905w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4270" class="wp-caption-text">35.- administrative account</figcaption></figure>
<p>It is the turn of the log. We left everything the same.</p>
<figure id="attachment_4271" aria-describedby="caption-attachment-4271" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4271" src="https://www.osradar.com/wp-content/uploads/2018/06/37.png" alt="36.- Log" width="1366" height="634" srcset="https://www.osradar.com/wp-content/uploads/2018/06/37.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/37-300x139.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/37-768x356.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/37-1024x475.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/37-696x323.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/37-1068x496.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/37-905x420.png 905w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4271" class="wp-caption-text">36.- Log</figcaption></figure>
<p>Check that everything is on the screen shown and click next.</p>
<figure id="attachment_4272" aria-describedby="caption-attachment-4272" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4272" src="https://www.osradar.com/wp-content/uploads/2018/06/38.png" alt="37.- Next screen" width="1366" height="634" srcset="https://www.osradar.com/wp-content/uploads/2018/06/38.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/38-300x139.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/38-768x356.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/38-1024x475.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/38-696x323.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/38-1068x496.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/38-905x420.png 905w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4272" class="wp-caption-text">37.- Next screen</figcaption></figure>
<p>And now, monitoring module:</p>
<figure id="attachment_4273" aria-describedby="caption-attachment-4273" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4273" src="https://www.osradar.com/wp-content/uploads/2018/06/39.png" alt="38.- Monitoring module" width="1366" height="634" srcset="https://www.osradar.com/wp-content/uploads/2018/06/39.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/39-300x139.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/39-768x356.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/39-1024x475.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/39-696x323.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/39-1068x496.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/39-905x420.png 905w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4273" class="wp-caption-text">38.- Monitoring module</figcaption></figure>
<p>The screen that will be shown is the backend monitoring screen, we leave everything the same.</p>
<figure id="attachment_4274" aria-describedby="caption-attachment-4274" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4274" src="https://www.osradar.com/wp-content/uploads/2018/06/40.png" alt="39.- Monitoring backend" width="1366" height="634" srcset="https://www.osradar.com/wp-content/uploads/2018/06/40.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/40-300x139.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/40-768x356.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/40-1024x475.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/40-696x323.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/40-1068x496.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/40-905x420.png 905w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4274" class="wp-caption-text">39.- Monitoring backend</figcaption></figure>
<p>In the next screen, we must place the parameters of MariaDB for icinga.</p>
<figure id="attachment_4275" aria-describedby="caption-attachment-4275" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4275" src="https://www.osradar.com/wp-content/uploads/2018/06/41.png" alt="40.- Icinga mariaDB" width="1366" height="634" srcset="https://www.osradar.com/wp-content/uploads/2018/06/41.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/41-300x139.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/41-768x356.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/41-1024x475.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/41-696x323.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/41-1068x496.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/41-905x420.png 905w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4275" class="wp-caption-text">40.- Icinga mariaDB</figcaption></figure>
<p>Now we must configure command transport with the parameters that we configure in the file: etc/icinga2/conf.d/api-users.conf</p>
<figure id="attachment_4276" aria-describedby="caption-attachment-4276" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4276" src="https://www.osradar.com/wp-content/uploads/2018/06/42.png" alt="41.- Command transport" width="1366" height="634" srcset="https://www.osradar.com/wp-content/uploads/2018/06/42.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/42-300x139.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/42-768x356.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/42-1024x475.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/42-696x323.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/42-1068x496.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/42-905x420.png 905w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4276" class="wp-caption-text">41.- Command transport</figcaption></figure>
<p>On the next screen we leave it the same:</p>
<figure id="attachment_4277" aria-describedby="caption-attachment-4277" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4277" src="https://www.osradar.com/wp-content/uploads/2018/06/43.png" alt="42.- Monitoring security" width="1366" height="634" srcset="https://www.osradar.com/wp-content/uploads/2018/06/43.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/43-300x139.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/43-768x356.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/43-1024x475.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/43-696x323.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/43-1068x496.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/43-905x420.png 905w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4277" class="wp-caption-text">42.- Monitoring security</figcaption></figure>
<p>we&#8217;ll see the summary and that&#8217;s it.</p>
<figure id="attachment_4278" aria-describedby="caption-attachment-4278" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4278" src="https://www.osradar.com/wp-content/uploads/2018/06/44.png" alt="43.- Summary" width="1366" height="634" srcset="https://www.osradar.com/wp-content/uploads/2018/06/44.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/44-300x139.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/44-768x356.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/44-1024x475.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/44-696x323.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/44-1068x496.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/44-905x420.png 905w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4278" class="wp-caption-text">43.- Summary</figcaption></figure>
<p>We have already successfully completed the installation process.</p>
<figure id="attachment_4279" aria-describedby="caption-attachment-4279" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4279" src="https://www.osradar.com/wp-content/uploads/2018/06/45.png" alt="44.- Success!!!" width="1366" height="634" srcset="https://www.osradar.com/wp-content/uploads/2018/06/45.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/45-300x139.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/45-768x356.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/45-1024x475.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/45-696x323.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/45-1068x496.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/45-905x420.png 905w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4279" class="wp-caption-text">44.- Success!!!</figcaption></figure>
<p>Now we can log in.</p>
<figure id="attachment_4280" aria-describedby="caption-attachment-4280" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4280" src="https://www.osradar.com/wp-content/uploads/2018/06/46.png" alt="45.- Icinga loging" width="1366" height="634" srcset="https://www.osradar.com/wp-content/uploads/2018/06/46.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/46-300x139.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/46-768x356.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/46-1024x475.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/46-696x323.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/46-1068x496.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/46-905x420.png 905w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4280" class="wp-caption-text">45.- Icinga loging</figcaption></figure>
<p>And we can finally get into the dashboard. If we can see it, it means everything went great.</p>
<figure id="attachment_4281" aria-describedby="caption-attachment-4281" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-4281" src="https://www.osradar.com/wp-content/uploads/2018/06/47.png" alt="46.- Dashboard" width="1366" height="634" srcset="https://www.osradar.com/wp-content/uploads/2018/06/47.png 1366w, https://www.osradar.com/wp-content/uploads/2018/06/47-300x139.png 300w, https://www.osradar.com/wp-content/uploads/2018/06/47-768x356.png 768w, https://www.osradar.com/wp-content/uploads/2018/06/47-1024x475.png 1024w, https://www.osradar.com/wp-content/uploads/2018/06/47-696x323.png 696w, https://www.osradar.com/wp-content/uploads/2018/06/47-1068x496.png 1068w, https://www.osradar.com/wp-content/uploads/2018/06/47-905x420.png 905w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-4281" class="wp-caption-text">46.- Dashboard</figcaption></figure>
<p>Icinga2 is a great Nagios-based network monitoring program. Its installation under CentOS is a bit long but the process is not complex and does not require much effort.</p>
<p>Please share this tutorial on social networks for your friends to take advantage of.</p>
</div>
</div>
</div>
</div>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-icinga-2-and-icinga-2-web-on-centos-7/">How to install Icinga 2 and Icinga 2 web on CentOS 7?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-icinga-2-and-icinga-2-web-on-centos-7/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
