added entry to 30-influxdb.sh for the prefix option.

This commit is contained in:
Ty Morton 2019-02-03 16:07:06 -06:00
parent 3f363c003b
commit d43288e528

View file

@ -17,5 +17,6 @@ fi
echo "port=$(hass.config.get 'influxdb.port')"
echo "user=$(hass.config.get 'influxdb.username')"
echo "password=$(hass.config.get 'influxdb.password')"
echo "prefix=$(hass.config.get 'influxdb.prefix')"
echo "db=$(hass.config.get 'influxdb.database')"
} >> /etc/glances.conf