Make stats retrieval more configurable

This commit is contained in:
Ciaran Gultnieks 2014-09-02 18:53:22 +01:00
parent 27edbd56a7
commit b454ea3c6f
3 changed files with 10 additions and 2 deletions

View file

@ -169,6 +169,12 @@ update_stats = False
# calculation purposes.
stats_ignore = []
# Server stats logs are retrieved from. Required when update_stats is True.
stats_server = "example.com"
# User stats logs are retrieved from. Required when update_stats is True.
stats_user = "bob"
# Use the following to push stats to a Carbon instance:
stats_to_carbon = False
carbon_host = '0.0.0.0'