diff --git a/monitoring/graphite/graphite-conf/local_settings.py b/monitoring/graphite/graphite-conf/local_settings.py new file mode 100644 index 0000000..e1d7c7e --- /dev/null +++ b/monitoring/graphite/graphite-conf/local_settings.py @@ -0,0 +1,7 @@ +SECRET_KEY = 'FIXME: CHANGEME' +TIME_ZONE = 'Europe/Sofia' +GRAPHITE_ROOT = '/opt/graphite' +CONF_DIR = '/opt/graphite/conf' +STORAGE_DIR = '/opt/graphite/storage' +WHISPER_DIR = '/opt/graphite/storage' +LOG_DIR = '/var/log/graphite/webapp'