monasca-agent 2.10.1 (stein)
We are happy to announce the release of: monasca-agent 2.10.1: Monitoring agent for gathering metrics and sending them to the Monasca API. This release is part of the stein stable release series. The source is available from: https://opendev.org/openstack/monasca-agent Download the package from: https://tarballs.openstack.org/monasca-agent/ Please report issues through: https://bugs.launchpad.net/monasca/+bugs For more details, please see below. Changes in monasca-agent 2.10.0..2.10.1 --------------------------------------- 84110ea Fix libvirt ping_checks documentation 03b344f Add debug output for libvirt ping checks 0785ffc Do not copy /sbin/ip to /usr/bin/monasa-agent-ip 0d171ed Remove incorrect assignment of ping_cmd to 'True' 583e572 add X.509 certificate check plugin 29c1f7d Update hacking version to 1.1.x c4eaa48 OpenDev Migration Patch d91bb02 Update the cloudkitty detection plugin search pattern 900fbdd Update UPPER_CONSTRAINTS_FILE for stable/stein 10be452 Update .gitreview for stable/stein Diffstat (except docs and test files) ------------------------------------- .gitreview | 3 +- monasca_agent/collector/checks/collector.py | 4 +- monasca_agent/collector/checks/utils.py | 2 +- .../collector/checks_d/cert_file_check.py | 68 ++++++++++ monasca_agent/collector/checks_d/disk.py | 4 +- monasca_agent/collector/checks_d/libvirt.py | 29 +++-- monasca_agent/collector/checks_d/lxc.py | 2 +- monasca_agent/common/util.py | 6 +- monasca_agent/forwarder/daemon.py | 2 +- monasca_setup/detection/plugins/cert_file_check.py | 73 +++++++++++ monasca_setup/detection/plugins/cloudkitty.py | 2 +- monasca_setup/detection/plugins/influxdb.py | 4 +- monasca_setup/detection/plugins/influxdb_relay.py | 4 +- monasca_setup/detection/plugins/kafka_consumer.py | 4 +- monasca_setup/detection/plugins/libvirt.py | 77 ++++------- monasca_setup/detection/plugins/ovs.py | 4 +- monasca_setup/detection/plugins/vcenter.py | 10 +- setup.cfg | 2 + test-requirements.txt | 4 +- tox.ini | 10 +- 24 files changed, 550 insertions(+), 110 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 0c9982c..1273a46 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking>=1.0.0,<1.1.0 # Apache-2.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0 @@ -11,0 +12,2 @@ docutils>=0.11 # OSI-Approved Open Source, Public Domain +freezegun>=0.3.6 # Apache-2.0 +
participants (1)
-
no-reply@openstack.org