
also did some minor refactorings to the other notifiers Story: 2002681 Task: 22499 Change-Id: I06dfae2b67d1966eed472123f5bb6627d4cb19d0
22 lines
448 B
ReStructuredText
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>
|
|
|