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
we are using Icinga director self service API and the Clients may have several (virtual) IP adresses.
Currently the Physical Adress is used for the Hostadresse field.
So after Creation of a new host we need to change to the correct IP in Icinga Director
Better would be to find out the Local IP Adress from which the connection is done to Icinga Director for example like this:
Thank you for your issue. There is already an Icinga function available which checks the best route to the target and uses the IP-Address from this interface
Get-IcingaNetworkInterface-IP <Icinga Director address>
Based on the networking routing configuration, it should report back the correct IP.
Hi,
we are using Icinga director self service API and the Clients may have several (virtual) IP adresses.
Currently the Physical Adress is used for the Hostadresse field.
So after Creation of a new host we need to change to the correct IP in Icinga Director
Better would be to find out the Local IP Adress from which the connection is done to Icinga Director for example like this:
Maybe add a like if you have the same problem too.
The text was updated successfully, but these errors were encountered: