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
2
votes
2 answers

grafana Could not connect to given url

My environment Zabbix 3.4 Grafana 5.2 Grafana Zabbix Plugin 3.9.1 I have a problem about zabbix / grafana integrate test. When input zabbix url's in grafana datasource, return "Could not connect to given url" Error. But JSON_RPC Curl Test Return /…
oharsax
  • 21
  • 1
  • 3
2
votes
1 answer

Zabbix HTTP authentication with Keycloak-proxy

I'm try to integrate Zabbix UI with Keycloak SSO, using keycloak-proxy. My setup is the following: Nginx is the entry point: it handles the "virtual host", forwarding the requests to keycloak-proxy. Keyclock-proxy is configured with client_id,…
2
votes
2 answers

Zabbix API 3.4 - unable to create host because of circular requirement

I'm trying to add zabbix server support for a service that is written in Python. This service should send metrics to a zabbix server in active mode. E.g. the service connects to the server periodically, not the other way. (The service can be…
nagylzs
  • 3,954
  • 6
  • 39
  • 70
2
votes
1 answer

How can I retrieve the ip of a service inside the docker-composer?

I'm trying to startup zabbix in docker, I've created the docker-compose with several services, one is the database. I need start the database first , and after get the ip address from database to setup the other services, but do not know how to do,…
Sileno Brito
  • 449
  • 1
  • 13
  • 31
2
votes
1 answer

Trigger recovery in Zabbix

I am trying to configure a trigger in Zabbix in order to monitore a simple eventLog from a Windows server. The trigger works and an alarm raises but after 30s without this event it should get back to normal. But the problem is it never gets back to…
Marcelo Ribeiro
  • 113
  • 1
  • 11
2
votes
1 answer

zabbix-server.service: PID file /var/run/zabbix/zabbix_server.pid not readable (yet?) after start: No such file or directory

First of all, I would like to say that I know there are already posts on this subject here, but none of them had any useful answer, so this is why I'm doing another post. So I installed Zabbix on a Ubuntu machine, and every time I try to run…
dersoi
  • 117
  • 1
  • 3
  • 14
2
votes
1 answer

Zabbix joins the cookies by comma instead of semicolon

we have a little problem with Zabbix Web Scenario setup and we would ask you for help. We configured Zabbix's web scenario to check the adding products into the cart on our eshop. Scenario works follow 1) Zabbix call…
Jiří Chmiel
  • 876
  • 6
  • 20
2
votes
1 answer

API Request item.get by list host name

want to returned values itemsid by list hostnames found variant for hostid list zabbix_get=\ { "jsonrpc": "2.0", "method": "item.get", "params": { "output": "extend", "hostids": [123, 234], …
Nikolay Baranenko
  • 1,582
  • 6
  • 35
  • 60
2
votes
2 answers

Zabbix dependcies unmet

I want to upgrade a Zabbix 2.2.7 to a 3.4 but there is a problem when I want to install zabbix-server: The following packages have unmet dependencies: zabbix-server-mysql : Depends: libmariadbclient18 (>= 5.5.36) but it is not…
Guillaume Niwanet
  • 58
  • 1
  • 2
  • 13
2
votes
2 answers

Set trigger time of periods in Zabbix

I have a host that I monitor in 08:00-20:00 and trigger which acts when no ping. Sometimes a host can be switched off in period of 20:00-08:00. I want in this situation dont't to trigger that act till 10:00 next day. Is it possible?
Damir
  • 99
  • 4
  • 11
2
votes
1 answer

Using Zabbix to monitor Restful call

I want to use Zabbix to make a Restful GET call periodically and check a return value. For example I have a URL like https://mysite/api/performCheck. This endpoint returns JSON data that would look something like this: { "status": 0 } If the status…
William Ross
  • 3,568
  • 7
  • 42
  • 73
2
votes
1 answer

Zabbix trigger to compare if one item contains value from another item

I have one item extracted from a JMX interrogation and I want to compare it against another one extracted from a database. These values shouldn't be equal but first one should contain/include the second - if not then I need an alert. Obviously I…
vlucian
  • 77
  • 1
  • 9
2
votes
1 answer

Monitor Docker container with Zabbix

I've a trigger with the following expression: {amr101:system.run["docker inspect --format='{{.State.Running}}' my-container"].last()}=0 I believe that Zabbix, be default, uses the zabbix user on the remote host to execute commands. I've added the…
Karim Tabet
  • 1,789
  • 1
  • 14
  • 35
2
votes
2 answers

zabbix.conf redirect to another port

I'm having trouble understanding how to reconfigure the initial zabbix.conf file to not hijack port 80 out of the box. Here is the default zabbix.conf provided by the application: # # Zabbix monitoring system php web frontend # Alias /zabbix…
whoisearth
  • 4,080
  • 13
  • 62
  • 130
2
votes
3 answers

Zabbix servers is running no

I installed Zabbix server, everything works well, but after opening up the dashboard, it shows zabbix server running Value NO. Also it the bottom of the page shows (zabbix server is running no information provided my be not current). Note: the…
Nashwan Mustafa
  • 121
  • 2
  • 8