Modifying Alarm Settings

You can modify alarm rules and response actions in accordance with your requirements.

Required Privileges

To perform this task, a user must have the following role assigned: Portal Administrator.

Modifying Alarm Settings

To modify alarm settings, perform the following steps.

Step 1. Launch the Edit Alarm Wizard

  1. Log in to Veeam Service Provider Console.

For details, see Accessing Veeam Service Provider Console.

  1. At the top right corner of the Veeam Service Provider Console window, click Configuration.
  2. In the configuration menu on the left, click Notifications.
  3. Open the Alarms Management tab.
  4. To narrow down the list of alarms, you can apply the following filters:

  • Alarm — search alarms by name.
  • Alarm type — limit the list of the alarms by type (Predefined, Custom).
  • Category — limit the list of the alarms by alarm object category (Management agent, Veeam Agent, Company, Internal, Discovery rule, Reseller, Site, Veeam Backup & Replication (including public cloud backup), Veeam ONE, Veeam Backup for Microsoft 365).

  1. Select an alarm you want to modify.
  2. At the top of the list, click Edit.

Alternatively, you can right-click the necessary alarm and choose Edit.

Veeam Service Provider Console will launch the Edit Alarm wizard.

Step 2. Specify Alarm Rules

At the Rules step of the wizard, specify conditions according to which the alarm must be triggered. Options available for alarm rules vary for different alarms. Depending on the alarm type, you may need to modify alarm thresholds, alarm tolerance, alarm severity and so on.

To reset alarm rules to default settings, click Reset.

Customize Alarm Rules

To include jobs in or exclude jobs from the alarm detection, you can configure filters:

  • In the Job/Policy name field, specify names and/or masks for jobs/policies that you want to include in the alarm detection. Separate multiple job/policy names with semicolons and without spaces.

To trigger alarms for specific jobs/policies, specify the names of all jobs/policies. For example, Job_1;Job2;Job3. Veeam Service Provider Console will trigger alarms only for specified jobs.

To trigger alarms for jobs/policies with similar names, specify the job/policy name with ‘*’ (asterisk) which stands for zero or more characters. For example, Job*. Veeam Service Provider Console will trigger alarms for Job_1, Job2, Job3.

To trigger alarms for jobs/policies whose names differ by only 1 character, specify the job/policy name with '?' which stands for one character. For example, Job?. Veeam Service Provider Console will trigger alarms for Job2 and Job3.

  • In the Exclusion mask field, specify names and/or masks for workloads that you want to exclude from the alarm detection. Separate multiple names with semicolons and without spaces.

To disable alarms for specific workloads, specify the names of all items. For example, VM_1;VM2;VM3. Veeam Service Provider Console will disable alarms for specified VMs.

To disable alarms for workloads with similar names, specify the name with ‘*’ (asterisk) which stands for zero or more characters. For example, VM*. Veeam Service Provider Console will disable alarms for VM_1, VM2, VM3.

To disable alarms for workloads whose names differ by only 1 character, specify the name with '?' which stands for one character. For example, VM?. Veeam Service Provider Console will disable alarms for VM2 and VM3.

Note that the exclusion mask will apply only to only one workload type. The type of excluded workload depends on the alarm scope.

  • In the Suppress after field, specify how many times alarm can be triggered. After the specified number of triggered alarms is exceeded, the alarm will not trigger until you manually resolve the already triggered alarms.

To disable the suppressing and receive information on all triggered alarms, set the value to 0.

Note:

Before reconfiguring filters for alarms that have already been triggered, you must manually resolve these alarms. Otherwise, new alarms will be triggered according to the old settings.

Step 3. Specify Alarm Response Actions

At the Actions step of the wizard, specify actions that must be performed when a new alarm is triggered, or when the status of an existing alarm changes.

Veeam Service Provider Console supports three types of response actions:

