Sha256: a3476346df9f9dec61a0c4efe8ce9f141a6c8c1ea2d4a0b410a25a12444900a8

Contents?: true

Size: 355 Bytes

Versions: 15

Compression:

Stored size: 355 Bytes

Contents

# vim: set ft=ruby

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

15 entries across 15 versions & 1 rubygems

Version Path
litmus_paper-0.6.2 spec/support/test.config
litmus_paper-0.6.1 spec/support/test.config
litmus_paper-0.6.0 spec/support/test.config
litmus_paper-0.5.0 spec/support/test.config
litmus_paper-0.4.0 spec/support/test.config
litmus_paper-0.3.5 spec/support/test.config
litmus_paper-0.3.3 spec/support/test.config
litmus_paper-0.3.2 spec/support/test.config
litmus_paper-0.3.1 spec/support/test.config
litmus_paper-0.3.0 spec/support/test.config
litmus_paper-0.2.2 spec/support/test.config
litmus_paper-0.2.1 spec/support/test.config
litmus_paper-0.2.0 spec/support/test.config
litmus_paper-0.1.0 spec/support/test.config
litmus_paper-0.0.3 spec/support/test.config