Ad Widget

Collapse

event.date format

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • focusheizer
    Junior Member
    • Dec 2013
    • 1

    #1

    event.date format

    Hello everybody,

    is it possible to change the format of the Event Date in the Notifications?

    This is my Default Message, wich Zabbix sends:

    Hostname: {HOSTNAME}
    IP: {IPADDRESS}
    Problem: {TRIGGER.NAME}
    Problem status: {TRIGGER.STATUS}
    Severity: {TRIGGER.SEVERITY}
    Date and Time: {EVENT.DATE} - {EVENT.TIME}
    Last value: {{HOSTNAME}:{TRIGGER.KEY}.last(0)}

    Now the Date Format in the Mail is: "YYYY.MM.DD"

    But i want it to change in "DD.MM.YYYY"

    My Zabbix Server Version is 2.0.5.

    Is that possible?

    Regards
    focusheizer
  • BDiE8VNy
    Senior Member
    • Apr 2010
    • 680

    #2
    The format of {EVENT.DATE} is coded statically and can not be changed without recompilation.

    Comment

    Working...