Icinga / icingaweb2-module-director

The Director aims to be your new favourite Icinga config deployment tool. Director is designed for those who want to automate their configuration deployment and those who want to grant their “point & click” users easy access to the configuration.
https://icinga.com/docs/director/latest
GNU General Public License v2.0
413 stars 202 forks source link

Services not visible on Service Set if coming from host edit page #2603

Open lucafwp opened 2 years ago

lucafwp commented 2 years ago

Expected Behavior

When editing services of a host, I might want to edit custom properties of a service which belongs to a service set. On the resulting page the Service Set name is displayed and I might want to check all services in the Service Set. Therefore I will click on Service Set name and then consult Services tab.

Current Behavior

The resulting Services page is empty. This happens only on Service Sets applied directly, not with apply rules or templates.

Steps to Reproduce (for bugs)

Your Environment

Thomas-Gelf commented 2 years ago

I didn't try v1.9, in v1.10 it isn't possible to "click on service set name in the message on the top" for a Service belonging to a Set while configuring overrides for a Service (from a Set) on a Host

lucafwp commented 1 year ago

Hi @Thomas-Gelf , I've just tried the reproduce steps on Director 1.10.1 and the behavior is exactly the same as 1.9.1. Do you mean it will be removed in future versions?

andickts commented 2 months ago

Hi @Thomas-Gelf some news about this issue? I reproduced the problem with the director version 1.11.1.

Analyzing the URL that displays the page the uuid seems to be slightly different in the two cases:

...../director/serviceset/services?uuid=5b20f1d6-a7cf-4718-9ecc-df6100000120 ...../director/serviceset/services?uuid=5b20f1d6-a7cf-4718-9ecc-df6100000116

both display the same service set but in the first one the list of services is empty.

andickts commented 1 month ago

Hi @Thomas-Gelf any feedback?

andickts commented 1 week ago

Hi @Thomas-Gelf any news?