Skip to content
Snippets Groups Projects
Commit 31a64d35 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Add some missing parameters for Monasca Notification"

parents 5d2d270e c502e0b1
No related branches found
No related tags found
No related merge requests found
...@@ -120,6 +120,13 @@ monasca_raw_logs_topic: "logs" ...@@ -120,6 +120,13 @@ monasca_raw_logs_topic: "logs"
monasca_transformed_logs_topic: "transformed-logs" monasca_transformed_logs_topic: "transformed-logs"
monasca_events_topic: "events" monasca_events_topic: "events"
monasca_alarm_state_transitions_topic: "alarm-state-transitions" monasca_alarm_state_transitions_topic: "alarm-state-transitions"
monasca_alarm_notifications_topic: "alarm-notifications"
monasca_alarm_notifications_retry_topic: "retry-notifications"
monasca_periodic_notifications_topic: "60-seconds-notifications"
# NOTE(dszumski): Due to the way monasca-notification is currently
# implemented it is not recommended to change this period.
monasca_periodic_notifications_period: 60
# Processing pipeline threads. In a large scale deployment you will likely # Processing pipeline threads. In a large scale deployment you will likely
# want to tune these with finer precision. For example, if you have a very # want to tune these with finer precision. For example, if you have a very
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment