Ad Widget

Collapse

Trigger Comment to Action Messages

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cbriggs
    Junior Member
    • Aug 2009
    • 1

    #1

    Trigger Comment to Action Messages

    Hello,

    Just wondering if there is a way to include Trigger Comments in the Action Default Message area? Currently we are able to get great detailed information by adding variables such as:

    {TRIGGER.NAME}: {STATUS}

    HOST : {HOSTNAME}
    IP: {IPADDRESS}
    --------------------------------------------------
    Extra Details
    --------------------------------------------------
    Date = {DATE}
    Time = {TIME}

    Location: {PROFILE.LOCATION}

    OS: {PROFILE.OS}
    Hardware: {PROFILE.HARDWARE}

    Disk space free on C drive = {{HOSTNAME}:vfs.fs.size[c:,free].last(0)}

    Last Eventlog Entry:
    {{HOSTNAME}:eventlog[system].last(0)}

    However, when we add Comments: {TRIGGER.COMMENTS}, this information is not added to the message, instead the default message lists the variable as shown "Comments: {TRIGGER.COMMENTS}"

    Is there a way to get the actual info from the trigger's comment field into the Default message?

    Thanks,
    CBriggs
  • zabbix_zen
    Senior Member
    • Jul 2009
    • 426

    #2
    As stated in
    http://www.zabbix.com/documentation/...onfig/macros?s[]=trigger&s[]=description

    your intended macro is {TRIGGER.COMMENT}

    Comment

    Working...