Skip to content

Commit

Permalink
Set a more reasonable value for the graphite host in the exmaple configs
Browse files Browse the repository at this point in the history
Assuming that 'graphite' will resolve to a valid host seems less likely than
just using 127.0.0.1. This matches the hosts used in other handlers in the
example config
  • Loading branch information
jaingaurav committed Jan 3, 2015
1 parent 77997f0 commit 45d3475
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conf/diamond.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ days = 7
### Options for GraphiteHandler

# Graphite server host
host = graphite
host = 127.0.0.1

# Port to send metrics to
port = 2003
Expand All @@ -69,7 +69,7 @@ batch = 1
### Options for GraphitePickleHandler

# Graphite server host
host = graphite
host = 127.0.0.1

# Port to send metrics to
port = 2004
Expand Down
4 changes: 2 additions & 2 deletions conf/diamond.conf.example.windows
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ days = 7
### Options for GraphiteHandler

# Graphite server host
host = graphite
host = 127.0.0.1

# Port to send metrics to
port = 2003
Expand All @@ -70,7 +70,7 @@ batch = 1
### Options for GraphitePickleHandler

# Graphite server host
host = graphite
host = 127.0.0.1

# Port to send metrics to
port = 2004
Expand Down

0 comments on commit 45d3475

Please sign in to comment.