Start of change

Msgqueue events

The following table lists the events that are created for the Msgqueue component.

Table 1. Events for the Msgqueue component
Event Event
Type
Severity Call Home Details
kafka_failed STATE_CHANGE
FAILED
ERROR FTDC upload Message: kafka process should be {0} but is {1}.
Description: The kafka process is not running.
Cause: The kafka process is not running.
User Action: Check status of kafka process and review its logs.
kafka_ok STATE_CHANGE
HEALTHY
INFO no Message: kafka process as expected, state is {0}.
Description: The kafka process is running.
Cause: N/A
User Action: N/A
kafka_warn INFO WARNING no Message: kafka process monitoring returned unknown result.
Description: The kafka check returned an unknown result.
Cause: A status query for kafka returned with an unexpected error.
User Action: Check service script and settings.
start_msgqueue_service INFO_EXTERNAL INFO no Message: MSGQUEUE service was started.
Description: Information about a MSGQUEUE service start.
Cause: The MSGQUEUE service was started.
User Action: N/A
stop_msgqueue_service INFO_EXTERNAL INFO no Message: MSGQUEUE service was stopped.
Description: Information about a MSGQUEUE service stop.
Cause: The MSGQUEUE service was stopped.
User Action: N/A
zookeeper_failed STATE_CHANGE
FAILED
ERROR FTDC upload Message: zookeeper process should be {0} but is {1}.
Description: The zookeeper process is not running.
Cause: The zookeeper process is not running.
User Action: Check status of zookeeper process and review its logs.
zookeeper_ok STATE_CHANGE
HEALTHY
INFO no Message: zookeeper process as expected, state is {0}.
Description: The zookeeper process is running.
Cause: N/A
User Action: N/A
zookeeper_warn INFO WARNING no Message: zookeeper process monitoring returned unknown result.
Description: The zookeeper check returned an unknown result.
Cause: A status query for zookeeper returned with an unexpected error.
User Action: Check service script and settings.
End of change