I have been trying to issue the stop command via an alert but can’t seem to get the alert to fire no matter how I configure it.
I assume I need some type of time setting in the time window field. It is possible I am configuring that incorrectly but it seems I have it right. If I have a time window set I assume that means the alert will attempt to trigger during that time frame?
I have tried setting it to protocol or thread only.
I have tried setting it as anytime thread status does not equal down, anytime the .msg file is greater than 0 bytes and when the last received was within the last 24 hours.
Basically what I have been going for is making the alert run one minute per week with an entry that is always true. Is this not possible or is there a much easier way to achieve what I am trying to do?
my alert action is
THREADCTL pstop THREADNAME_adt
ECHO stopping THREADNAME_adt
I have tried setting that as exec and as tcl
Thanks