Sha256: c0667bbdd2d2a005f5402381a2b0b433a018de53efff2fae26da9e2a824ff6c5

Contents?: true

Size: 411 Bytes

Versions: 8

Compression:

Stored size: 411 Bytes

Contents

# vim: set ft=ruby
port: 9293
data_directory: "/tmp/litmus_paper"
cache_location: "/tmp/litmus_paper_cache"
cache_ttl: -1
services:
  test:
    dependencies:
      - type: http
        uri: 'http://localhost/heartbeat'
    checks:
      - type: cpu_load
        weight: 50
  passing_test:
    dependencies:
      - type: script
        command: '/bin/true'
    checks:
      - type: cpu_load
        weight: 50

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
litmus_paper-1.6.2 spec/support/test.config.yaml
litmus_paper-1.6.1 spec/support/test.config.yaml
litmus_paper-1.6.0 spec/support/test.config.yaml
litmus_paper-1.5.0 spec/support/test.config.yaml
litmus_paper-1.4.2 spec/support/test.config.yaml
litmus_paper-1.4.1 spec/support/test.config.yaml
litmus_paper-1.3.0 spec/support/test.config.yaml
litmus_paper-1.2.0 spec/support/test.config.yaml