DX Unified Infrastructure Management

 View Only

  • 1.  How to bring number of alarms by severity between dashboards

    Posted Aug 05, 2024 11:33 AM

    Hi Everyone.

    How to bring number of alarms by severity between dashboards?

    I have a principal dashboard (level #01), this dahsboard has called to another dashboards (level #02, 03 and 04).

    The dashborad (level #01) show the alarms color. Is possible to bring number of alarms by severity from the other levels?

    I know that can to create a sql query with all this filters, but how we have many dashboards, the query becomes complicated

    Any idea ?



  • 2.  RE: How to bring number of alarms by severity between dashboards

    Broadcom Employee
    Posted Aug 08, 2024 02:42 PM

    Hi Miller,

    I'm not really clear on workflow you are describing with principal dashboard (level #01) and other dashboards ( level#02, 03 etc.,)  

    If you plan to show Severity wise alarm count, you may represent colors in Pie chart control with severity counts. Additionally you can have a ContextSelector with severity list and a table to show the alarms for the selected severity. Once a specific severity is selected, you can have table refreshed with selected severity with all alarm details. You can use a parameter for ContextSelected, the value selected will be available in Table datasource query with ${parameter} notation. 

    Rgds,

    Rajesh B




  • 3.  RE: How to bring number of alarms by severity between dashboards

    Posted Aug 13, 2024 10:05 AM

    Hi Rajesh, thanks for your comments.

    Yes my plan is show severity count but from a datasource like dashboards.

    For example, on this dahsboard, the circle show it color from datasource dashboard  ---->

    datasource (dashboard) selected ---->

    The circle has a number of alarms that come from the dashboard, how can I represent this number of alarms numerically?

    I see that a text not permit select as data source dashboard...

    keep in mind that this circle calls a dashboard_A and that dashboard_A calls another dashboard_B

    So, my idea is to show for example:




  • 4.  RE: How to bring number of alarms by severity between dashboards

    Broadcom Employee
    Posted Aug 17, 2024 04:05 AM

    Hi Miller,

    Currently Dashboard datasource doesn't provide such functionality to display the count of alarms. You may need to use different data source (Alarm, SQL) in parent dashboard to get severity wise counts.

    Rgds,

    Rajesh B