PDA

View Full Version : item on a link and on a map


patrice
05-05-2010, 18:08
Hi

Sorry fo my english.

I had upgrade my zabbix 1.6 to 1.8 this week.
And now, I try to put an item on a link and on a map.
Actually, on my map, I have my router in center and all my connections around.
Is it possible to establish an item on link's label?
I want to see bandwith data on my link.

(I saw this image on zabbix documentation)
http://www.zabbix.com/documentation/_media/1.8/manual/about/map_link_labels.png?cache=

Thanks for your answers.

pcamelio
06-05-2010, 08:23
Hi

Very simple, I already ask the same question 2 days ago, and I finally find the answer

Edit the link on which you want to put the item
In the filedLabel write the item you want like : {serveur:item.last(0)}

patrice
06-05-2010, 09:58
Yes. It's ok.

Thank you so much for your reply

_pUNx_
12-05-2010, 15:38
I did a test with "{PATOS:PING.last(0)}"

host: PATOS
item: PING

but without success =/
the map show "???" in the link label

any idea?


Tks,
Victor Hugo

patrice
12-05-2010, 15:56
{PATOS:agent.ping.last(0)}

_pUNx_
12-05-2010, 18:13
patrice, I'm sorry.

"PATOS" is a router.
"PING" is a item (icmpping).

[]'s
Victor Hugo

richlv
12-05-2010, 20:33
you have to use _exact_ item key (with all parameters), not item description

_pUNx_
12-05-2010, 20:47
sorry sorry sorry...

thanks thanks thanks =D

tks all,
Victor Hugo