Fixed
Details
Assignee
Patrick SchweizerPatrick SchweizerReporter
Christian PapeChristian PapeComponents
Sprint
NoneFix versions
Affects versions
Priority
Major
Details
Details
Assignee
Patrick Schweizer
Patrick SchweizerReporter
Christian Pape
Christian PapeComponents
Sprint
None
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created July 23, 2020 at 2:22 PM
Updated August 6, 2020 at 12:43 AM
Resolved August 6, 2020 at 12:43 AM
In the current database model, an application combines several monitored services, which are then polled by assigning polling packages to locations.
In the new model, an application still combines monitored services, but in addition to this it also contains a number of references to locations. Furthermore, an application should also reference an optional polling package, which is used instead of the default if set.
The changes to be made include the Java entities, Liquibase changesets, create.sql and so on. An migration task is not required.