Sha256: e041d2c7bf58c2e0a3a38eb4442e9c794033eb7a41cb7ed593fef82e6875ce58
Contents?: true
Size: 726 Bytes
Versions: 3
Compression:
Stored size: 726 Bytes
Contents
@events @processor Feature: events and check names Flapjack must handle weird characters in check names in events @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 no notifications should have been generated When 1 minute passes And a warning event is received Then 1 notification should have been generated When an acknowledgement event is received Then 2 notifications should have been generated When 1 minute passes And a warning event is received Then 2 notifications should have been generated
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
flapjack-2.0.0 | features/events_check_names.feature |
flapjack-2.0.0rc1 | features/events_check_names.feature |
flapjack-2.0.0b1 | features/events_check_names.feature |