ripienaar / gdash

A dashboard for Graphite
http://www.devco.net/
Apache License 2.0
755 stars 117 forks source link

whisper_dir #91

Closed hamann closed 11 years ago

hamann commented 11 years ago
: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 11 years ago

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"

falkenbt commented 11 years ago

I removed it: ca7d7f26bc83e0bbc3df00d5f9c965c2d8dff75e