From f3a103e1b9d18b6b6783904983a2159d8af3a744 Mon Sep 17 00:00:00 2001 From: Vladimir Vitkov Date: Mon, 19 Oct 2015 11:46:43 +0300 Subject: [PATCH] Graphite - webapp config Goes in /opt/graphite/webapp/graphite/local_settings.py --- monitoring/graphite/graphite-conf/local_settings.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 monitoring/graphite/graphite-conf/local_settings.py 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'