Added default value (empty string) to stats_cron_schedule and queue_thresholds config options as per MP comment

This commit is contained in:
Jacek Nykis 2014-05-28 11:07:43 +01:00
parent 1bf2e52d39
commit 2844b00d50
1 changed files with 2 additions and 0 deletions

View File

@ -135,11 +135,13 @@ options:
configuration from outside of Launchpad archives or PPA's.
stats_cron_schedule:
type: string
default: ""
description: |
Cron schedule used to generate rabbitmq stats. If unset
no stats will be generated
queue_thresholds:
type: string
default: ""
description: |
List of RabbitMQ queue size check thresholds. Interpreted as YAML
in format [<vhost>, <queue>, <warn>, <crit>]