I have a Managed Switch with multiple connections to a Server as a LAGG (Link Aggregation). The Macros I have in the Label now are:
IN2: {?last(/Rack Switch/net.if.in[ifInOctets.49154])}
IN3: {?last(/Rack Switch/net.if.in[ifInOctets.49155])}
How can I add the 2 values to provide the Total of both connections?
IN2: {?last(/Rack Switch/net.if.in[ifInOctets.49154])}
IN3: {?last(/Rack Switch/net.if.in[ifInOctets.49155])}
How can I add the 2 values to provide the Total of both connections?
Comment