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

How can I monitor wildfly version 20 on zabbix 4.0?

I have done everything possible from my end. OS Linux data is coming from server. but data of wildfly (i.e heap thread etc.) is not coming. does anyone have template of wildfly 20?
-1
votes
2 answers

Script on python for Zabbix LLD discovery rule

I need to write a python script to monitor the change of sudoers files. I want to implement this in Zabbix using the LLD Discovery rule. As I understand it, I need to have data in JSON at the output. Since I am just learning how to write scripts I…
-1
votes
3 answers

Cannot start docker image of zabbix-server-mysql: 'cannot use database "zabbix": its "users" table is empty (is this the Zabbix proxy database?)'

I am deploying a zabbix-server. I created a MySQL database on the a cloud platform. When I start the zabbix-server-mysql:alpine-5.2-latest container which connects to this DB, it automatically exits after a while. The log shows: * Preparing…
WYC
  • 599
  • 6
  • 6
-1
votes
2 answers

zabbix Trapper VS zabbix agent

I have about 200 servers which i want to monitor with zabbix. my zabbix version is 5. i read about zabbix trapper and zabbix agent and tested both to see how they work. now before I start monitoring all of my servers I wanted to know which method is…
BlackCrystal
  • 127
  • 1
  • 11
-1
votes
1 answer

Setting up https on Zabbix

I am trying to set up https on Zabbix dashboard website based on server ip address, for example: https://10.x.x.x/zabbix Feeling not secure enough when login to Zabbix dashboard with out https Does anyone know how to set up https for zabbix?
25sup3
  • 11
  • 1
  • 4
-1
votes
1 answer

Iptables rules and zabbix Item key

I have chain of traffic rules in iptables, pkts bytes target prot opt in out source destination 309231 1770353681 ACCEPT all -- * * 192.168.0.10 0.0.0.0/0 146 …
Bell
  • 49
  • 1
  • 8
-1
votes
1 answer

How to monitor apache tomcat running in windows via a zabbix agent?

We have a windows server that has zabbix agent installed. Recently we installed multiple apache tomcat 7 websites running in different ports and need to monitor the number of active threads, response time, etc. I need suggestions to retrieve the…
-1
votes
2 answers

Zabbix server not running

I just installed Zabbix 5.0 LTS (The Latest verion of Zabbix) on RHEL-8 OS. On logging in the Zabbix front end, I gett a message saying "Zabbix server is not working". & bar below says:"Zabbix server not working.Information delayed may not be…
BABUPINKY
  • 27
  • 1
  • 1
  • 7
-1
votes
2 answers

Zabbix Upgrade to 5.0 database upgrade failed

I'm trying to upgrade my Zabbix Server today (MariaDB). Current version is 4.4, I want to update it to 5.0 Installation went well. When I start the zabbix-server process, the database starts upgrading, and it then stops with the following error…
-1
votes
1 answer

Can I sync two PRTG deployments using one database?

I have the following scenario: WS1 = Windows **(Has Internet)** WS2 = Windows (No Internet) SERVERX = Linux (No Internet) We want to monitor SERVERX ( get CPU usage, disk space..etc and get alerts via email!) I was thinking about using Zabbix OR…
-1
votes
1 answer

Zabbix frontend dashboard not working after system reboot

We are running zabbix on ubuntu server, and recently we rebooted the machine, after reboot Zabbix dashboard is not showing up. Although, we are still receiving the alert messages. Ubuntu version 18.04.3 LTS; Zabbix Version 4.4.4 error: This site…
Erog
  • 9
  • 1
  • 1
  • 7
-1
votes
1 answer

send notification if a trigger repeated for third time in zabbix

I have several hosts on Zabbix that send to me notifications on slack. for some triggers severity like warning or average, I would like to receive a notification if a trigger is repeated for the third time.and for other severities like high or…
-1
votes
1 answer

not getting any data from the listed triggers in zabbix

I am little confuse in zabbix triggers expresion, right now i am triggering an application count netstat -anp | grep 1433 |wc -l but I am getting no data from these trigger, can any one please help? thanks in advance item proc.num[1433] trigger…
-1
votes
2 answers

How to struct array in nested json object with the same keys

I am creating host objects in Zabbix via microservices in Golang. I have to serve the following json to the Zabbix api to create host which is part of multiple groups { "jsonrpc": "2.0", "method": "host.create", "params": { "host":…
-1
votes
1 answer

Zabbix web scenario authentication

So i'm trying to set up zabbix web scenario to monitor webpage up/down. Ive found a way googeling which should work for me, however there is an issue in the login page. I need to be able to press TAB 4 times and then end it with a space to reach the…
Mairold Kunimägi
  • 125
  • 1
  • 1
  • 10