monasca-persister/monasca_persister
Paula Madalina Crismaru 57e10bbcb7 Fixes H201: no 'except:' at least use 'except Exception:'
Enabled H201 on tox and changes made in relevant files.

Change-Id: I7e1f05d9f90b11ac89b371e66ed9a0010462ad01
2016-07-29 10:22:02 +03:00
..
repositories Fixes H201: no 'except:' at least use 'except Exception:' 2016-07-29 10:22:02 +03:00
tests Refactor the python persister 2016-03-10 09:14:24 -07:00
LICENSE Add files for pypi. 2014-09-30 15:21:50 -06:00
README.md Refactor the python persister 2016-03-10 09:14:24 -07:00
__init__.py Refactor the python persister 2016-03-10 09:14:24 -07:00
persister.conf Enable the ability to run multiple consumer processes at once 2016-03-11 09:34:45 -07:00
persister.py Import simport from monasca-common 2016-06-17 14:32:32 -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

(C) Copyright 2014-2016 Hewlett Packard Enterprise Development Company LP

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.