Add ability to filter asshattery from stats

This commit is contained in:
Ciaran Gultnieks 2014-08-22 21:18:55 +01:00
parent 58a88acd92
commit b43f7bea1a
3 changed files with 25 additions and 14 deletions

View file

@ -165,6 +165,10 @@ wiki_password = "1234"
# machine.
update_stats = False
# When used with stats, this is a list of IP addresses that are ignored for
# calculation purposes.
stats_ignore = []
# Use the following to push stats to a Carbon instance:
stats_to_carbon = False
carbon_host = '0.0.0.0'