Question #265529 on Graphite changed:
https://answers.launchpad.net/graphite/+question/265529
mike gave more information on the question:
update:
I installed python-memcached and in local_settings.py, I have included
this:
MEMCACHE_HOSTS = ['192.168.101.12:11211']
MEMCACHE_KEY_PREFIX = 'graphite'
FIND_CACHE_DURATION = 1500
FIND_TOLERANCE = 2 * FIND_CACHE_DURATION
DEFAULT_CACHE_DURATION = 1500 #metric
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'LOCATION':'192.168.101.12:11211',
}
}
After recycling apache, I still get 500 error.
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.
_______________________________________________
Mailing list: https://launchpad.net/~graphite-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~graphite-dev
More help : https://help.launchpad.net/ListHelp