diff --git a/internal/monitor/monitor.go b/internal/monitor/monitor.go index ea25a7b..05df6f8 100644 --- a/internal/monitor/monitor.go +++ b/internal/monitor/monitor.go @@ -254,6 +254,8 @@ func (e *Engine) RecordHeartbeat(token string) bool { e.AddLog(fmt.Sprintf("Push Monitor '%s' received first heartbeat", site.Name)) case "LATE": e.AddLog(fmt.Sprintf("Push Monitor '%s' heartbeat arrived (was late)", site.Name)) + case "STALE": + e.AddLog(fmt.Sprintf("Push Monitor '%s' heartbeat arrived (was stale)", site.Name)) case "DOWN": downDur := "" if !site.StatusChangedAt.IsZero() {