Ad Widget

Collapse

Problem in displaying unixtime

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • preeto
    Junior Member
    • Jan 2012
    • 8

    #1

    Problem in displaying unixtime

    Hi All,

    I am using Zabbix 1.8.9. I have an item that returns the date/time as follows:

    1326817498

    In the Item units field, I have entered 'unixtime'. When I look under latest data, I see the time as:

    'YYYY-MM-DD HH:MM:SS'

    However in the triggers page it shows as it was collected: 1326817498.

    Any ideas why that would be? I want it to show in the Triggers page as it does under Latest Data.

    Thanks in advance.
  • preeto
    Junior Member
    • Jan 2012
    • 8

    #2
    I got this to work by using {ITEM.LASTVALUE} instead of {ITEM.VALUE}

    Comment

    Working...