monasca-agent/monasca_setup
likui c84e98d6b6 Remove six
Replace the following items with Python 3 style code.

- six.PY2
- six.add_metaclass
- six.string_types
- six.text_type
- six.moves
- six.StringIO
- six.wraps
- six.integer_types

Story: 2008305
Task: 41191

Change-Id: I68710421b69d4049c9e990451da491dc14251fb5
2020-11-13 16:16:58 +01:00
..
detection Remove six 2020-11-13 16:16:58 +01: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 Remove six 2020-11-13 16:16:58 +01: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.