How can I know when a Process has a problem?
Create a rule that triggers when a Process completes in error on a managed server.
No other rule attributes must be set. However, you can limit
the times that this rule would fire by setting more values. For example,
to know when the Process ISITDONE completes
in error on any server in the Server Group that is known as MyGroup,
specify the following parameters:
Key | Operator | Value |
---|---|---|
Event Type | Matches | Process Ended |
Process Name | Matches | ISITDONE |
Servers and Server Groups | Matches | ()(MyGroup) |
Return Code | Not equal to | 0 |
This rule activates only when Processes named ISITDONE complete with a return code that is not 0, on servers in the server group named MyGroup.