KATO Tomoyuki 50cbf2d224 [config-ref] update ceilometer config options for Ocata
Change-Id: Ia05021432b04abf53e5aa4417d76531c1fd514ca
2017-02-13 19:20:36 +09:00

2.0 KiB

Description of common configuration options
Configuration option = Default value Description
[DEFAULT]
executor_thread_pool_size = 64 (Integer) Size of executor thread pool.

graceful_shutdown_timeout = 60

(Integer) Specify a timeout after which a gracefully shutdown server will exit. Zero value means endless wait.

Mutable

This option can be changed without restarting.

log_options = True

(Boolean) Enables or disables logging values of all registered options when starting a service (at DEBUG level).

Mutable

This option can be changed without restarting.

[healthcheck]
backends = (List) Additional backends that can perform health checks and report that information back as part of a request.
detailed = False (Boolean) Show more detailed information as part of the response
disable_by_file_path = None (String) Check the presence of a file to determine if an application is running on a port. Used by DisableByFileHealthcheck plugin.
disable_by_file_paths = (List) Check the presence of a file based on a port to determine if an application is running on a port. Expects a "port:path" list of strings. Used by DisableByFilesPortsHealthcheck plugin.
path = /healthcheck (String) DEPRECATED: The path to respond to healtcheck requests on.