ripienaar/gdash

whisper_dir

hamann opened this issue · 2 comments

: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)

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"

I removed it: ca7d7f2