You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the remote registration does not work in combination with checkmk_agent_add_host:true and checkmk_agent_auto_activate:true.
In this case the new hosts are created on the central site and only activated on the central site, but not on the remote site where the registration takes place. This leads to an error in checkmk.general.agent : Linux: Register Agent for TLS.
A fix would be to introduce a second handler wich only runs when checkmk_agent_site != checkmk_agent_registration_site
I think the remote registration does not work in combination with
checkmk_agent_add_host:true
andcheckmk_agent_auto_activate:true
.In this case the new hosts are created on the central site and only activated on the central site, but not on the remote site where the registration takes place. This leads to an error in
checkmk.general.agent : Linux: Register Agent for TLS
.A fix would be to introduce a second handler wich only runs when
checkmk_agent_site != checkmk_agent_registration_site
Originally posted by @DominikBauer1 in #219 (comment)
The text was updated successfully, but these errors were encountered: