9d9eecea56
- Custom config has to contain OpenStack auth information, so it has to be generated for user during deployment. This patch maintains the ability to provide a custom configuration for the Sensu client. Change-Id: If449642c4bbad683421e1f461b8721e655db0c45
17 lines
483 B
YAML
17 lines
483 B
YAML
## A Heat environment file which can be used to set up monitoring agents
|
|
|
|
resource_registry:
|
|
OS::TripleO::Services::SensuClient: ../puppet/services/monitoring/sensu-client.yaml
|
|
|
|
#parameter_defaults:
|
|
# MonitoringRabbitHost: 10.10.10.10
|
|
# MonitoringRabbitPort: 5672
|
|
# MonitoringRabbitUserName: sensu
|
|
# MonitoringRabbitPassword: sensu
|
|
# MonitoringRabbitUseSSL: false
|
|
# MonitoringRabbitVhost: "/sensu"
|
|
# SensuClientCustomConfig:
|
|
# api:
|
|
# warning: 10
|
|
# critical: 20
|