Unity runs the following alert scripts from the Unity server that runs the active sequencer.
Script | Description |
---|---|
alertopen | Script runs each time a new alert is raised. |
alertclear | Script runs when an alert clears either automatically or manually. |
These scripts must be created in the bin directory. For example, you create the alertopen script in the /opt/teradata/unity/bin/alertopen directory. Sample scripts for alertopen and alertclear are provided in the /opt/teradata/unity/samples directory.