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
6
votes
4 answers

zabbix error The frontend does not match Zabbix database

install zabbix at Configure DB connection error The frontend does not match Zabbix database. i use mysql What is the meaning of this?
john.L
  • 73
  • 1
  • 1
  • 5
6
votes
2 answers

How to open Wildfly 8.2 JMX port for monitoring?

I am using Wildfly 8.2 on CentOs. Can anyone help me to open remote JMX on Wildfly 8.2? I am only using standalone-full.xml and the port 10990 is already accessible for webconsole like: 192.168.1.10:10990/console/ Now, I am trying to monitor wildfly…
Aswin Mohanan
  • 151
  • 1
  • 2
  • 4
6
votes
5 answers

How to read HDD S.M.A.R.T. attributes?

I would monitoring the smart HDD-s on my Windows 7 clients. I would to get the HDD smart attributes without using any vbs file or ready-made tool just looking towards WMI or PowerShell. I would aggregate that data with ZABBIX monitoring server (use…
GergA
  • 304
  • 1
  • 3
  • 17
5
votes
3 answers

Unable to determine current Zabbix database version: the table "dbversion" was not found

OS: Debian10 App: Zabbix4.0 Installed app:Mariadb,Apache2,php I got this error after I input this command in mysql. create database zabbix character set utf8 collate utf8_bin; and when I tried to restart zabbix-server, zabbix-server.service: Can't…
5
votes
2 answers

Zabbix - The buffer pool utilization is too low

I'm using Zabbix as my Linux monitoring solution. It shows MySQL - The buffer pool utilization is less than 50% in the last 5 minutes. This means that there is a lot of unused RAM allocated for the buffer pool, which you can easily reallocate at the…
Lakshan Dissanayake
  • 521
  • 1
  • 4
  • 18
5
votes
1 answer

Monitoring MySQl with Zabbix Agent

I can't get every result from the Zabbix default Template App MySQL. The error is: Not supported by zabbix agent I already setup zabbix_agent.conf and included my.cnf. What other settings do I need to configure, for Zabbix Agent to monitor MySQL…
pico
  • 247
  • 3
  • 9
  • 20
5
votes
1 answer

What does "CPU jumps" mean?

I have the following default chart in zabbix, but I have no idea how to interprete these values. Can anyone explain?
user4779895
5
votes
3 answers

Iterative summations in SQL

I have values in a Zabbix DB that are loaded onto it every minute. I need a query that computes hourly totals for different days e.g under 20 Mar 2013, I'd have a row for 0:00 containing a sum of values where time >= 0:00 and < 1:00 and so on. Then…
170730350
  • 590
  • 1
  • 8
  • 22
4
votes
2 answers

Installation of zabbix-server using docker-compose and connect with host mysql and apache server

I am new in docker technology. I want to install zabbix server using docker-compose.yml with only one container and connect it with host machine database(mysql) and also host machine apache2/nginx for zabbix frontend. Is it possible? Please help.
Rocky
  • 75
  • 1
  • 1
  • 7
4
votes
2 answers

How to fix ImportError: No module named 'telebot'

I'm configuring a bot to send alerts from Zabbix, so I installed Python and the modules: sudo apt install python python-pip python-setuptools After that, I installed the bot API to use on Zabbix: python -m pip install --user…
Lucas SF
  • 111
  • 1
  • 1
  • 6
4
votes
1 answer

zabbix server won't start - database error

I'm having trouble starting zabbix server on centOS 7. This is the status message I get after trying to start zabbix-server: [root@monitor2:~] #systemctl status zabbix-server zabbix-server.service - Zabbix Server Loaded: loaded…
bluethundr
  • 1,005
  • 17
  • 68
  • 141
4
votes
2 answers

Check access restrictions in Zabbix agent configuration

I installed Zabbix 3.0.0rc1 from sources on AWS correctly and everything runs okay, but I wanted to run some manual commands to test connectivity with new zabbix agent in network. I used zabbix_get and it worked fine, but I saw something strange.…
32cupo
  • 850
  • 5
  • 18
  • 36
4
votes
2 answers

How can I monitor failed rsync job with Zabbix?

I have a situation where I need to monitor (with Zabbix) if a rsync job failed to execute. I though about inserting an exit code on a file at the source and monitoring that but I haven't found a good way of doing this. Anyone have any idea of a…
AlimaSP
  • 43
  • 1
  • 3
4
votes
1 answer

Multiple times trigger generation in Zabbix

I am new to zabbix. I have a basic requirement of monitoring occurrence of different log messages using zabbix. Say, when there is a log message "server starting", zabbix should show that alert. The idea is that if the server (re)starts 10 times in…
Arnab Biswas
  • 4,495
  • 3
  • 42
  • 60
4
votes
5 answers

Tool for parsing SMTP logs that finds bounces

Our web application sends e-mails. We have lots of users, and we get lots of bounces. For example, user changes company and his company e-mail is no longer valid. To find bounces, I parse SMTP log file with log parser. The logs come from Microsoft…
Željko Filipin
  • 56,372
  • 28
  • 94
  • 125
1
2
3
91 92