feat: incident management and maintenance windows #17
@@ -477,7 +477,7 @@ func (e *Engine) checkGroup(site models.Site) {
|
|||||||
if !child.Paused {
|
if !child.Paused {
|
||||||
allPaused = false
|
allPaused = false
|
||||||
}
|
}
|
||||||
if child.Paused {
|
if child.Paused || e.isInMaintenance(child.ID) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if child.Status == "DOWN" || child.Status == "SSL EXP" {
|
if child.Status == "DOWN" || child.Status == "SSL EXP" {
|
||||||
|
|||||||
Reference in New Issue
Block a user