Perform this task to enable the system to send SMS notifications for alarms to the users.
For the system to send SMS notifications, you must also configure the SMS parameters. For more information, see "Configure SMS parameters."
On the top navigation bar, click Cloud Resources, and then select Monitoring and Alarms > Alarms > Alarm Notifications from the navigation pane.
Click the SMS tab.
Configure the parameters as described in "Parameters."
Click Configure SMS Settings, configure the SMS parameters as described in "Parameters," and then click Save.
Click Test Connectivity to check the SMS notification settings.
Click Save to save the SMS notification settings.
Phone Numbers: Enter a telephone number and click the
icon to add the telephone number to the list below. To delete a telephone number, select the telephone number and click the
icon.
Severities: Select the severities of alarms to be monitored. Options include Critical, Major, Minor, and Info.
Alarms: Select the types of alarms to be monitored. Options include All and Selected. If you select Selected, click the Add icon
or Delete icon
to specify alarm types.
Alarm Source: Select the hosts and VMs to be monitored.
SMS: Set whether to enable SMS notifications.
SMS Platform: Select an SMS platform. Jixintong and Ruicheng SMS platforms must be registered and deployed in advance. For more information about registration and deployment of these SMS platforms, access the websites of Jixintong and Ruicheng.
Jixintong SMS Platform
Login Name: Enter the login name for accessing the SMS platform.
Login Password: Enter the password for accessing the SMS platform.
Enable HTTP Proxy: Set whether to enable HTTP proxy. If you enable HTTP proxy, configure the IP address, port number, username, and password of the HTTP proxy.
Huawei SMS Platform
IP Address: Enter the IP address of the SMS platform.
Username: Enter the username for accessing the SMS platform database.
Password: Enter the password for accessing the SMS platform database.
Login Name: Enter the login name for accessing the SMS platform.
Login Password: Enter the password for accessing the SMS platform.
Caller Identification: Enter the caller ID of the SMS platform.
Business Code: Enter the business code of the SMS platform.
China Mobile Proxy Server
IP Address: Enter the IP address of the proxy server.
Interface Code: Enter the interface code of the proxy server.
Username: Enter the username for accessing the proxy server database.
Password: Enter the password for accessing the proxy server database.
Ruicheng SMS Platform
IP Address: Enter the IP address of the SMS platform.
Login Name: Enter the login name for accessing the SMS platform.
Login Password: Enter the password for accessing the SMS platform.
Enable HTTP Proxy: Set whether to enable HTTP proxy. If you enable HTTP proxy, configure the address, port, username, and password of the HTTP proxy.
Common SMS Platform
SMS Code: Select an encoding type. Options include UTF-8 and GBK.
Send Type: Select a message sending mode. Options include HTTP Request (POST) and Command.
Request URL: Enter the request URL for the common SMS platform to send messages. This parameter is required when the send type is HTTP Request (POST). To obtain the exact address and address format, contact the SMS provider. Example: http://192.168.0.1:80/sendSms?userName=a&pwd=b&mobile={Mobile}&content={Content}, where {Mobile} represents the phone numbers to receive alarm messages and {Content} represents alarm message contents.
Command: Enter the command for the common SMS platform to send messages. This parameter is required when the send type is Command. To obtain the scripts, script installation path, and command-line syntax, contact the SMS provider. Example: /vms/sendMsg.sh --mobile {Mobile} --content {Content}, where {Mobile} represents the phone numbers to receive alarm messages and {Content} represents alarm message contents.