Insert endpoint_id into icingadb_instance

This commit is contained in:
Julian Brost 2021-03-02 11:21:33 +01:00 committed by Eric Lippmann
parent 6ca9d36c8b
commit 476d2bc20e

View file

@ -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,