Hello dojo,
We have a set of services, and some of them will be put into maintenance mode. During this period, it is expected that certain elements will enter a critical state.
Since these specific services share elements with other services, we would like them to be displayed with a distinct service color, regardless of the element state affecting other services.
Is there a way to configure this behavior in the service template, so the service can identify this condition and display a specific severity accordingly?
Thanks in advance for your help.
Hi Yohan,
Another approach (using service templates) is to apply conditions on the child elements:

- Dynamic inclusion/exclusion allows you to include/exclude an element based on a condition. For example, you could exclude an child element from the service when the service is in maintenance. This will cause that the service alarm severity will not take into account alarms from the excluded element.
- While included, influence overall service alarm severity: Allows to limit the influence of the child element in the service alarm severity based on a condition.
More information in DataMiner Docs: Creating Child Elements
Hope it helps.
Hi Yohan,
If certain elements are expected to go into a critical state during maintenance, the recommended approach is to mask those alarms for the duration of the maintenance window. Masking prevents the expected alarms from affecting the severity of the services that depend on those elements, while still allowing other services to reflect their normal behavior.
More details can be found here: Masking and unmasking alarms | DataMiner Docs
Kind regards,