freebsd-ports/www/py-graphite-api/files/graphiteapi.yaml.sample
Jason Unovitch 77174b4297 www/py-graphite-api: update 1.1.2 -> 1.1.3 and add rc.d script
- 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)
2017-03-18 02:42:09 +00:00

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