-
Notifications
You must be signed in to change notification settings - Fork 19
/
balena.yml
24 lines (24 loc) · 902 Bytes
/
balena.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: "Internet Speed Tester"
description: "Periodically tests your internet speed, stores the result in InfluxDB and charts it in grafana."
fleetcta: Test the netz
post-provisioning: >-
Connect the device to your network (ethernet is best if you have it) and give the device a few minutes to download and run. Then point your browser to http://balena and you should find a grafana dashboard.
type: "sw.application"
assets:
repository:
type: "blob.asset"
data:
url: "https://github.com/balena-io-playground/internetspeedtest"
logo:
type: "blob.asset"
data:
url: "https://raw.githubusercontent.com/balena-io-playground/internetspeedtest/master/logo.png"
data:
applicationEnvironmentVariables:
- FREQUENCY: 3600
- MQTT_BROKER: 'localhost'
defaultDeviceType: "raspberrypi3"
supportedDeviceTypes:
- "raspberrypi4-64"
- "raspberrypi3"
- "fincm3"