# 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.
```
