Skip to content

Commit

Permalink
usage line
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip (flip) Kromer committed Jul 18, 2010
1 parent ac585a6 commit 3abd1e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bin/file_monitor.rb
Expand Up @@ -5,6 +5,12 @@
require 'configliere'
Configliere.use :commandline, :config_file, :define

#
# Usage:
#
# nohup ~/ics/backend/graphiterb/bin/file_monitor.rb --workdir=/data/ripd/com.tw --update_delay=60 > /data/log/file_monitor.log 2>&1 &
#
#
Settings.read 'graphite.yaml'
Settings.define :workdir, :description => "Base directory where scrapers store files. (Ex: /data/ripd/com.tw)", :default => "/data/ripd/com.tw"
Settings.resolve!
Expand Down

0 comments on commit 3abd1e8

Please sign in to comment.