<?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 Zabbix on RHEL/CentOS and Debian/Ubuntu &#8211; Part 1	</title>
	<atom:link href="https://www.tecmint.com/install-and-configure-zabbix-monitoring-on-debian-centos-rhel/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-and-configure-zabbix-monitoring-on-debian-centos-rhel/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 02 Nov 2023 03:37:38 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-and-configure-zabbix-monitoring-on-debian-centos-rhel/comment-page-1/#comment-2097571</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 02 Nov 2023 03:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=14622#comment-2097571</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-and-configure-zabbix-monitoring-on-debian-centos-rhel/comment-page-1/#comment-2097239&quot;&gt;weidashuai&lt;/a&gt;.

@Weidashuai,

First, ensure that the Zabbix server service is running. If not, you can start the service using the following command:
&lt;pre&gt;
sudo systemctl start zabbix-server
&lt;/pre&gt;
After starting the Zabbix server, monitor the server&#039;s logs to check for any issues or error messages that might provide more information about the problem. 
&lt;pre&gt;
sudo journalctl -xe -u zabbix-server
&lt;/pre&gt;
Look for any error messages that might point to the cause of the Zabbix server not running.

Next, you need to check that the Zabbix web interface is properly configured to communicate with the Zabbix server in the configuration settings, including the Zabbix server hostname and port.
&lt;pre&gt;
sudo nano /etc/zabbix/zabbix_server.conf
OR
sudo vi /etc/zabbix/zabbix_server.conf
&lt;/pre&gt;
After making any necessary configuration changes, restart the Zabbix server to apply the changes:
&lt;pre&gt;
sudo systemctl restart zabbix-server
&lt;/pre&gt;
Finally, make sure that your firewall not blocking Zabbix server communication. Adjust your firewall rules or SELinux policies if needed.

