influxdb: add support for path parameter (#13265)

This commit is contained in:
pdcemulator 2020-05-03 22:12:44 +02:00 committed by GitHub
parent 975c6d7ce9
commit 65094e5768
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,6 +68,10 @@ verify_ssl:
description: Verify SSL certificate for HTTPS request. description: Verify SSL certificate for HTTPS request.
required: false required: false
default: true default: true
path:
type: string
description: Path to use if your InfuxDB is running behind an reverse proxy.
required: false
max_retries: max_retries:
type: integer type: integer
description: Set this to allow the integration to retry if there was a network error when transmitting data. description: Set this to allow the integration to retry if there was a network error when transmitting data.