Ad Widget

Collapse

Display of Web items in Maps

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PerlPooch
    Junior Member
    • Jan 2011
    • 1

    #1

    Display of Web items in Maps

    I understand how to add values for host labels in maps, so I can, for example display the Load for a server Jack by including

    {Jack:system.cpu.load[,avg1].last(0)}

    in the Map Element's Label. But when I include an automatically created item from a Web test, it appears as ???

    {Jack:web.test.time[Site,Login].last(0)}

    Triggers based on this item work perfectly.

    Any ideas?
  • rmayrink
    Junior Member
    • Dec 2011
    • 1

    #2
    Originally posted by PerlPooch
    I understand how to add values for host labels in maps, so I can, for example display the Load for a server Jack by including

    {Jack:system.cpu.load[,avg1].last(0)}

    in the Map Element's Label. But when I include an automatically created item from a Web test, it appears as ???

    {Jack:web.test.time[Site,Login].last(0)}

    Triggers based on this item work perfectly.

    Any ideas?
    Any news about this problem? I'm using Zabbix 1.8.7 and can't display web monitoring items on maps. Show "???" only.

    Thanks.

    Comment

    • Yello
      Senior Member
      • Apr 2011
      • 309

      #3
      Originally posted by PerlPooch
      I understand how to add values for host labels in maps, so I can, for example display the Load for a server Jack by including

      {Jack:system.cpu.load[,avg1].last(0)}

      in the Map Element's Label. But when I include an automatically created item from a Web test, it appears as ???

      {Jack:web.test.time[Site,Login].last(0)}

      Triggers based on this item work perfectly.

      Any ideas?
      I've seen this problem. While I don't understand conclusively why it happens I do have a workaround...

      Create a calculated item in host "Jack" using a function like this:

      last("web.test.time[Site,Login]")

      Then reference the calculated item in your map as follows:

      {Jack:calculated_item.last(0)}

      That should work...it does for me.


      Regards,
      David

      Comment

      Working...