whisper_dir
hamann opened this issue · 2 comments
hamann commented
:whisper_dir: "/var/lib/carbon/whisper"
Is this necessary and used somewhere in the code? I can run gdash local with graphs from another graphite host. In case it isn't, I think it should be removed from configuration to not confuse users (at first I thought it has to be installed on the graphite host because of this)
keymon commented
I don't think is used at all
$ grep -R whisper_dir *
config/gdash.yaml-sample: :whisper_dir: "/var/lib/carbon/whisper"
lib/gdash/sinatra_app.rb: @whisper_dir = options.delete(:whisper_dir) || "/var/lib/carbon/whisper"