Hi Dojo,
I m trying to add a shape that only shows if the element has critical alarm. The shape should disappear if the element state is normal or any alarm state less then critical.
Below is my shape data. The shape is not appearing although the element is in a critical state now. Is my shape data correct?
Ashwiny J K Anandan [DevOps Advocate] Selected answer as best 26th August 2024
Hi Ashwiny,
The issue you're likely facing is due to the separator in the syntax. As you can see, you are using a hyphen '-' for both the syntax of the condition and the element name. I suggest using something like this:
[sep:-^]<A>^A|Element:Test-01|ALARMLEVEL|=Critical Kind Regards, Jarno
Ashwiny J K Anandan [DevOps Advocate] Posted new comment 26th August 2024
Thanks Jarno. I did try your suggestion, it works