Hello!
I have a script that is located on our web server. When we receive an alert from this server, we log in and run the script to find a bunch of basic information about the status of the box. I was hoping to configure our alert to run the script and email the output to us in order to eliminate that portion of the troubleshooting steps. Has anyone successfully configured an alert to initiate a shell script on a Linux server? I see that there is an option to execute an external program, but it is not working when I feed in the path to our script.
Thanks in advance for any input.