Sha256: 1b42a958958ac4e5f1c81ee648dddb1ecdf154313d4aa79ff0180a9f711b2cb5

Contents?: true

Size: 747 Bytes

Versions: 17

Compression:

Stored size: 747 Bytes

Contents

name: Test Application With Per-Process Overrides

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

application:
  working_dir: /path/to/application

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
    triggers:
      - name: flapping
        config:
          times: 6
          within: 40 seconds
    checks:
      - name: memory
        config:
          times: 2
          every: 15 seconds
          below: 1.2 megabytes
    config:
      start_timeout: 25 seconds
      start_command: bundle exec my-process
      pid_file: tmp/pids/my-process.pid
      stdall: log/my-process.log

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
eye-patch-1.1.0 test/fixtures/overrides.yml
eye-patch-1.0.1 test/fixtures/overrides.yml
eye-patch-1.0.0 test/fixtures/overrides.yml
eye-patch-0.5.1 test/fixtures/overrides.yml
eye-patch-0.5.0 test/fixtures/overrides.yml
eye-patch-0.4.2 test/fixtures/overrides.yml
eye-patch-0.4.1 test/fixtures/overrides.yml
eye-patch-0.4.0 test/fixtures/overrides.yml
eye-patch-0.3.1 test/fixtures/overrides.yml
eye-patch-0.3.0 test/fixtures/overrides.yml
eye-patch-0.2.2 test/fixtures/overrides.yml
eye-patch-0.2.1 test/fixtures/overrides.yml
eye-patch-0.2.0 test/fixtures/overrides.yml
eye-patch-0.1.8 test/fixtures/overrides.yml
eye-patch-0.1.7 test/fixtures/overrides.yml
eye-patch-0.1.6 test/fixtures/overrides.yml
eye-patch-0.1.5 test/fixtures/overrides.yml