Ad Widget

Collapse

Alert Grouping Mechanism for Zabbix

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • krkrzv
    Junior Member
    • Nov 2023
    • 1

    #1

    Alert Grouping Mechanism for Zabbix

    Hi Everyone,

    I am working on establishing an alert grouping mechanism for Zabbix. My goal is to consolidate multiple individual host alerts into a single email notification. For example, I have 50 smartcontrol(SC) hosts named SC-1 to SC-50, and I've designated an aggregate host as 'sc-agg' to represent them as a cluster. I'm monitoring JMX items, specifically the HTTP status codes (code.500), on each SC host. I've set up a trigger to generate an alert when the code.500 value exceeds 10 percentage.

    Currently, the issue is that we receive one email alert for each of the 50 SC hosts, resulting in a total of 50 separate emails. What I want to achieve is to receive a consolidated email notification that compiles all the individual host problems into a single report as shown. Can this be achieved in Zabbix 6.4.3. I would greatly appreciate your assistance with this matter, as it is currently causing a lot of noise in my system.


    Subject: Problem: SC code.500: Alerts from Multiple Individual Hosts

    Host: SC-3:
    code.500 percent:27,
    TIME:2023.11.07 19:05:03,
    TRIGGER:smartcontrol-sc-3:trigger

    Host: SC-26:
    code.500 percent:14,
    TIME:2023.11.07 19:05:31,
    TRIGGER:smartcontrol-sc-26:trigger​

    Host: SC-32:
    code.500 percent:21,
    TIME:2023.11.07 19:07:06,
    TRIGGER:smartcontrol-sc-32:trigger​
    ​​
Working...