My end goal is to calculate input and output port ethernet port utilization on our core switches, right now I am just trying to get the last function to work correctly. I have an SNMPv1 value that is working properly with the key name of ifspeed1. I am trying to create a calculated item using this SNMPv1 value. I have tried last("BROCADE_CES_INTERFACES:ifspeed1"), last(BROCADE_CES_INTERFACES:ifspeed1), last("BROCADE_CES_INTERFACES:ifspeed1.0"), and several other different combinations. My audit log returns something similar to this each time, items.error: Can not evaluate function [last()]: item [BROCADE_CES_INTERFACES:ifspeed1.0] not found =>
Is something wrong with my syntax?
Thanks in advance.
Is something wrong with my syntax?
Thanks in advance.
Comment