Files
vitrage/doc/source/contributor/zaqar_notifier.rst
Eyal cbf1b32498 Add a new zaqar notifier
also did some minor refactorings to the other
notifiers

Story: 2002681
Task: 22499
Change-Id: I06dfae2b67d1966eed472123f5bb6627d4cb19d0
2019-01-13 09:19:36 +02:00

22 lines
448 B
ReStructuredText

===================
Zaqar Configuration
===================
Vitrage can be configured to notify raised or cleared alarms to Zaqar (the OpenStack Messaging service)
Enable Zaqar Notifier
---------------------
To enable Zaqar notifier, add zaqar to the list of notifiers and add the zaqar queue in
/etc/vitrage/vitrage.conf file:
.. code::
[DEFAULT]
notifiers = zaqar
[zaqar]
queue = <zaqar queue name to post the message>