Skip to content

Commit

Permalink
admin/list_of_events: Remove cluster_backend_check_(started|finished)…
Browse files Browse the repository at this point in the history
… event
  • Loading branch information
cmouse committed Jun 25, 2024
1 parent 4659aa9 commit e0146df
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions source/admin_manual/list_of_events.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2390,22 +2390,3 @@ cluster
:field user: Username being moved.
:field dest_host: Destination host where user is being moved to.
:field error: Reason why user moving failed.

.. dovecot_core:event:: cluster_backend_check_started
:added: 3.0.0

:field backend_id: Backend ID being checked.
:field backend_host: Backend host

Sent when a backend's health check is started.

.. dovecot_core:event:: cluster_backend_check_finished
:added: 3.0.0

:field backend_id: Backend ID being checked.
:field backend_host: Backend host
:field error: Set if the check failed due to an internal error
:field status: Backend status after the check: ``online`` or ``offline``
:field reason: Reason why the check passed or failed

Sent when a backend's health check is finished.

0 comments on commit e0146df

Please sign in to comment.