Ad Widget

Collapse

Action not containing all info?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SnIpY
    Junior Member
    • Jan 2017
    • 6

    #1

    Action not containing all info?

    I've configuered an action with the following default message:

    Code:
    Severity: {TRIGGER.SEVERITY}
    Hostname: {HOSTNAME}
    Trigger: DEV-{TRIGGER.NAME}
    Status: {TRIGGER.STATUS}
    Date: {EVENT.DATE} {EVENT.TIME}
    Last value: {ITEM.LASTVALUE}
    Comment: {TRIGGER.COMMENT}
    However, when the action is send out, I only receive this:

    Code:
    Severity: Warning
    Hostname: prod
    Trigger: DEV-Item stuck in the Queue
    Status: PROBLEM
    Date: 2017.04.07 08:56:10
    Last value: 230
    Com
    Anyone has a clue what might be going on here? Using Zabbix 3.2.4 (2017-03-15) XXL. © 2001–2017
  • batchenr
    Senior Member
    • Sep 2016
    • 440

    #2
    Originally posted by SnIpY
    I've configuered an action with the following default message:

    Code:
    Severity: {TRIGGER.SEVERITY}
    Hostname: {HOSTNAME}
    Trigger: DEV-{TRIGGER.NAME}
    Status: {TRIGGER.STATUS}
    Date: {EVENT.DATE} {EVENT.TIME}
    Last value: {ITEM.LASTVALUE}
    Comment: {TRIGGER.COMMENT}
    However, when the action is send out, I only receive this:

    Code:
    Severity: Warning
    Hostname: prod
    Trigger: DEV-Item stuck in the Queue
    Status: PROBLEM
    Date: 2017.04.07 08:56:10
    Last value: 230
    Com
    Anyone has a clue what might be going on here? Using Zabbix 3.2.4 (2017-03-15) XXL. © 2001–2017
    if you replace this Comment: {TRIGGER.COMMENT}
    with other macro just for tests, does it stile cut it ?

    Comment

    • SnIpY
      Junior Member
      • Jan 2017
      • 6

      #3
      Yep,

      Ive tried with placing the severity as last, then that one is indeed cut

      Comment

      • batchenr
        Senior Member
        • Sep 2016
        • 440

        #4
        Originally posted by SnIpY
        Yep,

        Ive tried with placing the severity as last, then that one is indeed cut
        so i guss its a limitation issue ?
        maybe try to add another thing under that and see if it helps - if not
        maybe open zabbix a bug i have no clue.

        im using zabbix 3 and i dont have cuts there.

        Comment

        Working...