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
- Log in to Veeam Service Provider Console.
For details, see Accessing Veeam Service Provider Console.
- At the top right corner of the Veeam Service Provider Console window, click Configuration.
- In the configuration menu on the left, click Notifications.
- Open the Alarms Management tab.
- Select an alarm you want to modify.
- At the top of the list, click Edit.
Alternatively, you can click a link in the Alarm Name column.
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.
Tip: |
You can use the following characters for masks:
|
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:
- You can send notifications as specified in notification settings.
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 at a specified email address
- 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:
- At the top left corner of the wizard, click Add.
- In the Action field, choose Send email notification.
- In the Value field, type an email address at 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:
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. |
- 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.
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.
- At the top left corner of the wizard, click Add.
- In the Action field, choose Execute script.
- 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%.
- 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.
Step 4. Save Alarm Settings
At the Knowledge Base step of the wizard, click Finish to save alarm settings.
In This Section