Active Script Actions can be configured to trigger when an active monitor's state changes. They can be programmed to perform a variety of tasks, from running automated remediation scripts to posting data to external, third party services via API.

Keep In Mind

  • You need to include error handling in your monitor script. Your script must use Context.SetResult to report the status of the action to WhatsUp Gold.
  • Your script should check periodically to see if it has been canceled by the user. To do this, use the IsCancelled() method described in Using the Context object with Actions .