Questions tagged [zabbix]

Zabbix is the ultimate enterprise-level software designed for monitoring availability and performance of IT infrastructure components. Zabbix is open source and comes at no cost.

Zabbix is the ultimate enterprise-level software designed for monitoring availability and performance of IT infrastructure components. Zabbix is open source and comes at no cost.

See also:

17 questions
2
votes
1 answer

How to set up SNMP in Ubuntu server 18.04 to report access point activity to Zabbix dashboard?

I really need assistance in setting up SNMP to work with Zabbix on my dashboard. I have set up an Ubuntu 18.04 Zabbix server and have added over 18 agents. All virtual machines with Zabbix agents and they are working great! Now I have gotten to the…
1
vote
0 answers

How to set routes for multiple subnets with two interfaces?

I have Ubuntu Server with Zabbix. 2 interfaces: eth0 (main network for apache, ssh etc) adress: 10.0.10.11/24 gateway4: 10.0.10.254 eth1: adress: 10.0.2.10/24 gateway: 10.0.2.1 network 10.0.2.0 got…
1
vote
0 answers

zabbix-server-mysql error

hope I'm in the right place. I'm following this instruction : https://tecadmin.net/install-zabbix-on-ubuntu/ Instead of installing the zabbix-release_4.2-1+bionic_all.deb, I downloaded the zabbix-release_4.4-1+bionic_all.deb file. By the…
1
vote
4 answers

Zabbix and apache2 conf

I'm trying to install Zabbix on Ubuntu Server 16. I've followed all the instructions here: https://www.zabbix.com/download?zabbix=3.4&os_distribution=ubuntu&os_version=xenial&db=PostgreSQL but, I'm not able to find the apache configuration for…
Giox
  • 263
0
votes
2 answers

PHP.ini change not reflected

I am trying to install Zabbix and the following errors appeared during pre-installation I proceeded to change the setting in PHP.ini file to the minimum requirements The problem is that though i have made the changes to the PHP.ini file , it is…
Computernerd
  • 1,401
0
votes
0 answers

Can't install Zabbix Agent on Ubuntu Server 24.04

I have problem install zabbix agent package. First, I was trying below command wget https://repo.zabbix.com/zabbix/6.0/u...u24.04_all.deb The result is: --2025-03-26 11:11:30-- https://repo.zabbix.com/zabbix/6.0/u...u24.04_all.deb Resolving…
0
votes
0 answers

how can i upgrade zabbix on docker compose

I installed Zabbix with docker compose. I am now using Zabbix 7.0 option. I want to update to version 7.2 with docker-compose. How can I do this without deleting the Dashboard screens and configurations?
0
votes
0 answers

Problem with PID - Zabbix Server on Ubuntu (WSL2)

I'm having trouble trying to start Zabbix Server (6.4) on WSL2. When I try the following command: service zabbix-server restart: I received the following message: * Stopping Zabbix server zabbix_server No process in pidfile…
0
votes
1 answer

zabbix timeout while connecting to 161

I have a zabbix server, and I want to monitor an ubuntu 22.04 using SNMP I used the following commands to install and set the snmp user for the ubuntu 22.04 $ sudo apt install snmp snmpd libsnmp-dev $ net-snmp-create-v3-user -ro -a STrP@SSWRD -x…
0
votes
0 answers

mariadb earlier versions

So I'm using zabbix 6 which does not actually support mariadb above 10.08 I manage to install mariadb 10.08 but today I see a log message that says: the repository ( meaning mariadb 10.08) no longer has a release file. my question is this: are…
0
votes
0 answers

zabbix installation with the MySQL support

I'm trying to install zabbix on my ubuntu 22.04 server. I installed the zabbix 6.1 repository on my system. when I try to install zabbix server with mysql support it returns the following: $ sudo apt install zabbix-server-mysql…
0
votes
1 answer

Error while installing Zabbix

I am trying to install Zabbix Server on Ubuntu 20.04. I enter this command: zcat /usr/share/doc/zabbix-sql-scripts/mysql/server.sql.gz | mysql -uzabbix -p Passw0rd But receive this error: ERROR 1045 (28000): Access denied for user…
0
votes
0 answers

Problem with unsaved configuration

It rarely happens to me .. But if it does then I have a problem .. I have Ubuntu on VMware on one of the hosts. Yesterday this host stopped working because one of the SFP pins was damaged, then all machines stopped working. When we managed to fix…
sphtd
  • 31
0
votes
2 answers

configure: error: Not found mysqlclient library

When I installed ZABBIX with source code, there was an error in the compilation phase: checking for main in -lmysqlclient... no configure: error: Not found mysqlclient library system ubuntu18.04 mysql version 5.7.28 Here are my ZABBIX compilation…
Erwin
  • 1
  • 2
0
votes
1 answer

Install zabbix default tables on mysql with error 1046

I tried to install zabbix on my raspberry pie with this tutorial but I am stuck a installing the default tables. Half way in it says that I should run this command: $ zcat /usr/share/doc/zabbix-server-mysql*/create.sql.gz | mysql -u zabbix -p I get…
sirzento
  • 103
1
2