dnl_live_monitor

This dnl_live_monitor process is responsible for live monitoring of pcap for all traffic in the switches. It then use websocket to send the live SIP capture to the UI

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.

Last updated