We enthusiastically announce the release of: monasca-agent 1.10.0: Monitoring agent for gathering metrics and sending them to the Monasca API. This release is part of the ocata stable release series. Download the package from: https://tarballs.openstack.org/monasca-agent/ For more details, please see below. Changes in monasca-agent 1.9.1..1.10.0 -------------------------------------- 395f7c2 Fix Zookeeper autodetection cc35971 Fix version comparison on zookeeper plugin Diffstat (except docs and test files) ------------------------------------- monasca_agent/collector/checks_d/zk.py | 4 +- monasca_setup/detection/plugins/zookeeper.py | 74 +++++++++++-- test-requirements.txt | 1 + 4 files changed, 220 insertions(+), 8 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 55d36af..f09b082 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,0 +8 @@ mock>=2.0 # BSD +oslotest>=1.10.0 # Apache-2.0