This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<match **> | |
type forward | |
buffer_chunk_limit 8MB | |
<server> | |
host lle11 | |
</server> | |
#about 10mins | |
retry_limit 9 | |
<secondary> | |
<server> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set :config_file, "config/upload/fluent_#{stage}.conf" | |
set :fluent_plugins, ["file-alternative", "mongo"] | |
namespace :td do | |
task :start, :roles => :fluentd do | |
run "#{try_sudo} /etc/init.d/td-agent start" | |
end | |
task :stop, :roles => :fluentd do | |
run "#{try_sudo} /etc/init.d/td-agent stop" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dyld: lazy symbol binding failed: Symbol not found: _yajl_set_static_value | |
Referenced from: /Users/mikami/.rvm/gems/ruby-1.9.3-p125/gems/yajl-ruby-1.0.0/lib/yajl/yajl.bundle | |
Expected in: flat namespace | |
dyld: Symbol not found: _yajl_set_static_value | |
Referenced from: /Users/mikami/.rvm/gems/ruby-1.9.3-p125/gems/yajl-ruby-1.0.0/lib/yajl/yajl.bundle | |
Expected in: flat namespace |
NewerOlder