Sha256: 1431310700daccd146c9aae3cb6a05a2843ab26cca51e9edd221c1c95f879bd6
Contents?: true
Size: 1.1 KB
Versions: 3
Compression:
Stored size: 1.1 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 - 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
eye-patch-0.0.7 | test/fixtures/test.yml |
eye-patch-0.0.6 | test/fixtures/test.yml |
eye-patch-0.0.5 | test/fixtures/test.yml |