Resource Type: sensu_rabbitmq_config
- Defined in:
- lib/puppet/type/sensu_rabbitmq_config.rb
- Providers:
-
json
Overview
Manages Sensu RabbitMQ config
Properties
-
cluster
Rabbitmq Cluster
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
heartbeat
The RabbitMQ heartbeat value
-
host
The hostname that RabbitMQ is listening on
-
password
The password to use when connecting to RabbitMQ
-
port
The port that RabbitMQ is listening on
-
prefetch
The RabbitMQ AMQP consumer prefetch value
-
ssl_cert_chain
(defaults to: '')
The path on disk to the SSL cert chain needed to connect to RabbitMQ
-
ssl_private_key
(defaults to: '')
The path on disk to the SSL private key needed to connect to RabbitMQ
-
ssl_transport
(defaults to: false)
Enable SSL transport to connect to RabbitMQ
-
user
The username to use when connecting to RabbitMQ
-
vhost
The vhost to use when connecting to RabbitMQ
Parameters
-
base_path
(defaults to: /etc/sensu/conf.d/)
The base path to the client config file
-
name (namevar)
This value has no effect, set it to what ever you want.