Hello,
Is there a way to filter out certain types of actions using the "not like" variable?
Example:
I have an action that restarts a process = "Proc httpd RESTART" and "Proc httpd OK"
And I also have a general alert action that sends an alert on anything => warning
So when the httpd goes down, I get the Proc alert and also the general alert which can be up to four alerts per process restart. I just want the restart actions to send alerts and not from the general alert action also.
The question is; could I use the "Trigger description *not like* 'Proc '" under the general alert? I would like to add the additional space, i.e. 'Proc ' so that it's unique among the other actions that I may have such as another action that may have the word "Process" included. Does this make sense? Any suggestions?
Is there a way to filter out certain types of actions using the "not like" variable?
Example:
I have an action that restarts a process = "Proc httpd RESTART" and "Proc httpd OK"
And I also have a general alert action that sends an alert on anything => warning
So when the httpd goes down, I get the Proc alert and also the general alert which can be up to four alerts per process restart. I just want the restart actions to send alerts and not from the general alert action also.
The question is; could I use the "Trigger description *not like* 'Proc '" under the general alert? I would like to add the additional space, i.e. 'Proc ' so that it's unique among the other actions that I may have such as another action that may have the word "Process" included. Does this make sense? Any suggestions?
Comment