Dashboards are most effective when they are used to display summary information, rather than the detail that is coming from the Gateways. An example can be seen below wherein we are just displaying the counts of alerts (Warning and critical's) rather than add all the TREP data directly to the dashboard.
In this example, both the central value, and the colored tabs contain a summary of the number of alerts in a given dataview or area, rather than the alerts themselves. The dashboard then has a link that when pressed goes to the underlying dataview for further investigation. But how do you create the controls that show summaries of the number of alerts, the following FAQ aims to show you that. |
For the purpose of this article, we will consider the following dataview: We need to supplement it with some computed cells into which we will add the count of warning and critical cells, as well as the overall count of the highest alert level. This is completed via the Advanced tab in the sampler configuration, and adding the headlines under the Dataviews > Additions > headlines. Attached is the sample DISK sampler XML. Once applied, the dataview will have extra headlines:
To add values into these cells, we need to use rules. The attached rule xml will populate the above cells assuming the headlines are the same as set using the DISK sampler xml above. The headlines will then be populated such that:
To add this summary to the dashboard, you just need to create a new rectangle on the dashboard and then drag the summary cell over it, and select the 'Link Severity to background and Link label to value' modifiers. |
Comments
2 comments
The rule is missing
how to count the total number of critical alert in one sampler. we have 1000 servers, above way only can show number of alert in each sampler, we need to count total number of alert of that sampler
Please sign in to leave a comment.