Hi Team,
I'm creating a node edge graph which display elements as nodes. I would want to display the alarm color for that element in DM for that node. I could not see options like that in node. So is it possible to do that?
Miguel Obregon [SLC] [DevOps Catalyst] Answered question 30th October 2024
Hi Hari,
In this case, you could include (in your GQI query node) a parameter that represents the alarm of the element. In the example below I included the CPU in the GQI query node:
After updating the tooltip to alarm, the alarm related to that parameter will be displayed as alarm in the node:
Hope it helps.
Hari priya Venkatesan [DevOps Advocate] Edited comment 1st November 2024
Hi Miguel,
Thanks for the response. These are the elements under a monitoring service that i’m trying to show in node edge graph. And we are selecting only specific parameters on a elements to monitor and these parameters might be changing (single or table), so there will not be a constant parameter to look for an alarm.