Option to push stats to graphite

This commit is contained in:
Ciaran Gultnieks 2013-05-23 11:04:57 +01:00
parent a61083b71b
commit dc789a7ac9
2 changed files with 21 additions and 2 deletions

View file

@ -76,6 +76,11 @@ wiki_password = "1234"
#machine.
update_stats = False
#Use the following to push stats to a Carbon instance:
stats_to_carbon = False
carbon_host = '0.0.0.0'
carbon_port = 2003
#Set this to true to always use a build server. This saves specifying the
#--server option on dedicated secure build server hosts.