Skip to content

Commit

Permalink
Updated README.md file.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpsedlak committed Dec 21, 2015
1 parent 619e12f commit 889900c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# zabbix-docker 1.0.0
# zabbix-docker 1.0.1
This repository contains monitoring code for Zabbix to discover and monitor Docker instances on Linux platforms.

This module once installed provides monitoring capabilities through Zabbix 2.x for Docker version 1.7 and later.
Expand All @@ -9,9 +9,9 @@ If you experience any software defects related to this module, please notify the
* Run package.sh to create the ZabbixDocker.tar.gz file.
* Copy the ZabbixDocker.tar.gz file to necessary servers.
* On the server: tar zxvf ZabbixDocker.tar.gz. It is recommended that this is done in it's own directory.
* Run install.sh. Please note that this assumes that the Zabbix agent files are located at /etc/zabbix/zabbix_agentd.d/. If this is not the case as in an Ubuntu installation then please add the directory as a parameter to install.sh.
* Restart the zabbix-agent process.
* Import the ZabbixDockerTemplate.xml file into Zabbix using the GUI. You can do this from your local computer.
* Please note that if you are running a previous version of this monitoring component then you may have to completely remove the template before reinstalling it.

## Files:
* userparameter_zabbixdocker.conf - Client-side agent parameter definition
Expand All @@ -25,8 +25,11 @@ If you experience any software defects related to this module, please notify the
* The "lifetime" setting for discovered containers is 2 days. You may vary this based on your needs through the Zabbix UI. This value only affects the cleanup of containers that are no longer available.

## Testing Information:
* This module was tested using CentOS 6.7 and Zabbix 2.0.16, 2.2.11, and 2.4.7.
* This module was tested using CentOS 6.7 and Ubuntu 14.04 agents and Zabbix server 2.0.16, 2.2.11, and 2.4.7 running on CentOS 6.7. The Docker versions were 1.7.1 and 1.9.1 used for testing.

## Disclaimer:
* This code is provided without warranty and responsibility rests completely on the end user for testing, etc. The author is not responsible for any production issues in any way.
* This code is licensed under [GPLv2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html).

## Note Bene:
### If you are using this code successfully, please drop me a line at [[email protected]](mailto:[email protected]). I'm just curious if anyone is using it successfully.

0 comments on commit 889900c

Please sign in to comment.