ALTER CLUSTER RESET ALERTER

Overview

A description for this SQL Statement has not yet been added to this Documentation.

USAGE

DETAILS

Any time that changes are made to the system.alerts_parameters or system.alerts_subscriptions table(s), the Alerter must be RESET. Your changes will not take effect until this is done.

To reset the Alerter:

ALTER CLUSTER RESET ALERTER;

This will not cause a group change on your deployment.

If invalid information is provided, you may encounter the following error:

ALTER CLUSTER RESET ALERTER;
ERROR 1 (HY000): [64512] Bad configuration for alerts:

Check clustrix.log for more information. Here is an example where the smtp_server parameter was not specified:

2018-10-11 21:07:51.068524 UTC karma068.example.com clxnode:
ERROR cluster/alerter.ct:219 prepare_write(): Couldn't write alerter
config: Bad configuration for alerts: No smtp_server specified

For additional information, see "Email Alerts for MariaDB Xpand".

SYNONYMS

SCHEMA

PARAMETERS

SKYSQL

PRIVILEGES

EXAMPLES

ERROR HANDLING

FEATURE INTERACTION

RESPONSES

DIAGNOSIS

ISO 9075:2016

CHANGE HISTORY

Release Series

History

23.09

  • Present starting in MariaDB Xpand 23.09.1.

6.1

  • Present starting in MariaDB Xpand 6.1.0.

6.0

  • Present starting in MariaDB Xpand 6.0.3.

5.3

  • Present starting in MariaDB Xpand 5.3.13.

Release Series

History

6.0

  • Present starting in MariaDB Xpand 6.0.3.

5.3

  • Present starting in MariaDB Xpand 5.3.13.

Release Series

History

6.1

  • Present starting in MariaDB Xpand 6.1.0.

EXTERNAL REFERENCES