Hiya,
I've got 3 LLD items:
sum(last_foreach(//ssh.run[myvalue_*]))
gives error:
Cannot evaluate function: item "/test_host/ssh.run[myvalue_*]" does not exist at "last_foreach(//ssh.run[myvalue_*]))
Any idea how I can do this?
I've got 3 LLD items:
- ssh.run[myvalue_item1]
- ssh.run[myvalue_item2]
- ssh.run[myvalue_item3]
sum(last_foreach(//ssh.run[myvalue_*]))
gives error:
Cannot evaluate function: item "/test_host/ssh.run[myvalue_*]" does not exist at "last_foreach(//ssh.run[myvalue_*]))
Any idea how I can do this?
Comment