An alert is a message that warns about actual or potential problems. You can use the alerts in various ways:
An alert can have one of the following severities:
You can change the severity of an alert or disable an alert completely by using the alerts configuration file as described below. This operation requires restarting the management server.
Changing the severity of an alert does not affect already generated alerts.
Alerts configuration file
The configuration file is located on the machine running the management server.
Here, <installation_path> is the management server installation path. By default, it is %ProgramFiles%\Acronis.
The file is structured as a YAML document. Each alert is an element in the alertTypes list.
The name key identifies the alert.
The severity key defines the alert severity. It must have one of the following values: critical, error, or warning.
The optional enabled key defines whether the alert is enabled or disabled. Its value must be either true or false. By default (without this key) all alerts are enabled.
To change the severity of an alert or disable an alert
To restart the management server service in Windows
net stop acrmngsrv
net start acrmngsrv
To restart the management server service in Linux
sudo service acronis_ams restart