InterviewSolution
| 1. |
How To I Collect A Single Log Statement As Alert As A Mail When The Object On Which Log Target Is Enables Goes Down Or Comes Up? |
|
Answer» It is done by setting up Event triggers. Event triggers perform actions only when triggered by a specified message ID or event code in this case the SYSTEM goes up/down. With this filter, it is possible to create a log target that COLLECTS only the results of the specified trigger ACTION. For example, to trigger the generation of an error report when a CERTAIN event occurs use the save error-report command and transfer to SMTP target format to send as an EMAIL alert. It is done by setting up Event triggers. Event triggers perform actions only when triggered by a specified message ID or event code in this case the system goes up/down. With this filter, it is possible to create a log target that collects only the results of the specified trigger action. For example, to trigger the generation of an error report when a certain event occurs use the save error-report command and transfer to SMTP target format to send as an email alert. |
|