-
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.
Merge pull request #22 from rpsedlak/integration
Version 1.0.1 complete
- Loading branch information
Showing
6 changed files
with
79 additions
and
14 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Release notes | ||
|
||
## Release 1.0.1 - 12/21/2015 | ||
* #20 - Changed collection delay for docker version | ||
* #18 - Implemented WARNING trigger for paused containers | ||
* #17 - Implemented AVERAGE trigger for OMMKilled containers | ||
* #16 - Corrected install.sh problem for overridden directories | ||
* #15 - Implemented value file caching on zabbix-agent host to keep docker from becoming over loaded. | ||
* #12 - Changed "Docker Storage Driver Deferred Removal Enabled" from text to unsigned int (Boolean value). | ||
|
||
## Release 1.0.0 - 12/19/2015 | ||
* Feature complete | ||
* Supports docker 'inspect' | ||
* Supports docker 'stats' commands | ||
* Supports docker 'info' | ||
* Supports Zabbix LLD | ||
|
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
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
CONFIG_PATH=/etc/zabbix/zabbix_agentd.d/ | ||
|
||
if [ "$#" -eq 1]; | ||
if [ "$#" -eq 1 ]; | ||
then CONFIG_PATH=$1 | ||
fi | ||
|
||
|
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
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
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