|
@@ -28,6 +28,7 @@ _Note: The above options are intended to provide users with flexibility. This al
|
|
|
| `redis_host` | `"{{ groups['redis_servers'][0] }}"` | Hostname/IP address of the Redis node |
|
|
| `redis_host` | `"{{ groups['redis_servers'][0] }}"` | Hostname/IP address of the Redis node |
|
|
|
| `redis_server` | `false` | Determines whether to include the deployment of Redis |
|
|
| `redis_server` | `false` | Determines whether to include the deployment of Redis |
|
|
|
| `redis_pkg_repo` | _undefined_ | The PPA to use for installing Redis from (specific to Debian flavored systems) |
|
|
| `redis_pkg_repo` | _undefined_ | The PPA to use for installing Redis from (specific to Debian flavored systems) |
|
|
|
|
|
+| `redis_pkg_name` | redis | The name of the Redis package to install |
|
|
|
| `redis_pkg_state` | present | The state of the Redis package (should be set to `present` or `latest`) |
|
|
| `redis_pkg_state` | present | The state of the Redis package (should be set to `present` or `latest`) |
|
|
|
| `redis_port` | 6379 | The transmission port for Redis communications |
|
|
| `redis_port` | 6379 | The transmission port for Redis communications |
|
|
|
|
|
|
|
@@ -81,6 +82,7 @@ sensu_ssl_server_key: "{{ dynamic_data_store }}/{{ groups['sensu_masters'][0] }}
|
|
|
| Name | Default Value | Description |
|
|
| Name | Default Value | Description |
|
|
|
|--------------------|---------------|------------------------------|
|
|
|--------------------|---------------|------------------------------|
|
|
|
| `redis_pkg_repo` | `'ppa:rwky/redis'` | The PPA to use for installing Redis from |
|
|
| `redis_pkg_repo` | `'ppa:rwky/redis'` | The PPA to use for installing Redis from |
|
|
|
|
|
+| `redis_pkg_name` | redis-server | The name of the Redis package to install |
|
|
|
|
|
|
|
|
|
|
|
|
|
### [Sensu Properties](https://sensuapp.org/docs/0.21/install-sensu)
|
|
### [Sensu Properties](https://sensuapp.org/docs/0.21/install-sensu)
|
|
@@ -93,6 +95,15 @@ sensu_ssl_server_key: "{{ dynamic_data_store }}/{{ groups['sensu_masters'][0] }}
|
|
|
| `uchiwa_pkg_version` | _See `vars/Ubuntu.yml`_ | The version of the Uchiwa package to fetch (specific to Linux systems) |
|
|
| `uchiwa_pkg_version` | _See `vars/Ubuntu.yml`_ | The version of the Uchiwa package to fetch (specific to Linux systems) |
|
|
|
| `uchiwa_pkg_download_url` | _See `vars/Ubuntu.yml`_ | The URL of the Uchiwa package to fetch |
|
|
| `uchiwa_pkg_download_url` | _See `vars/Ubuntu.yml`_ | The URL of the Uchiwa package to fetch |
|
|
|
|
|
|
|
|
|
|
+## CentOS
|
|
|
|
|
+### [Sensu Properties](https://sensuapp.org/docs/0.21/install-sensu)
|
|
|
|
|
+| Name | Default Value | Description |
|
|
|
|
|
+|--------------------|---------------|------------------------------|
|
|
|
|
|
+| `sensu_user_name` | root | The name of the Sensu service user |
|
|
|
|
|
+| `sensu_group_name` | root | The name of the Sensu service user's primary group |
|
|
|
|
|
+| `uchiwa_pkg_version` | _See `vars/CnetOS.yml`_ | The version of the Uchiwa package to fetch (specific to Linux systems) |
|
|
|
|
|
+| `uchiwa_pkg_download_url` | _See `vars/CentOS.yml`_ | The URL of the Uchiwa package to fetch |
|
|
|
|
|
+
|
|
|
## SmartOS
|
|
## SmartOS
|
|
|
### [RabbitMQ Server Properties](https://sensuapp.org/docs/0.21/rabbitmq)
|
|
### [RabbitMQ Server Properties](https://sensuapp.org/docs/0.21/rabbitmq)
|
|
|
| Name | Default Value | Description |
|
|
| Name | Default Value | Description |
|