28.3. Displaying, modifying, and removing cluster alerts
There are a variety of pcs commands you can use to display, modify, and remove cluster alerts.
Displaying configured cluster alerts
The following command shows all configured alerts along with the values of the configured options:
# pcs alert [config]
Modifying a configured cluster alert
The following command updates an existing alert with the specified alert-id value:
# pcs alert update alert-id [path=path] [description=description] [options [option=value]...] [meta [meta-option=value]...]
Removing a cluster alert
The following command removes an alert with the specified alert-id value:
# pcs alert remove alert-id
Alternately, you can run the pcs alert delete command, which is identical to the pcs alert remove command. Both the pcs alert delete and the pcs alert remove commands allow you to specify more than one alert to be deleted.