Questions tagged [zabbix]

Zabbix is a free, open-source monitoring tool for diverse IT components, such as networks, servers, VM and cloud services. Zabbix provides metrics, such as network utilization, CPU load and disk usage consumption. The software monitors operations on Linux, HP-UX, Mac OS X, Solaris and Windows via agents installed on machines with a centralised server. It includes enterprise class features that can scale to support monitoring on thousands of servers.

Zabbix is installed as an 'agent' on machines to be monitored, with a central server that performs the monitoring. User defined 'templates' determine what attributes about a given client/agent to monitor; in this way, you can use Zabbix to monitor an enormous variety of activities.

Zabbix server is written in C on the back end, and PHP on the front end, and requires a relational database for the back end. Zabbix agent 1 is written in C and Zabbix agent 2 is written in Golang.

1379 questions
-1
votes
1 answer

Zabbix triggers - if power of fiber optical line (in dB) is continuously weakening

I have an interesting task to monitor network traffic. I am monitoring lot of interfaces, mainly RX uplinks in our network. And I have normal graphs. As you can see sometimes on some uplink I see traffic or power of fiber optical line continuously…
emmbee
  • 11
  • 2
-1
votes
1 answer

Zabbix server upgrade issue

We are unable to upgrade the zabbix version to 4.4.. there seems to be an error with upgrading Database. Could someone help on this: [Z3005] query failed: [1005] Can't create table 'zabbix.#sql-179d_144bb0' (errno: 135) [alter table `hosts` add…
-1
votes
2 answers

Docker Volumes + multiple folders

I want to use the image Zabbix/Zabbix-snmptraps it creates two mount points: /var/lib/zabbix/snmptraps /var/lib/zabbix/mibs it creates two volumes automatically I can put both volumes in one volume using the following command: docker volume create…
-1
votes
2 answers

Monitor all activities over the Zabbix Dashboard

I want to Monitor the Zabbix Dashboard Itself. As i am using a zabbix setup with 1000 hosts many triggers, templates. So now i want to monitor that if a trigger or template is disabled , enabled , if any new trigger is created and vice versa for any…
Vipul Sharma
  • 162
  • 3
  • 8
-1
votes
1 answer

Put lastest item's data in trigger name

I got a problem with some feature of Zabbix, I think i did not understood all. I hope some of you can help me ! So, I Want to put in the trigger name the latest data sending by "zabbix_sender". I had to monitoring certificate, and I want that all…
S. Me
  • 31
  • 1
  • 9
-1
votes
1 answer

Python Zabbix API for Linux Process Monitoring

I have installed Zabbix 4.0 for remote monitoring of Linux server. I want to monitor different processes running on Zabbix-agent in the Zabbix-server. I want to know if it is possible to retrieve different data (CPU utilization, Memory utilization,…
NewToCoding
  • 199
  • 1
  • 2
  • 15
-1
votes
1 answer

Need Mysql Zabbix data for CPU utilization, memory utilization, Disk space utilization for creating ML profile

I have installed Zabbix 4.0 for remote monitoring of Linux server. My first understanding is that the Zabbix-agent monitors the server and send the data to Mysql database for storing. The Zabbix frontend retrieves the data from Mysql database and…
NewToCoding
  • 199
  • 1
  • 2
  • 15
-1
votes
1 answer

Monitor REST API using zabbix

I'm completely new to zabbix and have not much idea about keys & functions in zabbix. I want to send an email notification whenever response body contains "up":false
Mitul FG
  • 1
  • 1
-1
votes
2 answers

zabbix ldap login faild

i use zabbix and ldap. my config in Administration->Authentication is ok and test is pass. show in below picture but when i want login with zabbix form the login is fail and say me user or pass is incorrect
Mahdi Azadbar
  • 1,330
  • 3
  • 17
  • 24
-1
votes
1 answer

Zabbix upgrade to 4.0.2

Greetings! I do not know how to upgrade from Zabbix 4.0.1 to Zabbix 4.0.2 What I'm trying to do: rm -Rf /etc/apt/sources.list.d/zabbix.list wget…
Alex R.
  • 467
  • 3
  • 14
-1
votes
1 answer

Install Zabbix agent on CentOS

I'm trying to install Zabbix 3.4 on CentOS 7 but I have problems with the first step : Adding the Zabbix repository to the CentOS 7 system. URL error I don't know what's wrong. Any suggestion? Thanks
-1
votes
1 answer

add or change the language of zabbiz executed in docker

someone could guide me to add the spanish language in zabbix using docker. I was investigating and the examples that come out are in Apache and it's different. my docker-compose file is this: version: '2' services: zabbix-db: image:…
-1
votes
2 answers

Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' -Centos 7.1

Logs: 20088:20180822:152017.613 cannot send list of active checks to "127.0.0.1": host [Zabbix server] not monitored 20100:20180822:152202.973 [Z3005] query failed: [2002] Can't connect to local MySQL server through socket…
-1
votes
2 answers

PythonNameError: name 'discovery' is not defined

Have this below function.But getting error ..any thoughts ? def zabbix_discovery(pingdom_data): discovery = [] for k,v in data["recipes"].items(): discovery.append( {"{#NAME}":…
-1
votes
1 answer

Zabbix graph monitoring

I am new in Zabbix, I tried to understand in the Zabbix manual on how to create a graph but it is not clear for me. I need to know the steps for monitoring any device, such as router, by representing on a graph. What is the elements necessary before…