Search Result
Collapse
64 results in 0.0039 seconds.
Keywords
Members
Tags
-
Docker Container Monitoring (Discovery Auto Disabling Triggers)
I am trying to configure Zabbix to monitor docker containers. I have a couple running as a test and I want to have triggers and alerts if certain contains aren't running for some reason. I could see the each container auto discovered and they had various items and triggers for health status and running... -
Zabbix Agent in a container not able to check the filesystems
Hello,
please, correct me if I'm wrong. If I run a Zabbix agent on a docker container, I can't monitor all the machine filesystems.
Because I did that, but the only filesystems that my agent discovered, it's the one defined in the "volumes" section of the docker file.
Do... -
Zabbix agent2 - Docker : Trigger on container removal
Hi awesome zabbix community!
I have been trying to use zabbix to monitor docker containers and it works fine when the containers exists. Is there an easy way to monitor if containers get deleted and not just stopped or crashed? -
Zabbix Docker и Get value from agent failed: read timeout
Добрый день!
Имеется не тривиальная проблема:
1. Развернут Zabbix с помощью Docker. Имеется такой Docker-compose файл -
...Code:version: '3.8' services: mysql-server: image: mysql:8.0 networks: - zbx_net command: - mysqld - --character-set-server=utf8
Last edited by IkarusKam; 15-01-2025, 12:17. -
Proxy 7.2 container fails to open a SQLite3 file
I recently ran a Zabbix Proxy (7.0) container on a Mikrotik router (arm64). Then decided to update the container (to 7.2), so I removed the old container and added a new one with the new tag version. Now it won't start anymore.
When I start the container, it stops right after.
Checking the... -
Cannot get Modbus to work
To start of this, just want to start show what i have done. Btw i have checked if Modus working on my part, and it work with the right IP and Port. I run Agent2 on Docker and can ping to the host with modbus i want to use.
First i started with adding the right values to agent2 env file... -
Docker containers monitoring on Top Hosts widget
Hello guys,
I need to create a "Top Hosts" widget that contains all docker containers that I have. But unfortunately, all what I can do is to monitor only the main Linux host that has Docker, as shown in the second screenshot. My environment is:- Rocky Linux that has Docker installed
-
preisinger started a topic Create custom widget for use with zabbix/zabbix-web-nginx-pgsql docker imagein Zabbix HelpCreate custom widget for use with zabbix/zabbix-web-nginx-pgsql docker image
In my compose file i have a zabbix-web section
...HTML Code:zabbix-web: # https://hub.docker.com/r/zabbix/zabbix-web-nginx-pgsql image: zabbix/zabbix-web-nginx-pgsql:${ZBX_IMAGE_TAG} restart: always network_mode: "host" environment: -
Zabbix Podman Pod script
There are multiple Zabbix components that are constantly communicating with each other. When deploying Zabbix components as containers, they must be tightly coupled and may need to share resources. With the Pod concept, these containers can form a single cohesive unit. So, to let Zabbix benefit from... -
Upgrading to 7.0 - Database error in frontend, no errors in logs
I am running Zabbix using Docker compose. I am attempting to upgrade from Zabbix 6.0.5 to 7.0. After upgrading, I see this error in the front end.
...Code:Database error The Zabbix database version does not match current requirements. Your database version: 7000000. Required version: -
Docker plugin with active agent
Hello,
The "Docker by Zabbix agent 2" doesn(t fetch data with active agent on monitored host.
I found an homemade template : https://github.com/Futur-Tech/futur-tech-zabbix-docker for active agent.
What is your opinion on this homemade template?
Could Zabbix... -
monitor docker container
Hello Team,
I am trying to monitor docker container via installing zabbix-agent2 .I can see VM data on Zabbix UI but container data is not populating .
I can see error message on Zabbix UI that Get value from agent failed: cannot connect to [[*.*.*.*]:10050]: [4] Interrupted system... -
how do i encrypt zabbix db, zabbix server and zabbix frontend?
Hello.
I am trying to make a proof of concept with a Zabbix system using dockers. My dockers contains 4 containers, 1 container are mysql server, 2 container is zabbix server, 3 container is zabbix front end, and the last one is hashicorp vault.
I found out at zabbix offical docker... -
mrhenker started a topic Migrate from Zabbix 4.2.8 (CentOS 7 and Maria) to container docker 6.4.2 with Mysqlin Zabbix HelpMigrate from Zabbix 4.2.8 (CentOS 7 and Maria) to container docker 6.4.2 with Mysql
I received the mission to migrate a Zabbix installation in 4.2.8 (CentOS 7 and MariaDB) to version 6.4.2 in Docker container with mysql. I found several documentations about migrations but none dealing with migrating from a virtual machine to a container. Can you indicate a documentation or experience...