Sha256: 12c6b33849af1a302ea62d7d923e3df8d8e0d25a67f34b2f7e3be466b69505be

Contents?: true

Size: 402 Bytes

Versions: 25

Compression:

Stored size: 402 Bytes

Contents

# vim: set ft=ruby

port 9293

data_directory "/tmp/litmus_paper"

service :test do |s|
  s.depends Dependency::HTTP, "http://localhost/heartbeat"

  s.measure_health Metric::CPULoad, :weight => 50
  s.measure_health Metric::AvailableMemory, :weight => 50
end

service :passing_test do |s|
  s.measure_health Metric::CPULoad, :weight => 50
  s.measure_health Metric::AvailableMemory, :weight => 50
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
litmus_paper-0.9.6 spec/support/test.config
litmus_paper-0.9.5 spec/support/test.config
litmus_paper-0.9.4 spec/support/test.config
litmus_paper-0.9.3 spec/support/test.config
litmus_paper-0.9.2 spec/support/test.config
litmus_paper-0.9.1 spec/support/test.config
litmus_paper-0.9.0 spec/support/test.config
litmus_paper-0.8.9 spec/support/test.config
litmus_paper-0.8.8 spec/support/test.config
litmus_paper-0.8.7 spec/support/test.config
litmus_paper-0.8.6 spec/support/test.config
litmus_paper-0.8.5 spec/support/test.config
litmus_paper-0.8.4 spec/support/test.config
litmus_paper-0.8.3 spec/support/test.config
litmus_paper-0.8.2 spec/support/test.config
litmus_paper-0.8.1 spec/support/test.config
litmus_paper-0.8.0 spec/support/test.config
litmus_paper-0.7.9 spec/support/test.config
litmus_paper-0.7.5 spec/support/test.config
litmus_paper-0.7.4 spec/support/test.config