Be opinionated about defaults for stats_cron_schedule and queue_thresholds

This commit is contained in:
David Ames 2015-04-01 16:11:07 -07:00
parent 818a0d3ad9
commit 1b746a4631
1 changed files with 2 additions and 2 deletions

View File

@ -168,13 +168,13 @@ options:
your network interface.
stats_cron_schedule:
type: string
default: ""
default: '*/5 * * * *'
description: |
Cron schedule used to generate rabbitmq stats. If unset
no stats will be generated
queue_thresholds:
type: string
default: ""
default: "[['\\*', '\\*', 100, 200]]"
description: |
List of RabbitMQ queue size check thresholds. Interpreted as YAML
in format [<vhost>, <queue>, <warn>, <crit>]