diff --git a/custom-device-metrics-Raspberry-example/rasp.py b/custom-device-metrics-Raspberry-example/rasp.py index 1c36444..a01928b 100644 --- a/custom-device-metrics-Raspberry-example/rasp.py +++ b/custom-device-metrics-Raspberry-example/rasp.py @@ -1,7 +1,7 @@ """ Example script for monitoring a Raspberry PI """ -import requests, time, sched, random, os +import requests, time, sched, random, os, ssl YOUR_DT_API_URL = 'https://{id}.live.dynatrace.com'; YOUR_DT_API_TOKEN = '{token}';