Hello,
I've created a map which is functionnal.
I tried to insert a macro in a label of a map link like this :
On the maps, it looks like this :
In: 18.07 Kbps
Out: 11.34 Kbps
The units are wrong because for "In" it's like 446Mo instead of 18.07 Kbps.
How can i change the unit by multiply the result ?
Thanks
I've created a map which is functionnal.
I tried to insert a macro in a label of a map link like this :
Code:
Network:
In: {HOSTNAME:ifInOctets[Nortel Ethernet Routing Switch 5520-48T-PWR Module - Port 47].last(0)}
Out: {HOSTNAME:ifOutOctets[Nortel Ethernet Routing Switch 5520-48T-PWR Module - Port 47].last(0)}
In: 18.07 Kbps
Out: 11.34 Kbps
The units are wrong because for "In" it's like 446Mo instead of 18.07 Kbps.
How can i change the unit by multiply the result ?
Thanks