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
Describe the bug
Service parents are documented in the service object type definition. According to that documentation, it should be possible to configure the child service with one or more parent service tuples in the form host_name,servicedescription. This works, I can create a parent-child relation between a service on host A and another service on host B, and Thruk correctly displays this in the Service Information page of the child service. Naemon correctly disables checks of the child service if the parent service is unavailable.
The problem is that the validation logic in Thruk does not recognize this as a valid reference. The Cross Reference Check for example lists such a reference as an improvement with message 'referenced service 'ams-ix.net,PING' does not exist'. The same error is seen in the Config Parse Errors overview in the Apply tab of the Config Tool.
Describe the bug
Service parents are documented in the service object type definition. According to that documentation, it should be possible to configure the child service with one or more parent service tuples in the form host_name,servicedescription. This works, I can create a parent-child relation between a service on host A and another service on host B, and Thruk correctly displays this in the Service Information page of the child service. Naemon correctly disables checks of the child service if the parent service is unavailable.
The problem is that the validation logic in Thruk does not recognize this as a valid reference. The Cross Reference Check for example lists such a reference as an improvement with message 'referenced service 'ams-ix.net,PING' does not exist'. The same error is seen in the Config Parse Errors overview in the Apply tab of the Config Tool.
Thruk Version
3.14.2
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Thruk should recognize the host_name,servicedescription tuple format and not display the error described above.
Screenshots
The text was updated successfully, but these errors were encountered: