i'm having trouble with using {MACRO} expressions in link labels
The following expression works perfectly fine when used in a host label as show here.
In: {{HOST.HOST}:net.if.in[eth0].last(0)} Out: {{HOST.HOST}:net.if.out[eth0].last(0)}
However, if i put it in a link label it does this, I've tried several variations on the syntax nothing seems to work.
I'm just not sure if this is not intended to work in link labels (which would be kinda weird) or is a bug, Its much more logical for the transfer rate to show on the link, Rather than the host itself.
Has anyone else come across this issue
The following expression works perfectly fine when used in a host label as show here.
In: {{HOST.HOST}:net.if.in[eth0].last(0)} Out: {{HOST.HOST}:net.if.out[eth0].last(0)}
However, if i put it in a link label it does this, I've tried several variations on the syntax nothing seems to work.
I'm just not sure if this is not intended to work in link labels (which would be kinda weird) or is a bug, Its much more logical for the transfer rate to show on the link, Rather than the host itself.
Has anyone else come across this issue
Comment