From 889900c22acc4bfac967eec81a86337c50cb3b01 Mon Sep 17 00:00:00 2001 From: Richard Sedlak Date: Mon, 21 Dec 2015 15:30:40 -0600 Subject: [PATCH] Updated README.md file. --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8a20399..4e5c837 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 @@ -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 [richard.p.sedlak@gmail.com](mailto:richard.p.sedlak@gmail.com). I'm just curious if anyone is using it successfully. \ No newline at end of file