Only the host name is used, not the protocol (#8756)

I searched a long time why there was nothing stored in graphite. I had to remove the protocol.
This commit is contained in:
Erik Bent 2019-02-26 20:03:42 +01:00 committed by Fabian Affolter
parent b0d2683991
commit fea8dc9f57

View File

@ -23,7 +23,7 @@ graphite:
{% configuration %} {% configuration %}
host: host:
description: IP address of your graphite host, e.g., http://192.168.1.10. description: IP address of your graphite host, e.g., 192.168.1.10.
required: false required: false
type: string type: string
default: localhost default: localhost