Merge "Config options for AMQP1 transport in collectd sensubility" into stable/ussuri

This commit is contained in:
Zuul 2020-11-01 01:08:41 +00:00 committed by Gerrit Code Review
commit d33f22f54a
1 changed files with 15 additions and 1 deletions

View File

@ -337,6 +337,14 @@ parameters:
type: json type: json
description: JSON formated definition of standalone checks to be scheduled on client side. description: JSON formated definition of standalone checks to be scheduled on client side.
default: {} default: {}
CollectdSensubilityTransport:
type: string
description: Bus type for sent data. Options are 'sensu' (rabbitmq) and 'amqp1'
default: sensu
CollectdSensubilityResultsChannel:
type: string
description: AMQP1 channel address
default: collectd/notify
CollectdEnableContainerHealthCheck: CollectdEnableContainerHealthCheck:
type: boolean type: boolean
description: > description: >
@ -345,7 +353,7 @@ parameters:
default: true default: true
CollectdContainerHealthCheckCommand: CollectdContainerHealthCheckCommand:
type: string type: string
default: "/scripts/collectd_check_health.py" default: /scripts/collectd_check_health.py
CollectdContainerHealthCheckInterval: CollectdContainerHealthCheckInterval:
type: number type: number
description: The frequency in seconds the docker health check is executed. description: The frequency in seconds the docker health check is executed.
@ -652,6 +660,12 @@ outputs:
handlers: {get_param: CollectdContainerHealthCheckHandlers} handlers: {get_param: CollectdContainerHealthCheckHandlers}
occurrences: {get_param: CollectdContainerHealthCheckOccurrences} occurrences: {get_param: CollectdContainerHealthCheckOccurrences}
refresh: {get_param: CollectdContainerHealthCheckRefresh} refresh: {get_param: CollectdContainerHealthCheckRefresh}
tripleo::profile::base::metrics::collectd::sensubility::results_channel:
get_param: CollectdSensubilityResultsChannel
tripleo::profile::base::metrics::collectd::sensubility::transport:
get_param: CollectdSensubilityTransport
tripleo::profile::base::metrics::collectd::sensubility::amqp_port:
get_param: CollectdAmqpPort
- {} - {}
- if: - if:
- enable_libpodstats - enable_libpodstats