I have alerts that are duplicating each time they fire. Anyone have this happen before? I noticed this ‘WITH’ parameter but so far have been unable to find any documentation on what it does.
{ALERT
{ NAME to_fusion_Queue_Depth_Over_5000_15min }
{ VALUE opque }
{ SOURCE to_fusion }
{ WITH -2 }
{ COMP {> 5000} }
{ FOR {nmin 15} }
{ REPEATING {
{ MAX -1 }
{ TIME {nmin 5} }
} }
{ WINDOW */*/*/* }
{ CUSTOMMSG {{ITEM {AlertType CurrentTime HostName Source SiteName}} {DELIMITER keyvalue}} }
{ ACTION {
{ tcl {AlertSendtoTeams “$$TeamsChannel” “$$TeamsURL” “$$SiteName”
} }
{ notify {} }
} }
}
From the alerts log: