# dnl\_live\_monitor

You need to configure the dnl\_live\_monitor with this config file:

```
cd  /opt/denovo_v6/dnl_live_monitor
vi settings.cfg 

```

Within the config file, you need to specify the Python API server access.  this module will need this access to validate the API token is valid in order for data to be passed back to UI.

```
#no whitespaces before and after assignment sign are allowed
TOKEN_VALIDATION_URL="http://127.0.0.1:8000/api_dnl/v1/auth/check-token"  ← this neds to be changes to the Url of the  where api server is.
```


---

# 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://cookbook.denovolab.com/installation/distributed-architecture/switch-server/dnl_live_monitor.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.
