monasca-agent/monasca_setup
Witold Bedyk 6f3e984ca0 Add support for psutil<2.0.0
* Introduce module psutil_wrapper to handle backward compatibility.
* Lower psutil constraint to psutil>=1.1.1

Change-Id: I9575cf4bdff29f3b35725c2bd21bb73752a5cfaf
2017-02-06 11:05:57 +01:00
..
detection Add support for psutil<2.0.0 2017-02-06 11:05:57 +01:00
service Add support for psutil<2.0.0 2017-02-06 11:05:57 +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 Merge "Add service_type, endpoint_type & region_name querying Keystone Catalog" 2017-01-16 09:22:58 +00: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.