Icinga / icinga-notifications

Icinga Notifications: new and improved notifications and incident management for Icinga (work in progress, not ready for production yet)
GNU General Public License v2.0
9 stars 0 forks source link

schema: Order incident_history_event_type #182

Closed oxzi closed 5 months ago

oxzi commented 5 months ago

Ordering the incident_history_event_type enum allows sorting incident_history events by time and type while expecting a logical correct order. This may be necessary because millisecond resolution results in identical timestamps for subsequent entries.

Closes #61.