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:
parent
1837192534
commit
7e65b1a023
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user