- Fix with newer Django [2] - Lots of other cleanups and improvements, including moving the data to a more standard location - Take maintainership, maintainer has not responded to PRs in many months PR: ports/181043 [1] PR: ports/185097 [2] Submitted by: brd [1] Submitted by: swills (myself) [2] Approved by: maintainer timeout (bsdports@wayfair.com, >3 months)
11 lines
398 B
Plaintext
11 lines
398 B
Plaintext
--- conf/carbon.conf.example.orig 2014-02-13 16:47:59.689772807 +0000
|
|
+++ conf/carbon.conf.example 2014-02-13 16:48:17.904771292 +0000
|
|
@@ -29,6 +29,7 @@
|
|
# PID_DIR = /var/run/
|
|
#
|
|
#LOCAL_DATA_DIR = /opt/graphite/storage/whisper/
|
|
+LOCAL_DATA_DIR = /var/db/carbon/whisper/
|
|
|
|
# Enable daily log rotation. If disabled, a kill -HUP can be used after a manual rotate
|
|
ENABLE_LOGROTATION = True
|