<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Install Icinga2 Monitoring Tool on Ubuntu 20.04/22.04	</title>
	<atom:link href="https://www.tecmint.com/install-icinga-monitoring-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-icinga-monitoring-ubuntu/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sun, 09 Feb 2025 07:02:57 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: geek		</title>
		<link>https://www.tecmint.com/install-icinga-monitoring-ubuntu/comment-page-1/#comment-2269518</link>

		<dc:creator><![CDATA[geek]]></dc:creator>
		<pubDate>Sun, 09 Feb 2025 07:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2783#comment-2269518</guid>

					<description><![CDATA[This guide was a lifesaver! I was stuck trying to figure out how to manage my Ubuntu server after struggling with configuration issues for hours. The instructions here made everything so simple and smooth.  

]]></description>
			<content:encoded><![CDATA[<p>This guide was a lifesaver! I was stuck trying to figure out how to manage my Ubuntu server after struggling with configuration issues for hours. The instructions here made everything so simple and smooth.  </p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: geek		</title>
		<link>https://www.tecmint.com/install-icinga-monitoring-ubuntu/comment-page-1/#comment-2269152</link>

		<dc:creator><![CDATA[geek]]></dc:creator>
		<pubDate>Sat, 08 Feb 2025 05:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2783#comment-2269152</guid>

					<description><![CDATA[Wow, this was such a helpful read! I was setting up a &lt;strong&gt;Flask&lt;/strong&gt; environment on &lt;strong&gt;Ubuntu&lt;/strong&gt; and came across a similar issue while figuring out how to configure things properly. Luckily, I found this great guide to install Flask on Ubuntu, and everything finally clicked.  

I appreciate the clean breakdown of PHP in this article - especially the example showing how it embeds directly into HTML. 

Really loved the humble tone too. Thanks for sharing this!]]></description>
			<content:encoded><![CDATA[<p>Wow, this was such a helpful read! I was setting up a <strong>Flask</strong> environment on <strong>Ubuntu</strong> and came across a similar issue while figuring out how to configure things properly. Luckily, I found this great guide to install Flask on Ubuntu, and everything finally clicked.  </p>
<p>I appreciate the clean breakdown of PHP in this article &#8211; especially the example showing how it embeds directly into HTML. </p>
<p>Really loved the humble tone too. Thanks for sharing this!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Daniel Craig		</title>
		<link>https://www.tecmint.com/install-icinga-monitoring-ubuntu/comment-page-1/#comment-2125319</link>

		<dc:creator><![CDATA[Daniel Craig]]></dc:creator>
		<pubDate>Fri, 12 Jan 2024 18:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2783#comment-2125319</guid>

					<description><![CDATA[@Neil Pittaway mentioned PHP 8.1 with Ubuntu 22.04 doesn&#039;t work, so this command will not work.
&lt;pre&gt;
sudo nano /etc/php/8.1/apache2/php.ini   [On Ubuntu 22.04]
&lt;/pre&gt;
You may need to edit and mention to use older PHP version with latest Ubuntu.

After generating token, error occurs on &lt;strong&gt;/icingaweb2/setup&lt;/strong&gt; on page Requirements

&lt;strong&gt;Deprecated&lt;/strong&gt;: Return type of &lt;strong&gt;Icinga\Application\Libraries::getIterator()&lt;/strong&gt; should either be compatible with &lt;strong&gt;IteratorAggregate::getIterator():&lt;/strong&gt; Traversable, or the &lt;strong&gt;#[\ReturnTypeWillChange]&lt;/strong&gt; attribute should be used to temporarily suppress the notice in &lt;strong&gt;/usr/share/php/Icinga/Application/Libraries.php&lt;/strong&gt; on line 20

known bug : https://github.com/Icinga/icingaweb2/issues/4837

Also we get a warning that &lt;strong&gt;apt-key&lt;/strong&gt; is going to be deprecated so as a workaround used this.

https://www.digitalocean.com/community/tutorials/how-to-handle-apt-key-and-add-apt-repository-deprecation-using-gpg-to-add-external-repositories-on-ubuntu-22-04
&lt;pre&gt;
curl -L https://packages.icinga.com/icinga.key &#124; sudo gpg --dearmor -o /usr/share/keyrings/icinga2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1723  100  1723    0     0   9429      0 --:--:-- --:--:-- --:--:--  9467
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>@Neil Pittaway mentioned PHP 8.1 with Ubuntu 22.04 doesn&#8217;t work, so this command will not work.</p>
<pre>
sudo nano /etc/php/8.1/apache2/php.ini   [On Ubuntu 22.04]
</pre>
<p>You may need to edit and mention to use older PHP version with latest Ubuntu.</p>
<p>After generating token, error occurs on <strong>/icingaweb2/setup</strong> on page Requirements</p>
<p><strong>Deprecated</strong>: Return type of <strong>Icinga\Application\Libraries::getIterator()</strong> should either be compatible with <strong>IteratorAggregate::getIterator():</strong> Traversable, or the <strong>#[\ReturnTypeWillChange]</strong> attribute should be used to temporarily suppress the notice in <strong>/usr/share/php/Icinga/Application/Libraries.php</strong> on line 20</p>
<p>known bug : <a target="_blank" href="https://github.com/Icinga/icingaweb2/issues/4837" rel="nofollow ugc">https://github.com/Icinga/icingaweb2/issues/4837</a></p>
<p>Also we get a warning that <strong>apt-key</strong> is going to be deprecated so as a workaround used this.</p>
<p><a target="_blank" href="https://www.digitalocean.com/community/tutorials/how-to-handle-apt-key-and-add-apt-repository-deprecation-using-gpg-to-add-external-repositories-on-ubuntu-22-04" rel="nofollow ugc">https://www.digitalocean.com/community/tutorials/how-to-handle-apt-key-and-add-apt-repository-deprecation-using-gpg-to-add-external-repositories-on-ubuntu-22-04</a></p>
<pre>
curl -L https://packages.icinga.com/icinga.key | sudo gpg --dearmor -o /usr/share/keyrings/icinga2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1723  100  1723    0     0   9429      0 --:--:-- --:--:-- --:--:--  9467
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-icinga-monitoring-ubuntu/comment-page-1/#comment-2114199</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Wed, 13 Dec 2023 03:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2783#comment-2114199</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-icinga-monitoring-ubuntu/comment-page-1/#comment-2113813&quot;&gt;VISHAVJEET Rohilla&lt;/a&gt;.

@Vishavjeet,

To fix this issue, make sure that the &lt;strong&gt;LDAP&lt;/strong&gt; module and other required modules are installed on your system. 

You can use your package manager to verify their status.
&lt;pre&gt;
dpkg -l &#124; grep slapd    # For Debian/Ubuntu
rpm -qa &#124; grep openldap # For Red Hat/CentOS
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-icinga-monitoring-ubuntu/comment-page-1/#comment-2113813">VISHAVJEET Rohilla</a>.</p>
<p>@Vishavjeet,</p>
<p>To fix this issue, make sure that the <strong>LDAP</strong> module and other required modules are installed on your system. </p>
<p>You can use your package manager to verify their status.</p>
<pre>
dpkg -l | grep slapd    # For Debian/Ubuntu
rpm -qa | grep openldap # For Red Hat/CentOS
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: VISHAVJEET Rohilla		</title>
		<link>https://www.tecmint.com/install-icinga-monitoring-ubuntu/comment-page-1/#comment-2113813</link>

		<dc:creator><![CDATA[VISHAVJEET Rohilla]]></dc:creator>
		<pubDate>Tue, 12 Dec 2023 07:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2783#comment-2113813</guid>

					<description><![CDATA[Hello, the LDAP module and some other modules are missing. 

What should I do? Please help.]]></description>
			<content:encoded><![CDATA[<p>Hello, the LDAP module and some other modules are missing. </p>
<p>What should I do? Please help.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
