mirror of
https://github.com/Icinga/icingadb.git
synced 2026-05-28 04:35:54 -04:00
Insert endpoint_id into icingadb_instance
This commit is contained in:
parent
6ca9d36c8b
commit
476d2bc20e
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue