This document is not maintained any longer.

Creating Response Actions

In this article

    You can create new response actions, for example, if you want to execute a custom script when some alert is generated.

    To create a new response action:

    1. Log in to the Veeam PN portal as a Portal Administrator.
    2. In the configuration menu on the left, click Settings.
    3. Click the Alerts tab.
    4. At the top of the alerts list, click Manage actions.
    5. In the Action Management window, click New.
    6. In the New Action window, specify settings for the new response action:
    1. In the Name field, specify a name for the new script, for example, my_script.sh.
    2. To create a new script on the basis of an existing one, select Clone script and choose an existing script from the list on the right. To create a new empty script file, select Create script. You can then edit the created script in Veeam PN. For more information, see Editing Response Actions.
    1. Click Save, then click Close.

    Note

    Veeam PN uses the bash interpreter to execute scripts for response actions. For this reason, scripts must always start with the following heading line:
    #!/bin/bash

    Creating Response Actions