[release-announce] monasca-agent 2.12.0 (train)

no-reply at openstack.org no-reply at openstack.org
Thu Jun 18 17:22:18 UTC 2020


We are ecstatic to announce the release of:

monasca-agent 2.12.0: Monitoring agent for gathering metrics and
sending them to the Monasca API.

This release is part of the train 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.11.0..2.12.0
---------------------------------------

4c20f7e Fix libvirt ping_checks documentation
084bb8e Add debug output for libvirt ping checks
24ac795 Do not copy /sbin/ip to /usr/bin/monasa-agent-ip
2e2ca87 Remove incorrect assignment of ping_cmd to 'True'
bde37b3 add X.509 certificate check plugin
04edf32 Update TOX/UPPER_CONSTRAINTS_FILE for stable/train
7c38ffe Update .gitreview for stable/train


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |   1 +
.../collector/checks_d/cert_file_check.py          |  68 ++++++++++
monasca_agent/collector/checks_d/libvirt.py        |  29 +++--
monasca_setup/detection/plugins/cert_file_check.py |  73 +++++++++++
monasca_setup/detection/plugins/libvirt.py         |  77 ++++-------
setup.cfg                                          |   2 +
test-requirements.txt                              |   2 +
tox.ini                                            |   2 +-
12 files changed, 517 insertions(+), 83 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 2ad7fbc..33a1271 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11,0 +12,2 @@ docutils>=0.11 # OSI-Approved Open Source, Public Domain
+freezegun>=0.3.6 # Apache-2.0
+






More information about the Release-announce mailing list