Hello,
I need some assistance to solve this problem:
In my monitored application server I get some errors and I want to pass the highlighted error message to a shell script to send email or sms about the error. Is there a way to do this?
I need some assistance to solve this problem:
In my monitored application server I get some errors and I want to pass the highlighted error message to a shell script to send email or sms about the error. Is there a way to do this?
The best option is to use commandline workstation extract the trace information which outputs in XML format. You'll need to parse the data or send the XML to your recipients.