Is it possible to use the last value to an item in another item as an argument?
I know that it is possible using
but this is not what I need.
I'm trying to create a item that connect to an http agent page according the results of another http agent.
The latter will return a results which the first one should use, for example the latter will return the specific page to monitor so the first so monitor that page.
There is something like:
I know that it is possible using
dependent item
I'm trying to create a item that connect to an http agent page according the results of another http agent.
The latter will return a results which the first one should use, for example the latter will return the specific page to monitor so the first so monitor that page.
There is something like:
Code:
{HOSTNAME:some.key.of.the.latter.last()}
or
last(some.key.of.the.latter)
Comment