Hi,
I have set a UserParameter that sends "rsync failed" on rsync failure.
I want to set a trigger that fires on 5 consecutive rsync failed alerts walmartone
I tried below Trigger expression
{Server:rsync.status.str("rsync failed",#5)}=1 & {Server:rsync.status.str("rsync failed",#4)}=1 & {Server:rsync.status.str("rsync failed",#3)}=1 & {Server:rsync.status.str("rsync failed",#2)}=1 & {Server:rsync.status.str("rsync failed",#1)}=1
but is not working. The trigger fires even if any one of the previous 5 values is "rsync failed".
Can someone help me with this trigger configuration ?
I have set a UserParameter that sends "rsync failed" on rsync failure.
I want to set a trigger that fires on 5 consecutive rsync failed alerts walmartone
I tried below Trigger expression
{Server:rsync.status.str("rsync failed",#5)}=1 & {Server:rsync.status.str("rsync failed",#4)}=1 & {Server:rsync.status.str("rsync failed",#3)}=1 & {Server:rsync.status.str("rsync failed",#2)}=1 & {Server:rsync.status.str("rsync failed",#1)}=1
but is not working. The trigger fires even if any one of the previous 5 values is "rsync failed".
Can someone help me with this trigger configuration ?
Comment