Pessoal, boa noite!
Possuo um ambiente onde tenho inúmeros containers rodando em um Windows Server 2019.
Realizei a instalação do Zabbix Server na versão 5.0.10 e por default nele consta o template de monitoramento docker "Template App Docker". No host, instalei o Zabbix-Agent...
Search Result
Collapse
28 results in 0.0025 seconds.
Keywords
Members
Tags
-
Zabbix docker templates for version 4.2
I am trying to find Zabbix Docker Templates for Zabbix Version 4.2, will docker can work in Zabbix Version 4.2?Last edited by vikas.rk123; 20-03-2021, 18:52. -
Monitoring of ZABBIX proxy installed via docker container
Hello dear forum members,
I'm complete newbie in both ZABBIX solutions and docker technology, so I'm kindly asking for your advices and help. I've set up the proxy (sqllite) and agent on the needed host, using "docker-compose up" and the following commands :
... -
[unixODBC] Can't open lib '/usr/lib64/libtdsodbc.so.0' : file not found
Hello guys,
My company is implementing Zabbix on a test/PoC environment and currently we are stuck at this error:
...Code:bash-5.0# isql MSSQL sa <password> -v [01000][unixODBC][Driver Manager]Can't open lib '/usr/lib64/libtdsodbc.so.0' : file not found [ISQL]ERROR:
-
Curl inside docker container
Hi,
I am using the alpine version of the zabbix/zabbix-server-pgsql docker container and one of my alert scripts needs a curl command but the curl binary is missing.
Is there anyone who knows how to install curl inside the docker container Zabbix server?
I tried the ubuntu... -
docker: front end cannot detect backend: Server is running: No
Hi,
I am trying to get zabbix to work with docker.
I have a simple script that starts the frontend and the backend, but when I log into the frontend, it says:
Zabbix server is running No
For some reason, the frontend cannot find the backend, even though I put... -
Zabbix monitoring docker
Hello,
I needs to monitor container docker in the swarm, docker template works with agent 2, but as the container moves to the other host change name, add unique tag to name. Zabbix alerts that container does not exist.
How can I monitor a container that changes name dynamically.
...Last edited by kkpc; 03-09-2020, 06:36. -
unable to set up docker monitoring using zabbix 5.0
I have recently upgraded to Zabbix 5.0.1 to monitor docker and installed zabbix-agent on a docker server. However, I am into a bit of an issue with errors as following:
Zabbix Version: 5.0.1
Zabbix server IP: 192.168.0.60
Docker server IP: 192.168.0.65
/etc/zabbix/zabbix_agentd.conf...Last edited by lastwon; 16-07-2020, 17:36. -
cannot accept incoming connection for peer
Hello!
Ok, so I am completely new to zabbix.
I already have a working zabbix server in Docker.
Now i treid to install a zabbix agent too but I got two Issues:
First the frontend tells me that the server is not available!
Second the server logs tell me "cannot...Last edited by Kasheew; 02-07-2020, 14:42. -
Zabbix Agent - docker-compose
Hi,
I have been using Zabbix for a few weeks now.
I've managed to get all of our production servers connected to the Zabbix server.
Now my management team want us to start monitoring our docker containers.
I have a cluster of 10 servers each with same... -
Can Zabbix Monitor Docker Containers?
Hello I was wondering if Zabbix can monitor Docker containers? Do I need to create a custom template to do this? And does it use the Agent as normal? Thank you -
Zabbix Proxy Docker container sqlite3
Hello guys !
I have a problem with this image zabbix-proxy-sqlite3 present on the docker hub (tag: centos-4.2.4).
I run the container with the following parameters:
Instance in the cloud:
2 vCores and 4Go RAM
Docker:
Client:
Version:...Last edited by FrK3v; 23-07-2019, 18:32. -
Monitoring docker services using zabbix
Hi,
We have created a docker image that has a drupal site and number of services like apache,mysql,zabbix,varnish,memcache etc. We are trying to monitor the service that are inside the container like apache, mysql etc using zabbix in another server.
We have piped the zabbixagent...