77174b4297
- Fix RUN_DEPENDS indentation (no changes) - Add NO_ARCH (.py* files) - Drop autoplist, add SUB_LIST/SUB_FILES/PLIST_SUB for rc.d script vars and explaining how to set up in pkg-message - Tweak pkg-descr PR: 217650 Submitted by: Dave Cottlehuber <dch@skunkwerks.at> (maintainer)
24 lines
672 B
Text
24 lines
672 B
Text
# This configuration should be sufficient if you run graphite's carbon daemon
|
|
# using the default setup from databases/py-carbon. For detailed information
|
|
# see http://graphite-api.readthedocs.io/en/latest/configuration.html
|
|
---
|
|
search_index: /var/db/carbon/index
|
|
finders:
|
|
- graphite_api.finders.whisper.WhisperFinder
|
|
functions:
|
|
- graphite_api.functions.SeriesFunctions
|
|
- graphite_api.functions.PieFunctions
|
|
whisper:
|
|
directories:
|
|
- /var/db/carbon/whisper/
|
|
carbon:
|
|
hosts:
|
|
- 127.0.0.1:7002
|
|
timeout: 5
|
|
retry_delay: 15
|
|
carbon_prefix: carbon
|
|
replication_factor: 1
|
|
time_zone: UTC
|
|
allowed_origins:
|
|
- localhost.localdomain
|
|
|