zabbix-docker-monitoring icon indicating copy to clipboard operation
zabbix-docker-monitoring copied to clipboard

:whale: Docker/Kubernetes/Mesos/Marathon/Chronos/LXC/LXD/Swarm container monitoring - Docker image, Zabbix template and C module

Results 13 zabbix-docker-monitoring issues
Sort by recently updated
recently updated
newest added

Hello Jan Garaj, If I understand correctly you are the one who's running this place :) May I have your help ? I'm trying to make your module work on...

I'm running server 4.4.0, have built this agent on 4.4.0 sources successfully (CentOS host), ran the agent and imported template, discovery ran OK but all metrics are not supported. On...

``` cat /etc/os-release NAME="SLES" VERSION="12-SP3" VERSION_ID="12.3" PRETTY_NAME="SUSE Linux Enterprise Server 12 SP3" ``` ``` docker version Client: Version: 18.09.0 API version: 1.39 Go version: go1.10.4 Git commit: 33a45cd Built: Wed...

Hello, I was trying to setup Zabbix containers monitoring and when I imported the .xml template , I got this error on the Zabbix dashboard -> Templates : ``` Cannot...

Example: https://github.com/cavaliercoder/libzbxpgsql/pull/142

Could you please add some tests into Travis CI? Unlike Gitpod, Travis CI [can provide Docker](https://docs.travis-ci.com/user/docker/). I guess you can launch a simple service and query some metrics. The approach...

Having an issue whit monitoring of docker containers that were started by Amazon ECS. I am using the dockbix xxl agent When I check the location of the file it...

enhancement
help wanted

Hi! I try to use docker.inspect metric to get container health status, but it returns empty string if required value is json property, not json array item. ```bash $ zabbix_get...

enhancement

Hi! I try to build an image according to the instruction for branches/3.0 or tags/3.0.8 on an image of centos. I receive such mistake. In the Dockerfile file I set...

bug

I get an error Cannot open metric file: '/sys/fs/cgroup/memory/docker//ae16195c4ad4/memory.stat' I found this address is wrong, the current address is /sys/fs/cgroup/memory/docker/ae16195c4ad41ff242f733703e052553e6492f7a38e137b4f4a3f2a1dac541fa/memory.stat I had look up the source code, but have no...