-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
@@ -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 [[email protected]](mailto:[email protected]). I'm just curious if anyone is using it successfully. |