Commit Graph

25 Commits

Author SHA1 Message Date
Witold Bedyk 20d6557744 Convert README to reStructuredText
* Add PyPI validation check for README.rst [1]
* Add docutils to test-requirements.txt
* Add lower bound for jira

[1] https://docs.openstack.org/project-team-guide/project-setup/python.html#running-the-style-checks

Change-Id: I5d90ccb1b919c4bab66b468a8ddb714ffc5f1635
Story: 2001980
Task: 20013
2018-06-19 15:19:00 +02:00
melissaml cf72c613fa Update links in README
Change the outdated links to the latest links in README

Change-Id: I92b8de5acbcc5148950cd6804ec661d95476dbd9
2018-03-30 20:20:19 +08:00
rajat29 a5a71832bb Optimize the link address
Use https instead of http to ensure the safety

Change-Id: I70a4901c29d2a14af0530a96887bfdf6a06c0072
2017-04-11 11:53:28 +05:30
Artur Basiak 722ecaa7a5 Add config option for statsd
Add new section to config file with configuration for statsd
host and port. Add modification in notification engines.
According to the monasca-agent change:
https://review.openstack.org/#/c/381417

Change-Id: I6e99bae5e50f3670ae8b4a0c7ac5af3c747bcd68
2016-12-02 07:10:52 +01:00
Flavio Percoco 0141d7a2c4 Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

https://gist.github.com/6e8edc163e91a6f85ad435681f3ac47d

Change-Id: I41a2da1ecd4c3dc4d78e1c8d0afc76108d4f17e4
2016-11-25 18:26:53 +01:00
Joe Keen f6f29800f8 Updated documentation
Change-Id: I0ce68df229fc2a7ebfed5abf7f540c42aba1ca46
2015-02-12 12:00:24 -07:00
Tim Kuhlman 3d1deca139 Move from using zookeeper to track partition offsets to kafka
With kafka 0.8.1 it is now possible for non-java clients to track
offsets with kafka. Previously the code had built this using zookeeper.
This relies on kafka-python > 0.9.1

Change-Id: Ia42e713cc5d9ca61d8f8df2adc454f1e2579a229
2014-08-28 08:25:47 -06:00
Tim Kuhlman e6e54c6576 Rename to monasca, setup for tox, removed legacy bits
Removed manual tests which are no longer valid with a modern mini-mon
Removed debian creation bits all distribution is with pypi now
Minor pep8 fixes

Change-Id: I1f2fc4d0ad6375f4c39446f9627247945066e4ad
2014-07-16 15:59:00 -06:00
Roland Hochmuth 57b9ff3c0c Update README.md 2014-05-09 08:57:31 -06:00
hochmuth 5c3bb2a24d Update README.md 2014-05-08 14:33:13 -06:00
Tim Kuhlman d5a16b2565 Implemented a clean shutdown that finished any work left in the queue. 2014-03-19 09:22:55 -06:00
Tim Kuhlman 789ae36e12 Added some ideas for better Fault Tolerance 2014-03-18 14:47:14 -06:00
Tim Kuhlman 2b5ca0140f Adde zookeeper timer 2014-03-18 11:49:01 -06:00
Tim Kuhlman c8e2e5c29f Added in statsd! 2014-03-18 11:09:47 -06:00
Tim Kuhlman d9f7dac06e Added better logging 2014-03-17 11:26:34 -06:00
Tim Kuhlman f8374cbc97 Revert "Moved main so imports are right both from the source directly and the package."
This reverts commit 52934f0190.
2014-03-17 09:49:58 -06:00
Tim Kuhlman 52934f0190 Moved main so imports are right both from the source directly and the package. 2014-03-17 09:40:49 -06:00
Tim Kuhlman 3339b6f841 Initial email implementation 2014-03-12 11:31:57 -06:00
Tim Kuhlman 0f70ce2248 Initial alarm processing and handling mutliple notifications per alarm 2014-03-11 09:50:24 -06:00
Tim Kuhlman b1b69a0dbe Working offset tracking. I moved all Zookeeper bits to one class run by main 2014-03-10 16:19:47 -06:00
Tim Kuhlman 91bf693882 Added zookeeper based locking so only one process runs at a time. 2014-03-06 17:24:29 -07:00
Tim Kuhlman 332244a5a7 Initial reading from kafka. 2014-03-04 17:12:41 -07:00
Tim Kuhlman 4027ddc8ce Decided it is better to publish notifications to kafka rather than vertica
The persister will pick them up and send to vertica.
2014-02-28 13:55:05 -07:00
Tim Kuhlman 985099ec87 Fixed readme ordered lists 2014-02-27 16:57:32 -07:00
Tim Kuhlman 4fc9b6a3c9 Initial structure 2014-02-27 16:55:07 -07:00