Sha256: 840409b2a72321f7788e10b023a62cc4363ae34a9652303209ed02b6b6c0b3b7
Contents?: true
Size: 758 Bytes
Versions: 6
Compression:
Stored size: 758 Bytes
Contents
@events Feature: events and check names Flapjack must handle weird characters in check names in events Background: Given an entity 'foo-app-01.example.com' exists @time Scenario: acknowledgements for checks with colons Given the check is check 'Disk C: Utilisation' on entity 'foo-app-01.example.com' And the check is in an ok state When a warning event is received Then a notification should not be generated When 1 minute passes And a warning event is received Then a notification should be generated When an acknowledgement event is received Then a notification should be generated When 1 minute passes And a warning event is received Then a notification should not be generated
Version data entries
6 entries across 6 versions & 1 rubygems