Ad Widget

Collapse

Can I send just one email for several triggers firing?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • semue
    Junior Member
    • Jan 2015
    • 13

    #1

    Can I send just one email for several triggers firing?

    Hi there!
    I'm using Zabbix 3.2.0. What I have is triggers like
    - HardDisk C: too full
    - HardDisk D: too full
    - HardDisk E: too full
    - HardDisk F: too full

    These triggers are created by a Low-Level discovery rule. Now for reasons beyond my stupid example, it is very likely that, e.g., three of these triggers go off at the same time.

    Is it possible to only send one single email like "some harddisks too full" instead of sending three individual emails? I thought, that's what I could use tags for, but apparently this only leads to Zabbix sending an *additional* email without suppressing the individual ones.

    Regards,
    semue
  • batchenr
    Senior Member
    • Sep 2016
    • 440

    #2
    Originally posted by semue
    Hi there!
    I'm using Zabbix 3.2.0. What I have is triggers like
    - HardDisk C: too full
    - HardDisk D: too full
    - HardDisk E: too full
    - HardDisk F: too full

    These triggers are created by a Low-Level discovery rule. Now for reasons beyond my stupid example, it is very likely that, e.g., three of these triggers go off at the same time.

    Is it possible to only send one single email like "some harddisks too full" instead of sending three individual emails? I thought, that's what I could use tags for, but apparently this only leads to Zabbix sending an *additional* email without suppressing the individual ones.

    Regards,
    semue

    can you post the trigger that is set right now ?

    Comment

    • semue
      Junior Member
      • Jan 2015
      • 13

      #3
      here goes. As you can see, I tried defining tags, but could not get them evaluated the way I wanted to.
      Attached Files

      Comment

      • batchenr
        Senior Member
        • Sep 2016
        • 440

        #4
        Originally posted by semue
        here goes. As you can see, I tried defining tags, but could not get them evaluated the way I wanted to.
        i think that instead of making a trigger with #PROCESS_NAME
        you should make it as :
        {Basic:RAM-[{RAMHARDDISC-c}].max(3600)} or{Basic:RAM-[{RAMHARDDISC-D}].max(3600)} or {Basic:RAM-[{RAMHARDDISC-E}].max(3600)} or {Basic:RAM-[{RAMHARDDISC-F}].max(3600)}

        Comment

        • semue
          Junior Member
          • Jan 2015
          • 13

          #5
          Hi batchenr,
          thanks for helping! But that's not my point. I need to have these triggers created via Low-Level discovery, because I can not predict which hard disks will be available on the monitored systems.

          Besides, the trigger itself is fine. What I wondered is:
          when I define an action on the tag value, why does zabbix send one email per trigger?
          Attached Files

          Comment

          Working...