Fix statsd enable option in docker env

Fix statsd enable option be covered.This option be covered by
the previously commit (https://review.opendev.org/#/c/651763/).

Change-Id: Ic0fc81f3616c9c616bf6822a0191c7c214142c2d
This commit is contained in:
zhangjianweibj 2019-04-29 15:48:56 +08:00 committed by Dobroslaw Zybort
parent 1837192534
commit 7e65b1a023
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ ENV \
MYSQL_USER=notification \
MYSQL_PASSWORD=password \
MYSQL_DB=mon \
STATSD_ENABLE=true \
STATSD_HOST=monasca-statsd \
STATSD_PORT=8125 \
STAY_ALIVE_ON_FAILURE="false"

View File

@ -31,6 +31,7 @@ NOTIFICATION_PROCESSORS 2 Number of notification processing t
RETRY_INTERVAL 30 Retry interval in seconds
RETRY_MAX_ATTEMPTS 5 Max number of notification retries
LOG_LEVEL WARN Logging level
STATSD_ENABLE true Monasca agent StatsD enable or disable
STATSD_HOST monasca-statsd Monasca agent StatsD host for self-monitoring
STATSD_PORT 8125 Monasca agent StatsD port for self-monitoring
NF_PLUGINS <not set> See below "Notification Plugins"