Note: This feature is available only in Spotlight on SQL Server Enterprise.
Configure Spotlight to run a program when an alarm is raised.
To open this dialog
Click Configure | Alarms Actions to open the Alarm Action Editor (page 1).
Enter the command to run the program at the Command line prompt.
Note: You can include variable values specific to the alarm in the command line. See Alarms - Message Variables (page 1) for more information. For example you can echo tag values as follows.
Output to file: | echo {{TAG_VALUE #tagname}} >>c:\output.txt |
Output to monitor: | MSG /SERVER:<computer name> * "{{TAG_VALUE #tagname}}" |
Caution: The behavior of the invoked program depends on the nature of the program.
|