Skip to content

Commit

Permalink
Fix typo in monitor README
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
otoolep committed Sep 14, 2015
1 parent 8c3ab9c commit ca4e5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ All statistics are written, by default, by each node to a "monitor" database wit
All statistical information is available at HTTP API endpoint `/debug/vars`, in [expvar](https://golang.org/pkg/expvar/) format, allowing external systems to monitor an InfluxDB node. By default, the full path to this endpoint is `http://localhost:8086/debug/vars`.

## Configuration
The `monitor` module allow the following configuration:
The `monitor` module allows the following configuration:

* Whether to write statistical and diagnostic information to an InfluxDB system. This is enabled by default.
* The name of the database to where this information should be written. Defaults to `_internal`. The information is written to the default retention policy for the given database.
Expand Down

0 comments on commit ca4e5a4

Please sign in to comment.