Dear Team,
Can we check which threshold alerts have max occurences?
I can see dispatched messages in "DIspatch Central" but I want to identify the alerts which are triggered alot.
Lot of alerts are configured and in order to reduce the alerts, first I want to check which one is max occurrence so that I can change its criteria or change its configuration.
Thanks,
tushR
Solved! Go to Solution.
Hi tushR,
To count the number of occurances of a particular threshold condition or analyst rule, you can use the combine function of display.
Usually the same alert is sent to Probsum record as well so we can utilize this record to get the total of the alerts by conditions/rules.
Create a new display with PROBSUM record, and enable the META field .combineRowCount in the Data Field Name list, as below:
then in the Combines window, enable the Combine by Fields, and select Only Show Combines Data and Add as the Combine Operations, then select RuleName field as the Combine field, as below:
Then click Ok to run it, the CombineRowCount field will show the total for each Threshold condition or Analyst rule. Example as below:
You can also adjust the combine by adding Site and Node so it will show the counts by Site and Node.
Hope this helps. If you need further assistance please log a support case, our support team will be able to help.
Thanks.
Hi tushR,
To count the number of occurances of a particular threshold condition or analyst rule, you can use the combine function of display.
Usually the same alert is sent to Probsum record as well so we can utilize this record to get the total of the alerts by conditions/rules.
Create a new display with PROBSUM record, and enable the META field .combineRowCount in the Data Field Name list, as below:
then in the Combines window, enable the Combine by Fields, and select Only Show Combines Data and Add as the Combine Operations, then select RuleName field as the Combine field, as below:
Then click Ok to run it, the CombineRowCount field will show the total for each Threshold condition or Analyst rule. Example as below:
You can also adjust the combine by adding Site and Node so it will show the counts by Site and Node.
Hope this helps. If you need further assistance please log a support case, our support team will be able to help.
Thanks.
If you create a display that does a combine on Analyst Name and Condition Name and then show CombineRowCount, you can get an idea of # of occurences for each trehsold/rule.
Thank you for your suggestion.
I tried your solution in my environment but no data appeared in display(PrognosisAutomationProblemSummary).
It is not showing any data because of my threshold configuration.
Lets turn it around, how would I identify the max occurrence condition based on messages sent through dispatch manager.
I could able to do it by message text(MSG) of DISPMSG but I have set parameters in dispatch alerts so can't combine it based on Message Text(MSG).
Thanks,
tushR
Hi tushR,
Yes the "Problem" message destination will need to be configured in each condition in order to get the alert in the Probsum record. Most out of box thresholds have multiple destinations (Dispman, Snmp and Problem), this will be helpful in cross checking the alerts in case any one of snmp/dispman has issue sending the alert.
The DISPMSG record does not have the combineCount meta field so the combine method is not applicable. If we would use this record to count, a custome solution will need to be built.
So the easier way would be add Problem destination into threshold conditions and then use the combine feature in display.
Members | Likes |
---|---|
44 | |
13 | |
13 | |
12 | |
10 |