-
Examples: Configuration of the connector using the "monitoringParams"
The following examples describe use cases and their respective configuration of the Log Parser Connector as specified by the monitoringParams parameter. Example 1 Parse a log file to retrieve the maximum value of a metric called temperature and the average value of a metric called humidity. >> Log File (log_file.log)…
-
JSON Schema for custom plugin connector
An example template: { "sensors": [ { "name": "opcua_node_aa", "monitoringService": "python /usr/local/teamviewer-iot-agent/monitoring/opc-ua/opc_ua_connect.py", "monitoringParams": "--url opc.tcp://myopcuahost:26543 --nodeId "opcua_node_id" --frequency 2", "metrics": [ { "name": "opcua_node_id", "key": "opcua_node_id",…
-
Set up secure clients, sensors and metrics
What you will need Make sure that you have prepared the following points: Your TeamViewer credentials. The edge device is set up with a TeamViewer IoT Agent and TeamViewer Edge Management is enabled. The edge device is connected to the internet. This application provides a GUI wizard for you to create secure clients and…