Skip to content

Instantly share code, notes, and snippets.

@stevebanik
Created July 14, 2014 18:49
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save stevebanik/66628fe4bb0a14afe40e to your computer and use it in GitHub Desktop.
LOG_RENDERING_PERFORMANCE = True
LOG_CACHE_PERFORMANCE = True
LOG_METRIC_ACCESS = True
MEMCACHE_HOSTS = ['192.168.202.28:11211']
GRAPHITE_ROOT = '/usr/share/graphite'
CONF_DIR = '/etc/graphite-web'
STORAGE_DIR = '/var/lib/carbon'
CONTENT_DIR = '/usr/share/graphite/webapp/content'
WHISPER_DIR = '/var/lib/carbon/whisper/'
RRD_DIR = '/var/lib/carbon/rrd'
LOG_DIR = '/var/log/graphite-web/'
CARBONLINK_HOSTS = ["127.0.0.1:2104:a", "127.0.0.1:2204:b", "127.0.0.1:2304:c", "127.0.0.1:2404:d", "127.0.0.1:2504:e", "127.0.0.1:2604:f", "127.0.0.1:2704:g", "127.0.0.1:2804:h"]
CARBONLINK_TIMEOUT = 1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment