Skip to content

Commit

Permalink
Merge pull request #9 from bobrik/defaults
Browse files Browse the repository at this point in the history
Document defaulting COLLECTD_HOST to MESOS_HOST
  • Loading branch information
bobrik committed Jun 4, 2015
2 parents 20ed7cd + 0425d17 commit 5dae783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ docker run -d -v /var/run/docker.sock:/var/run/docker.sock \

### Environment variables

* `COLLECTD_HOST` - host to use in metric name.
* `COLLECTD_HOST` - host to use in metric name, defaults to `MESOS_HOST` if defined.
* `COLLECTD_INTERVAL` - metric update interval in seconds, defaults to `10`.
* `GRAPHITE_HOST` - host where carbon is listening for data.
* `GRAPHITE_PORT` - port where carbon is listening for data, `2003` by default.
Expand Down

0 comments on commit 5dae783

Please sign in to comment.