monasca-persister/monasca_persister
Deklan Dieterly fefff77a07 Convert empty string to empty JSON for sub alarms
Change 'name' to 'measurement' for alarm state transition.
Store empty JSON for reason data.

Change-Id: I66b0c05618734a978d2f8ef9c8123815ec7b1d85
2015-06-25 14:57:53 -06:00
..
tests Add files for pypi. 2014-09-30 15:21:50 -06:00
LICENSE Add files for pypi. 2014-09-30 15:21:50 -06:00
README.md Add files for pypi. 2014-09-30 15:21:50 -06:00
__init__.py Initial Python Persister 2014-09-19 08:35:53 -06:00
persister.conf Conversion to milliseconds 2015-03-02 18:18:19 -07:00
persister.py Convert empty string to empty JSON for sub alarms 2015-06-25 14:57:53 -06:00
service.py Migrate to Influxdb 0.9.0 2015-05-13 10:34:46 -06:00
servicerunner.py Migrate to Influxdb 0.9.0 2015-05-13 10:34:46 -06:00

README.md

Monasca Persister

A Monasca Persister written in Python.

Reads alarms and metrics from a Kafka queue and stores them in an InfluxDB database.

License

Copyright (c) 2014 Hewlett-Packard Development Company, L.P.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.