MySQL Enterprise Monitor 8.0.38 Manual

22.1.1 Event Handlers

Event handlers are conditions associated with actions. If the condition is met, the action is performed.

Event handler conditions are comprised of the following elements:

The conditions are constructed in the following way:

  Group AND Advisor AND Status

while the contents of the elements are OR clauses. For example:

(Group A OR Group B) AND 
(Advisor= MySQL Process OR Advisor=CPU Utilization Advisor) AND 
(status=Warning OR status=Critical)

If the MySQL Process advisor generates a Warning event for one of the contents of Group A, the condition is true and the associated action is triggered. The action can be one of the following: