Merge "Add some missing parameters for Monasca Notification"
This commit is contained in:
commit
31a64d3543
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user