Hi;
is there a way to show a parameter of a element in a dynamically grouped service based on Property's?
A simplified example below where the dynamic element shape shows the processor load dynamically but the paramater "dmlab01 proc load" should show the processor load from another server. I made this work with using the Allowinheritance=False Option.
So far so good.
I want to perform the same action on our services; but here the Element is defined from a service property: "EID" and the parameterIndex comes from the service property "AWS_ML"
I presume that the AllowInheritance is also removing the service property values? Or is there another way to show a parameter of a element in a dynamically grouped service based on Property's?
Hi Jan-Piet,
You can remove the "AllowInheritance" options, and replace them by "ForcePropertyFromXXX" options. In your example, if you add the "ForcePropertyFromShape" option on the service shape and the "ForcePropertyFromParent" option on the Element shape, that should work as expected. You can find additional info on these options in the documentation.