Resource Type: sensu_redis_config
- Defined in:
- lib/puppet/type/sensu_redis_config.rb
- Providers:
-
json
Overview
Manages Sensu Redis config
Properties
-
auto_reconnect
(defaults to: true)
Reconnect to Redis in the event of a connection failure
-
db
(defaults to: 0)
The Redis instance DB to use/select
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
host
The hostname that Redis is listening on
-
master
(defaults to: absent)
Redis master name in the sentinel configuration
-
password
The password used to connect to Redis
-
port
The port that Redis is listening on
-
reconnect_on_error
(defaults to: true)
Attempt to reconnect to RabbitMQ on error
-
sentinels
(defaults to: [])
Redis Sentinel configuration for HA clustering
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.
-
provider
The specific backend to use for this ‘sensu_redis_config` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.