openstack-manuals/doc/config-reference/source/tables/ceilometer-dispatcher_http.rst

1.3 KiB

Description of HTTP dispatcher configuration options
Configuration option = Default value Description
[dispatcher_http]
event_target = None (String) 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 = (String) 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 (Integer) The max time in seconds to wait for a request to timeout.
verify_ssl = None (String) The path to a server certificate or directory if the system CAs are not used or if a self-signed certificate is used. Set to False to ignore SSL cert verification.