Sha256: dbede4b3835c277c96d9e41ab31749b88ac414fdf3b5b6284bca4dad68a96efc

Contents?: true

Size: 1.13 KB

Versions: 17

Compression:

Stored size: 1.13 KB

Contents

name: Test Application

config:
  logger: /path/to/log/eye.log

application:
  working_dir: /path/to/application

notifications:
  - name: monitoring
    type: jabber
    level: info
    contact: test+admin@example.com
    config:
      from: test+notifier@example.com

triggers:
  - name: flapping
    config:
      times: 10
      within: 1 minute

checks:
  - name: memory
    config:
      times: 3
      every: 20 seconds
      below: 1.5 gigabytes

processes:
  - name: my-process
    config:
      start_timeout: 25 seconds
      start_command: bundle exec my-process
      pid_file: tmp/pids/my-process.pid
      stdall: log/my-process.log
  - name: first-grouped-process
    group: my-group
    config:
      start_command: bundle exec grouped-process
      pid_file: tmp/pids/first-grouped-process.pid
  - name: second-grouped-process
    group: my-group
    config:
      start_command: bundle exec grouped-process
      pid_file: tmp/pids/second-grouped-process.pid
  - name: clustered-process
    group: cluster
    count: 2
    config:
      start_command: bundle exec clustered-process
      pid_file: "tmp/pids/clustered-process-{ID}.pid"

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
eye-patch-0.4.0 test/fixtures/test.yml
eye-patch-0.3.1 test/fixtures/test.yml
eye-patch-0.3.0 test/fixtures/test.yml
eye-patch-0.2.2 test/fixtures/test.yml
eye-patch-0.2.1 test/fixtures/test.yml
eye-patch-0.2.0 test/fixtures/test.yml
eye-patch-0.1.8 test/fixtures/test.yml
eye-patch-0.1.7 test/fixtures/test.yml
eye-patch-0.1.6 test/fixtures/test.yml
eye-patch-0.1.5 test/fixtures/test.yml
eye-patch-0.1.4 test/fixtures/test.yml
eye-patch-0.1.3 test/fixtures/test.yml
eye-patch-0.1.2 test/fixtures/test.yml
eye-patch-0.1.1 test/fixtures/test.yml
eye-patch-0.1.0 test/fixtures/test.yml
eye-patch-0.0.9 test/fixtures/test.yml
eye-patch-0.0.8 test/fixtures/test.yml