Comments on: How to Install Zabbix on RHEL/CentOS and Debian/Ubuntu – Part 1 https://www.tecmint.com/install-and-configure-zabbix-monitoring-on-debian-centos-rhel/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 02 Nov 2023 03:37:38 +0000 hourly 1 By: Ravi Saive https://www.tecmint.com/install-and-configure-zabbix-monitoring-on-debian-centos-rhel/comment-page-1/#comment-2097571 Thu, 02 Nov 2023 03:37:38 +0000 http://www.tecmint.com/?p=14622#comment-2097571 In reply to weidashuai.

@Weidashuai,

First, ensure that the Zabbix server service is running. If not, you can start the service using the following command:

sudo systemctl start zabbix-server

After starting the Zabbix server, monitor the server’s logs to check for any issues or error messages that might provide more information about the problem.

sudo journalctl -xe -u zabbix-server

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.

sudo nano /etc/zabbix/zabbix_server.conf
OR
sudo vi /etc/zabbix/zabbix_server.conf

After making any necessary configuration changes, restart the Zabbix server to apply the changes:

sudo systemctl restart zabbix-server

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.

]]>
By: weidashuai https://www.tecmint.com/install-and-configure-zabbix-monitoring-on-debian-centos-rhel/comment-page-1/#comment-2097239 Wed, 01 Nov 2023 07:10:14 +0000 http://www.tecmint.com/?p=14622#comment-2097239 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.

]]>
By: Ravi Saive https://www.tecmint.com/install-and-configure-zabbix-monitoring-on-debian-centos-rhel/comment-page-1/#comment-1928620 Mon, 12 Dec 2022 06:21:22 +0000 http://www.tecmint.com/?p=14622#comment-1928620 In reply to Desh Deepak pal.

@Desh,

First, you need to remove the already installed zabbix40 which is not Zabbix official package as shown.

# yum remove zabbix40

After removing all zabbix40 packages, you can follow the guide to install Zabbix from official repo as shown in this article…

]]>
By: Desh Deepak pal https://www.tecmint.com/install-and-configure-zabbix-monitoring-on-debian-centos-rhel/comment-page-1/#comment-1927449 Fri, 09 Dec 2022 23:44:57 +0000 http://www.tecmint.com/?p=14622#comment-1927449 Dear Sir,

I am stuck in installing Zabbix 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 yum clean all and after that, I tried to remove them by yum remove Zabbix but it shows there is no package installed.

Try to delete Zabbix-release by rpm -e Zabbix-release but didn’t find anything.

I want 6.2 but Zabbix 50 and 4 conflict with them and also didn’t be deleted. One more thing did anyone let me know where the zabbix.arch files placed.

–> 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

]]>
By: Pankaj Sharma https://www.tecmint.com/install-and-configure-zabbix-monitoring-on-debian-centos-rhel/comment-page-1/#comment-1900602 Tue, 18 Oct 2022 14:15:56 +0000 http://www.tecmint.com/?p=14622#comment-1900602 How to resolve the error:

skipping https://repo.zabbix.com/zabbix/5.4/rhel/7/x86_64/zabbix-release-5.4-1.el7.noarch.rpm
- transfer failed

]]>