Depending on the notification settings, alarm notifications are sent once a day or each time when a new alarm is triggered, or when the status of an existing alarm changes. This response action is called Use configuration set in Notifications tab. For details on notification settings, see Configuring Notification Frequency Settings.

  • You can send an email notification to a specified email address.

 

Note that the email notification will be sent only if you have selected Emails on every event in Veeam Service Provider Console notification frequency settings. For details, see Configuring Notification Frequency Settings.

 

  • You can run a custom script.

You can modify the default alarm response action, or add new actions.

Sending Alarm Notifications by Email

You can add an alarm action that will send an email notification when a new alarm is triggered, or when the alarm status changes:

  1. At the top left corner of the wizard, click Add.
  2. In the Action field, choose Send email notification.
  3. In the Value field, type an email address to which a notification must be sent.

You can specify multiple email addresses separated with commas (,) or semicolons (;).

Tip:

To send a notification to multiple users, you can use the following variables:

  • %Portal Admins% — to send a notification to users with the Portal Administrator role.
  • %Operators% — to send a notification to users with the Portal Operator role.
  • %Readonly Users% — to send a notification to users with the Read-only User role.
  • %Company Owner% — to send a notification to company users with the Company Owner role.
  • %Company Admins% — to send a notification to company users with the Company Administrator and Company Owner roles.
  • %Location Admins% — to send a notification to company users with the Location Administrator role.
  • %Subtenants% — to send a notification to company users with the Subtenant role.
  • %Company Email% — to send a notification to the company email address.
  • %Reseller Owner% — to send a notification to reseller users with the Service Provider Global Administrator role.
  • %Reseller Admins% — to send a notification to reseller users with the Service Provider Administrator and Service Provider Global Administrator roles.
  • %Reseller Operators% — to send a notification to reseller users with the Service Provider Operator role.
  • %Reseller Email% — to send a notification to the reseller email address.

Veeam Service Provider Console sends an alarm notification only to owners of an object for which an alarm is triggered.

To receive a notification, the user must configure an email address in the user profile. For details, see Filling User Profile.

  1. In the Condition field, choose an alarm state that must trigger the response action:
  • Any state — select this option if a notification must be sent every time when the alarm status changes to Error, Warning or Info, or when a new alarm with one of these statuses is triggered.
  • Errors and warnings — select this option if a notification must be sent every time when the alarm status changes to Error or Warning, or when a new alarm with one of these statuses is triggered.
  • Errors only — select this option if a notification must be sent every time when the alarm status changes to Error, or when a new alarm with this status is triggered.

Customize Alarm Response Actions

Running Custom Script

You can add an alarm action that will run a custom script when a new alarm is triggered, or when the alarm status changes. This can be a BAT, CMD, EXE or PS1 script.

By running a script, you can automate routine tasks that are normally performed when specific alarms fire. For example, if a critical system is affected, you may need to immediately open a ticket with the in-house support or perform actions that will eliminate the problem.

  1. At the top left corner of the wizard, click Add.
  2. In the Action field, choose Execute script.
  3. In the Value field, type a path to the script file.

The script must reside on the machine where Veeam Service Provider Console is installed. If you used a distributed deployment scenario, place the script on the machine where the Veeam Service Provider Console Server component runs.

You can also provide the following variables separated by spaces: %AlarmName%, %NewState%, %Time%, %ObjectName%.

  1. In the Condition field, choose an alarm state that must trigger the response action:
  • Any state — select this option if the script must run every time when the alarm status changes to Error, Warning or Info, or when a new alarm with one of these statuses is triggered.
  • Errors and warnings — select this option if the script must run every time when the alarm status changes to Error or Warning, or when a new alarm with one of these statuses is triggered.
  • Errors only — select this option if the script must run every time when the alarm status changes to Error, or when a new alarm with this status is triggered.

Customize Alarm Response Actions

Step 4. Save Alarm Settings

At the Knowledge Base step of the wizard, click Finish to save alarm settings.

In This Section

Modifying Multiple Alarms