Hey!
I've seen a few examples similar to what I need to do via Google, but, I still need a bit of help...
The existing trigger is:
But we don't want to send the notification unless it's true TWICE (as in two time periods in a row).
I did find examples suggesting using
And I can get that very long expression to pass the constructor. However, I do not think this is really what I'm looking to do.
Can someone offer a bit of help?
M.
I've seen a few examples similar to what I need to do via Google, but, I still need a bit of help...
The existing trigger is:
Code:
{Template JMX Account Services:jmx["java.lang:type=GarbageCollector,name=Copy",CollectionCount].last(0)}
<
{Template JMX Account Services:jmx["java.lang:type=GarbageCollector,name=MarkSweepCompact",CollectionCount].last(0)}
I did find examples suggesting using
Code:
{TRIGGER.VALUE}=0(The_Long_Above_Test)
|
{TRIGGER.VALUE}=1(The_Long_Above_Test)
And I can get that very long expression to pass the constructor. However, I do not think this is really what I'm looking to do.
Can someone offer a bit of help?
M.
Comment