Hello, I Have ksh script, what should i do in order to make this script to be called in Alert action tab, can i put this script in tclproc fold? Thanks
You can run a KSH script from anywhere, best to create a directory and include the path in the HCI .profile or use /usr/local/bin depending on you flavor of unices or system for windoze. Under and alert choose exec under action and type the path to the script. A sample would look like this:
/usr/local/bin/emailme -i myself -m “pharm_out is down” -host mymailserver.hospital.org
This proc has arguments which can be passed and what would display in the gui is: