Skip to content
This repository has been archived by the owner on Sep 13, 2019. It is now read-only.

Releases: gcavalcante8808/zbx-docker

0.4a

01 Mar 18:25
Compare
Choose a tag to compare
0.4a Pre-release
Pre-release

CHANGELOG:

  • LLD Items are now documented;
  • Added an python script to inspect container attrs: you can use docker.container.pyinspect[*], /usr/local/share/zabbix/docker_inspect --cid $1 --attr $2 to inspect your container if you don't have a docker client available to use docker.container.inspect;
  • Docker_discovery now returns the state of the container in the moment of the discovery.

Fix for URL discovery on Swarm Service

14 Apr 03:46
Compare
Choose a tag to compare
Pre-release

Applied a fix for HTTP Endpoint discoveries that have more than one value: the last value (right) will be returned for zabbix.

Binaries to Inspect Docker Vanilla & Swarm Mode

10 Apr 14:51
Compare
Choose a tag to compare
0.2a

Userparmeters and scripts are now segregated into its folders.

latest

15 Mar 13:53
Compare
Choose a tag to compare
latest Pre-release
Pre-release
Added support for Docker SDK 2.0 and Tests through CI.