mirror of https://github.com/nicolargo/glances.git
Correct default Graphite port to 2003
This commit is contained in:
parent
560b989f17
commit
af6f0245e8
|
|
@ -590,7 +590,7 @@ path=/
|
|||
# Configuration for the --export graphite option
|
||||
# https://graphiteapp.org/
|
||||
host=localhost
|
||||
port=20039
|
||||
port=2003
|
||||
protocol=tcp
|
||||
batch_size=1000
|
||||
# Prefix will be added for all measurement name
|
||||
|
|
|
|||
Loading…
Reference in New Issue