Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Telemetry

Telemetry is the automatic recording and transmission of data from remote or inaccessible sources to an IT system in a different location for monitoring and analysis.

...

Wifi-Extender Yocto Build Instructions

Note: Proceed the build procedure in Ubuntu18 version VM

2.2. Image Flash procedure

...

http://35.155.171.121:9092/loguploader/getSettings?estbMacAddress=D8:58:D7:00:A5:D6&model=Turris

Configuring Telemetry on Turris Omnia

  • Once the board is up , go to /etc/dcm.properties and add the below detail

DCM_LOG_SERVER_URL=http://35.155.171.121:9092/loguploader/getSettings
DCM_HTTP_SERVER_URL=http://35.155.171.121/xconf/telemetry_upload.php
DCM_LA_SERVER_URL=http://35.155.171.121/xconf/logupload.php

...

$ systemctl disable rdkbLogMonitor


  1. Restart the dcm-log service using “systemctl restart dcm-log
  2. To check the status of the service “systemctl status dcm-log
  3. By triggering the service , Turris-Omnia starts uploading the logs to the xconf-server
  4. The log upload and Telemetry markers can be uploaded via

...

  1. http
  2. The profile can be verified using curl, conf file , through logs and in server as below

Curl Response

Execute the following command in turris board, and ensure the output

$ curl 'http://35.155.171.121:9092/loguploader/getSettings?estbMacAddress=D8:58:D7:00:A5:D6&model=Turris'


 Configuration file

  • Once the profile details are successfully retrieved , the conf file will be created under /tmp which has the server configurations 


Log File

$ cat /rdklogs/logs/telemetry.log

...

Verify that Json file and zipped log files for all other logs displayed in HTTP serverserver → http://35.155.171.121/xconf/upload/

JSON file upload

  • open the uploaded json file and ensure the parameters

http://35.155.171.121/xconf/upload/D858D700A5D6_TELE_11-30-2020-12-31PM.json


Log Upload

Ensure all the log files present in the zipped file

Image Added

Limitations

Yet to have TFTP server support for log upload

...