Home
last modified time | relevance | path

Searched refs:STORAGE_DIR (Results 1 – 22 of 22) sorted by relevance

/dports/www/py-graphite-web/graphite-web-1.1.8/webapp/graphite/
H A Dsettings.py52 STORAGE_DIR = '' variable
263 if not STORAGE_DIR:
264 STORAGE_DIR = os.environ.get('GRAPHITE_STORAGE_DIR', join(GRAPHITE_ROOT, 'storage')) variable
266 WHITELIST_FILE = join(STORAGE_DIR, 'lists', 'whitelist')
268 INDEX_FILE = join(STORAGE_DIR, 'index')
270 LOG_DIR = join(STORAGE_DIR, 'log', 'webapp')
272 WHISPER_DIR = join(STORAGE_DIR, 'whisper/')
274 CERES_DIR = join(STORAGE_DIR, 'ceres/')
276 RRD_DIR = join(STORAGE_DIR, 'rrd/')
300 'NAME': join(STORAGE_DIR, 'graphite.db'),
[all …]
H A Dlocal_settings.py.example113 #STORAGE_DIR = '/opt/graphite/storage'
116 STORAGE_DIR = '/var/db/carbon'
129 # default settings for each of these are relative to CONF_DIR and STORAGE_DIR
259 # located in STORAGE_DIR
/dports/databases/timescaledb/timescaledb-2.5.1/scripts/
H A Dtest_restore_points.sh30 STORAGE_DIR=${TEST_DIR}/storage
46 ${PG_BINDIR}/pg_ctl init -U ${PG_USER} -D "${STORAGE_DIR}/${NAME}"
47 cat > "${STORAGE_DIR}/${NAME}/postgresql.conf" <<EOF
65 ${PG_BINDIR}/pg_ctl start -U ${PG_USER} -D "${STORAGE_DIR}/${NAME}"
84 mkdir -p "${STORAGE_DIR}/${NAME}"
93 ${PG_BINDIR}/pg_ctl stop -U ${PG_USER} -D "${STORAGE_DIR}/${NAME}"
101 cp -R "${BASEBACKUP_DIR}/${NAME}" "${STORAGE_DIR}/${NAME}"
102 chmod 700 "${STORAGE_DIR}/${NAME}"
103 touch "${STORAGE_DIR}/${NAME}/recovery.signal"
104 RECOVERY_FILE="${STORAGE_DIR}/${NAME}/postgresql.conf"
[all …]
/dports/graphics/embree/embree-3.13.2/scripts/
H A Dstore_files.sh9 STORAGE_DIR=$STORAGE_PATH/$project_name/$build_id/$group_name/
10 mkdir -p $STORAGE_DIR
11 cp $files $STORAGE_DIR/
/dports/devel/rkcommon/rkcommon-1.8.0/gitlab/
H A Dstore-files.sh9 STORAGE_DIR=$STORAGE_PATH/$project_name/$build_id/$group_name/
10 mkdir -p $STORAGE_DIR
11 cp $files $STORAGE_DIR/
/dports/graphics/ospray/ospray-2.8.0/scripts/scan/
H A Dstore-files.sh9 STORAGE_DIR=$STORAGE_PATH/$project_name/$build_id/$group_name/
10 mkdir -p $STORAGE_DIR
11 cp $files $STORAGE_DIR/
/dports/graphics/ospray-studio/ospray_studio-0.9.1/gitlab/
H A Dstore-files.sh9 STORAGE_DIR=$STORAGE_PATH/$project_name/$build_id/$group_name/
10 mkdir -p $STORAGE_DIR
11 cp $files $STORAGE_DIR/
/dports/graphics/openvkl/openvkl-1.1.0/gitlab/
H A Dstore-files.sh9 STORAGE_DIR=$STORAGE_PATH/$project_name/$build_id/$group_name/
10 mkdir -p $STORAGE_DIR
11 cp $files $STORAGE_DIR/
/dports/databases/py-carbon/carbon-1.1.8/lib/carbon/tests/
H A Dtest_conf.py184 self.assertEqual(join("foo", "storage"), settings.STORAGE_DIR)
210 ROOT_DIR="foo", STORAGE_DIR="bar")
241 ROOT_DIR="foo", STORAGE_DIR="bar")
294 ROOT_DIR="foo", STORAGE_DIR="bar")
295 self.assertEqual("bar", settings.STORAGE_DIR)
307 ROOT_DIR="foo", STORAGE_DIR="bar", LOG_DIR='baz')
347 self.assertEqual("bar", settings.STORAGE_DIR)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/
H A DActivator.java41 private static final String STORAGE_DIR = "org.eclipse.core.runtime"; //$NON-NLS-1$ field in Activator
128 File primaryDir = new File(configuration.getURL().getPath() + '/' + STORAGE_DIR); in startRegistry()
/dports/deskutils/kalarm/kalarm-21.12.3/src/resources/
H A Dfileresourcesettings.cpp36 const QLatin1String STORAGE_DIR("Dir"); variable
107 else if (type == STORAGE_DIR) in readConfig()
174 storage = STORAGE_DIR; in createConfig()
/dports/dns/knot3/knot-3.1.5/src/knot/conf/
H A Dbase.h31 #define CONF_DEFAULT_DBDIR (STORAGE_DIR "/confdb")
H A Dschema.c269 { C_STORAGE, YP_TSTR, YP_VSTR = { STORAGE_DIR } },
395 { C_STORAGE, YP_TSTR, YP_VSTR = { STORAGE_DIR }, FLAGS }, \
/dports/dns/knot3-lib/knot-3.1.5/src/knot/conf/
H A Dbase.h31 #define CONF_DEFAULT_DBDIR (STORAGE_DIR "/confdb")
H A Dschema.c269 { C_STORAGE, YP_TSTR, YP_VSTR = { STORAGE_DIR } },
395 { C_STORAGE, YP_TSTR, YP_VSTR = { STORAGE_DIR }, FLAGS }, \
/dports/www/py-graphite-web/graphite-web-1.1.8/docs/
H A Dconfig-database-setup.rst5 …ents functionality. Graphite uses an SQLite database file located at ``STORAGE_DIR/graphite.db`` b…
H A Dconfig-local-settings.rst130 STORAGE_DIR
179 `Default: STORAGE_DIR/log/webapp`
376 …ents functionality. Graphite uses an SQLite database file located at ``STORAGE_DIR/graphite.db`` b…
H A Dtools.rst25 …ectly from `collectd`_'s RRD files. RRD files can simply be added to ``STORAGE_DIR/rrd`` (as long …
/dports/databases/py-carbon/carbon-1.1.8/conf/
H A Dcarbon.conf.example17 # STORAGE_DIR = $GRAPHITE_STORAGE_DIR
18 # LOCAL_DATA_DIR = %(STORAGE_DIR)s/whisper/
19 # WHITELISTS_DIR = %(STORAGE_DIR)s/lists/
20 # CONF_DIR = %(STORAGE_DIR)s/conf/
21 # LOG_DIR = %(STORAGE_DIR)s/log/
22 # PID_DIR = %(STORAGE_DIR)s/
26 # STORAGE_DIR = /var/lib/carbon/
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/cmd/set/
H A Dset_env.go67 kubectl set env deployment/registry STORAGE_DIR=/local
76 kubectl set env deployment/sample-build STORAGE_DIR=/data -o yaml
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/cmd/set/
H A Dset_env.go67 kubectl set env deployment/registry STORAGE_DIR=/local
76 kubectl set env deployment/sample-build STORAGE_DIR=/data -o yaml
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/pkg/cmd/set/
H A Dset_env.go66 kubectl set env deployment/registry STORAGE_DIR=/local
75 kubectl set env deployment/sample-build STORAGE_DIR=/data -o yaml