🚑 Adds add-on configuration to InfluxDB export

This commit is contained in:
Franck Nijhof 2019-04-01 21:28:31 +02:00
parent 836fa1fbdf
commit c6b5d36c53
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -13,6 +13,12 @@ options+=(-C /etc/glances.conf)
options+=(--export influxdb)
options+=(--quiet)
options+=(--time "$(bashio::config 'refresh_time')")
if bashio::config.false 'process_info'; then
options+=(--disable-process)
fi
if bashio::debug; then
options+=(--debug)
fi