This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
How to handle stateless incidents #166
Labels
backend
Needs/has companion issue in backend
discussion
Requires developer feedback/discussion before implementation
Milestone
Stateless incidents (end_time == null) look too much like stateful incidents (end_time != null). There's no controls for showing/hiding stateless incidents. They are visible in the incident-list if "Both" is on for both acked and openness. In the detail-box, they lack duration, but there's nothing else that marks it as stateless. They currently have a start event, this is probably not a good idea.
A stateless incident logically doesn't really have a start time or end time, just a timestamp. We just reuse the
start_time
-field to hold the value.See also Uninett/Argus#206.
The text was updated successfully, but these errors were encountered: