monasca-agent/monasca_setup
bandorf e021416e60 Update API version of monitored Cinder
When checking response of Cinder API, a pattern match is done.
As of now, it is checked if "version 1" is installed.
This version is not supported any longer since Cinder train release, as mentioned in release notes:
https://docs.openstack.org/releasenotes/python-cinderclient/train.html
Now, http_check of monasca-agent accepts all known API versions: 1-3

Change-Id: I22b32bcc49760a2da38310aed8e04e44f691a974
Story: 2008021
Task: 40673
2020-08-17 16:05:25 +02:00
..
detection Update API version of monitored Cinder 2020-08-17 16:05:25 +02:00
service Removed dependency on supervisor 2018-06-27 11:28:43 +02:00
README.md Allow a comma separated list of hosts for host_alive detection plugin 2015-07-24 14:11:13 -06:00
__init__.py Renaming agent packages to reflect monasca 2014-12-19 09:22:03 -07:00
agent_config.py Python3: Make monasca-setup compatible with py35 2018-07-03 15:08:58 +02:00
main.py Avoid single quote in help text 2020-08-10 17:17:29 +02:00
utils.py Python3: Make monasca-setup compatible with py35 2018-07-03 15:08:58 +02:00

README.md

monasca-setup

This script will detect running services and configure monasca-agent to watch them as well as starting the agent and configuring it to start up on boot.

Future Considerations

  • A config file with metadata to assist in automatic configuration could be quite valuable, for example user/pass for logging into mysql.