Hi,
i am creating some graphs in which i want trigger to be shown for some value lets say 100 units...
and the name of that trigger should be the string that is returned from some other item.
here is the expression how i imaged it
Trigger name: {ITEM.VALUE2}
Expression: {monitoring-old:topcpu.last()}>50 & {monitoring-old:topjob.last()}
Item Type:________Numeric(float)_________________Charac ter
this combination DOESN'T work,
when having two numeric items, works just fine.
does any one have a clue how to solve this?
i am creating some graphs in which i want trigger to be shown for some value lets say 100 units...
and the name of that trigger should be the string that is returned from some other item.
here is the expression how i imaged it
Trigger name: {ITEM.VALUE2}
Expression: {monitoring-old:topcpu.last()}>50 & {monitoring-old:topjob.last()}
Item Type:________Numeric(float)_________________Charac ter
this combination DOESN'T work,
when having two numeric items, works just fine.
does any one have a clue how to solve this?
Comment