diff --git a/pkg/icingadb/ha.go b/pkg/icingadb/ha.go index a4c20b1f..132fd534 100644 --- a/pkg/icingadb/ha.go +++ b/pkg/icingadb/ha.go @@ -170,6 +170,7 @@ func (h *HA) realize(s *icingaredisv1.IcingaStatus, t *types.UnixMilli) error { }, Heartbeat: *t, Responsible: types.Yes, + EndpointId: s.EndpointId, Icinga2Version: s.Version, Icinga2StartTime: s.ProgramStart, Icinga2NotificationsEnabled: s.NotificationsEnabled,