# Precis Parsed Events Low

**Summary**: Experiment Precis event listener stops parsing OpenStack service notification messages.

**Consequences**: Users will get Experiment Precis reports with missing information.

#### Possible causes

**OpenStack service is not working**: broken OpenStack services will affect emitting notifications to the message bus. Check if the services are running properly and check if the service topic exists using `rabbitmqctl list_exchanges | grep <service name>`.

**Message format is incorrect**: Experiment Precis requires 2.0 message format. In the configuration files, make sure `oslo_messaging_notifications` has `driver` set to `messagingv2`.

**Message queue is not binding to the OpenStack service exchange**: A queue named `experiment_precis_event_queue` needs to be bound to the OpenStack exchanges so that the messages can flow from the exchange (the source) to the queue (the destination). Use `rabbitmqctl list_bindings | grep precis` to check if the bindings exist.

If the binding does not exist, re-running the `precis.yml` playbook should resolve it: `./cc-ansible --playbook playbooks/precis.yml`.

**Experiment Precis event listener is broken**: check if the event listener container is running and check the logs for errors.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://chameleoncloud.gitbook.io/chi-in-a-box/operations/runbooks/precisparsedeventslow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
