Files
openstack-manuals/doc/config-reference/source/tables/ceilometer-dispatcher_http.rst
Gauvain Pocentek 26510e84dd [config-ref] Publish the RST version
Change-Id: Ia9dc15869ab201a787eecd479252282f0ae9113b
Implements: blueprint config-ref-rst
2015-12-21 09:44:24 +01:00

1.1 KiB

Description of HTTP dispatcher configuration options
Configuration option = Default value Description
[dispatcher_http]
event_target = None (StrOpt) The target for event data where the http request will be sent to. If this is not set, it will default to same as Sample target.
target = (StrOpt) The target where the http request will be sent. If this is not set, no data will be posted. For example: target = http://hostname:1234/path
timeout = 5 (IntOpt) The max time in seconds to wait for a request to timeout.