Home
last modified time | relevance | path

Searched refs:RRD_DIR (Results 1 – 7 of 7) sorted by relevance

/dports/www/py-graphite-web/graphite-web-1.1.8/webapp/graphite/
H A Dsettings.py58 RRD_DIR = '' variable
275 if not RRD_DIR:
276 RRD_DIR = join(STORAGE_DIR, 'rrd/') variable
292 if os.path.exists(RRD_DIR):
293 STANDARD_DIRS.append(RRD_DIR)
H A Dlocal_settings.py.example123 RRD_DIR = '/var/db/carbon/rrd'
124 DATA_DIRS = [WHISPER_DIR, RRD_DIR] # Default: set from the above variables
143 #RRD_DIR = '/opt/graphite/storage/rrd'
146 #STANDARD_DIRS = [WHISPER_DIR, RRD_DIR] # Default: set from the above variables
/dports/mail/mailgraph/mailgraph-1.14/
H A Dmailgraph-init17 RRD_DIR=/var/lib
23 --daemon-pid=$PID_FILE --daemon-rrd=$RRD_DIR
/dports/mail/ovs/ovs-1.05/
H A Dovs-init18 RRD_DIR=/var/www/cgi-bin
24 --daemon-pid=$PID_FILE --daemon-rrd=$RRD_DIR --daemon-log=$OVS_LOG
/dports/www/py-graphite-web/graphite-web-1.1.8/webapp/graphite/finders/
H A Dstandard.py192 for root, _, files in walk(settings.RRD_DIR, followlinks=True):
193 root = root.replace(settings.RRD_DIR, '')
196 absolute_path = join(settings.RRD_DIR, root, base_name)
/dports/www/py-graphite-web/graphite-web-1.1.8/webapp/tests/
H A Dtest_readers_rrd.py17 test_dir = join(settings.RRD_DIR)
/dports/www/py-graphite-web/graphite-web-1.1.8/docs/
H A Dconfig-local-settings.rst132 …The base directory from which WHISPER_DIR, RRD_DIR, CERES_DIR, LOG_DIR, and INDEX_FILE default pat…
170 RRD_DIR
175 `Default: [WHISPER_DIR, RRD_DIR]`
176 …alue of WHISPER_DIR and RRD_DIR (if rrd support is detected). If this setting is defined, the WHIS…