Sha256: ee0ed2b9a26bcd77a64d76e92a19bc44ef50bab6e69da564296517057ab26a5b

Contents?: true

Size: 816 Bytes

Versions: 7

Compression:

Stored size: 816 Bytes

Contents

# Server’s Internal Configuration

starling:
  host: 127.0.0.1  # host name that runs the starling message queue
  port: 22122      # port number of the starling message queue
  profiler_queue_name: profiler_queue  # queue name to read/write profiling data
  exception_queue_name: exception_queue # queue name to read/write exceptions
  pid_queue_name: pid_queue # queue to dispatch worker process id
  max_queue_items: 30000 # Max number of unprocessed messages in queue. One message is approximately 1 Kb
webroar_analyzer_script:
  pid_file: /var/run/webroar_analyzer.pid   # pid file path to store pid of analyzer
  daemonize: true # true or false
  log_file: /var/log/webroar/analyzer.log
  sampling_rate: 1 # sampling time (in mins)
  environment: production # to choose the database specific to environment

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
webroar-0.3.1 conf/server_internal_config.yml
webroar-0.3.0 conf/server_internal_config.yml
webroar-0.2.6 conf/server_internal_config.yml
webroar-0.2.5 conf/server_internal_config.yml
webroar-0.2.4 conf/server_internal_config.yml
webroar-0.2.3 conf/server_internal_config.yml
webroar-0.2.2 conf/server_internal_config.yml