Merge pull request #359 from denderello/fix-influx-docs-typo

Fix typo in InfluxDB docs
This commit is contained in:
Victor Marmol 2014-12-17 01:42:46 +08:00
commit 33629f849e

View File

@ -14,7 +14,7 @@ Specify what InfluxDB instance to push data to:
# The *ip:port* of the database. Default is 'localhost:8086'
-storage_driver_host=ip:port
# database name. Uses db 'cadvisor' by default
-storage_driver_name
-storage_driver_db
# database username. Default is 'root'
-storage_driver_user
# database password. Default is 'root'