23 Commits

Author SHA1 Message Date
gary-hessler
70aa0d713c Adding RabbitMQ detection and setup
Change-Id: I2ed2aa0f199026adb5fee672fe77fab231f2d549
2014-09-15 09:20:49 -06:00
gary-hessler
45b156b9fe Cleaned up a lot of the Pep8 violations
Cleaned up all but four of the pep8 violations
E501 Line length > 80 characters
F401 module imported but unused
H302  import only modules (DEPRECATED)
H904 Wrap long lines in parentheses instead of a backslash (DEPRECATED)

Change-Id: Id24bff6c5f8b8630a9495f49983324342841866f
2014-08-28 10:42:29 -06:00
gary-hessler
caac3eb3dc Additional documentation updates
Change-Id: Ibca521b49549432a3f27c53ac77bb8bf54b09fc3
2014-08-13 15:28:12 -06:00
gary-hessler
c299ac861a Updated agent documentation
Update user documentation and generate error for unsupported os

Change-Id: Iaf9240fe9d5025d533ad8f866189f3c72516302a
2014-08-13 08:53:36 +02:00
gary-hessler
a60555cf32 Rename package to monasca-agent.
Change-Id: I713954bdb7ae1cacb98d0ed43bb90be6f1099964
2014-07-18 13:48:38 -06:00
gary-hessler
a1f287efea Removing code for default alarms from mon-setup 2014-07-09 09:52:25 -06:00
Jonathan Halterman
f0d8c856c6 Various pep-8/style/Python 3 compatibility fixes 2014-07-03 15:51:09 -07:00
Jonathan Halterman
194c3625dd Adjusted whitespace for pep8 compliance 2014-07-03 11:18:41 -07:00
gary-hessler
e86e1dc43a Added new OpenStack services 2014-07-02 13:44:01 -06:00
gary-hessler
fe07702077 Added Swift and Cinder auto-detection and setup. 2014-06-18 15:19:11 -06:00
gary-hessler
9a8ec60ed2 Fixes to http_check for keystone token 2014-06-13 21:13:04 -06:00
Tim Kuhlman
4eb472ea68 Added project name to the keystone config 2014-06-11 09:10:22 -06:00
Tim Kuhlman
af29355a76 Added deep merge to agent.conf also 2014-06-10 15:45:56 -06:00
Tim Kuhlman
66570dea43 Added deep merge of plugin_config, only a shallow was happening 2014-06-10 15:42:20 -06:00
Tim Kuhlman
4526149fa3 Initial detection and config of monitoring stack 2014-06-10 15:00:43 -06:00
Tim Kuhlman
390bc18989 Fix user/permissions on agent.conf 2014-06-10 12:47:30 -06:00
Tim Kuhlman
6b41696dc9 Minor initial setup setup bug fixes 2014-06-10 09:39:47 -06:00
Tim Kuhlman
1c1e5eab72 Initial setup of zookeepr and kafka 2014-06-09 17:19:28 -06:00
Tim Kuhlman
1c6a6469d1 Initial implementation of mysql detection 2014-06-09 15:35:44 -06:00
Tim Kuhlman
b57da55974 Added default help formatter 2014-06-09 12:20:03 -06:00
Tim Kuhlman
fd0b19bd57 Misc cleanup of some hardcoded paths 2014-06-09 12:16:05 -06:00
Tim Kuhlman
e6636f115f Permission cleanup 2014-06-09 11:07:26 -06:00
Tim Kuhlman
9853526cfb Structural changes to allow a single detection plugin to setup multiple plugins
Added a Plugins object to allow merging of various configs before writing the file.
2014-06-09 10:34:16 -06:00