monasca-agent/monasca_setup
Craig Bryant 1e1f130901 Replace yaml.load() with yaml.safe_load()
Bandit flags yaml.load() as security risk so replace all occurrences
with yaml.safe_load()

Change-Id: I8d0b322b9083c63a75bc34caf2a67fc05d8a4390
Closes-Bug: #1634265
2016-10-17 15:59:48 -06:00
..
detection Replace yaml.load() with yaml.safe_load() 2016-10-17 15:59:48 -06:00
service Centos and RedHat added as supported distributions 2016-02-15 16:46:05 +01:00
__init__.py Renaming agent packages to reflect monasca 2014-12-19 09:22:03 -07:00
agent_config.py Replace yaml.load() with yaml.safe_load() 2016-10-17 15:59:48 -06:00
main.py Add monasca-setup options max_buffer_size and backlog_send_rate 2016-09-15 16:06:43 -06:00
README.md Allow a comma separated list of hosts for host_alive detection plugin 2015-07-24 14:11:13 -06:00
utils.py Merge "add --skip_detection_plugins arg. for skipping listed detection plugins" 2016-06-24 20:30:00 +00:00

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.