Hi,
Please is there some way how to make trigger comparing two string latest data values?
{host1:string1.last(0)}#{host2:string2.last(0)} will not work because of number limitation.
Next, would be great to add function similar to count, which will return not count of found patterns but last date of found pattern.
{host1:string1.lastdate(something)}>{host2:string2 .lastdate(something)}
this would make trigger if something found in history of host1 later than in history of host2.
{host1:string1.lastdate(something)}<somedate
this would raise trigger if there is no pattern 'something' in history after somedate.
Maybe I can do same thing by another way ?
thanx,
Lukas
Please is there some way how to make trigger comparing two string latest data values?
{host1:string1.last(0)}#{host2:string2.last(0)} will not work because of number limitation.
Next, would be great to add function similar to count, which will return not count of found patterns but last date of found pattern.
{host1:string1.lastdate(something)}>{host2:string2 .lastdate(something)}
this would make trigger if something found in history of host1 later than in history of host2.
{host1:string1.lastdate(something)}<somedate
this would raise trigger if there is no pattern 'something' in history after somedate.
Maybe I can do same thing by another way ?
thanx,
Lukas
Comment