Then, log in again to the Zabbix web interface.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-and-configure-zabbix-monitoring-on-debian-centos-rhel/comment-page-1/#comment-2097239">weidashuai</a>.</p>
<p>@Weidashuai,</p>
<p>First, ensure that the Zabbix server service is running. If not, you can start the service using the following command:</p>
<pre>
sudo systemctl start zabbix-server
</pre>
<p>After starting the Zabbix server, monitor the server&#8217;s logs to check for any issues or error messages that might provide more information about the problem. </p>
<pre>
sudo journalctl -xe -u zabbix-server
</pre>
<p>Look for any error messages that might point to the cause of the Zabbix server not running.</p>
<p>Next, you need to check that the Zabbix web interface is properly configured to communicate with the Zabbix server in the configuration settings, including the Zabbix server hostname and port.</p>
<pre>
sudo nano /etc/zabbix/zabbix_server.conf
OR
sudo vi /etc/zabbix/zabbix_server.conf
</pre>
<p>After making any necessary configuration changes, restart the Zabbix server to apply the changes:</p>
<pre>
sudo systemctl restart zabbix-server
</pre>
<p>Finally, make sure that your firewall not blocking Zabbix server communication. Adjust your firewall rules or SELinux policies if needed.</p>
<p>Then, log in again to the Zabbix web interface.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: weidashuai		</title>
		<link>https://www.tecmint.com/install-and-configure-zabbix-monitoring-on-debian-centos-rhel/comment-page-1/#comment-2097239</link>

		<dc:creator><![CDATA[weidashuai]]></dc:creator>
		<pubDate>Wed, 01 Nov 2023 07:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=14622#comment-2097239</guid>

					<description><![CDATA[After completing all the steps, I logged into the Zabbix service website and was prompted that the Zabbix server was not running, and the information displayed may not be current.]]></description>
			<content:encoded><![CDATA[<p>After completing all the steps, I logged into the Zabbix service website and was prompted that the Zabbix server was not running, and the information displayed may not be current.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-and-configure-zabbix-monitoring-on-debian-centos-rhel/comment-page-1/#comment-1928620</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 12 Dec 2022 06:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=14622#comment-1928620</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-and-configure-zabbix-monitoring-on-debian-centos-rhel/comment-page-1/#comment-1927449&quot;&gt;Desh Deepak pal&lt;/a&gt;.

@Desh,

First, you need to remove the already installed &lt;strong&gt;zabbix40&lt;/strong&gt; which is not Zabbix official package as shown.
&lt;pre&gt;
# yum remove zabbix40
&lt;/pre&gt;
After removing all &lt;strong&gt;zabbix40&lt;/strong&gt; packages, you can follow the guide to install Zabbix from official repo as shown in this article...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-and-configure-zabbix-monitoring-on-debian-centos-rhel/comment-page-1/#comment-1927449">Desh Deepak pal</a>.</p>
<p>@Desh,</p>
<p>First, you need to remove the already installed <strong>zabbix40</strong> which is not Zabbix official package as shown.</p>
<pre>
# yum remove zabbix40
</pre>
<p>After removing all <strong>zabbix40</strong> packages, you can follow the guide to install Zabbix from official repo as shown in this article&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Desh Deepak pal		</title>
		<link>https://www.tecmint.com/install-and-configure-zabbix-monitoring-on-debian-centos-rhel/comment-page-1/#comment-1927449</link>

		<dc:creator><![CDATA[Desh Deepak pal]]></dc:creator>
		<pubDate>Fri, 09 Dec 2022 23:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=14622#comment-1927449</guid>

					<description><![CDATA[Dear Sir,

I am stuck in installing &lt;strong&gt;Zabbix&lt;/strong&gt; to my centos 7. I tried multiple times so it shows a conflict.

​Kindly find below the Details 

I checked all the packages by:

# yum search zabbix* 

Did clean by &lt;code&gt;yum clean all&lt;/code&gt; and after that, I tried to remove them by &lt;code&gt;yum remove Zabbix&lt;/code&gt; but it shows there is no package installed.

Try to delete Zabbix-release by &lt;code&gt;rpm -e Zabbix-release&lt;/code&gt; but didn&#039;t find anything.

I want 6.2 but Zabbix 50 and 4 conflict with them and also didn&#039;t be deleted. One more thing did anyone let me know where the &lt;strong&gt;zabbix.arch&lt;/strong&gt; files placed.

--&#062; Finished Dependency Resolution
Error: zabbix50 conflicts with zabbix40-4.0.39-1.el7.x86_64
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
]]></description>
			<content:encoded><![CDATA[<p>Dear Sir,</p>
<p>I am stuck in installing <strong>Zabbix</strong> to my centos 7. I tried multiple times so it shows a conflict.</p>
<p>​Kindly find below the Details </p>
<p>I checked all the packages by:</p>
<p># yum search zabbix* </p>
<p>Did clean by <code>yum clean all</code> and after that, I tried to remove them by <code>yum remove Zabbix</code> but it shows there is no package installed.</p>
<p>Try to delete Zabbix-release by <code>rpm -e Zabbix-release</code> but didn&#8217;t find anything.</p>
<p>I want 6.2 but Zabbix 50 and 4 conflict with them and also didn&#8217;t be deleted. One more thing did anyone let me know where the <strong>zabbix.arch</strong> files placed.</p>
<p>&#8211;&gt; Finished Dependency Resolution<br />
Error: zabbix50 conflicts with zabbix40-4.0.39-1.el7.x86_64<br />
 You could try using &#8211;skip-broken to work around the problem<br />
 You could try running: rpm -Va &#8211;nofiles &#8211;nodigest</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pankaj Sharma		</title>
		<link>https://www.tecmint.com/install-and-configure-zabbix-monitoring-on-debian-centos-rhel/comment-page-1/#comment-1900602</link>

		<dc:creator><![CDATA[Pankaj Sharma]]></dc:creator>
		<pubDate>Tue, 18 Oct 2022 14:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=14622#comment-1900602</guid>

					<description><![CDATA[How to resolve the error:

&lt;code&gt;skipping https://repo.zabbix.com/zabbix/5.4/rhel/7/x86_64/zabbix-release-5.4-1.el7.noarch.rpm
- transfer failed&lt;/code&gt;
]]></description>
			<content:encoded><![CDATA[<p>How to resolve the error:</p>
<p><code>skipping https://repo.zabbix.com/zabbix/5.4/rhel/7/x86_64/zabbix-release-5.4-1.el7.noarch.rpm<br />
- transfer failed</code></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
