🔥Provides SmartThings metrics to Prometheus
10K+
A micro-service that provides SmartThings metrics to Prometheus.
For this service to have access to SmartThings API you need to provide it with a personal access token (PAT). To generate a PAT do the following:
Prerequisites:
$ go get github.com/moikot/smartthings-metrics
$ smartthings-metrics -token [Smarthings-API-token]
Prerequisites:
$ docker run -d --rm -p 9153:9153 moikot/smartthings-metrics -token [Smarthings-API-token]
$ curl localhost:9153/metrics
Prerequisites:
SmartThing metrics service is installed to Kubernetes via its Helm chart.
$ helm repo add moikot https://moikot.github.io/helm-charts
$ helm install smartthings-metrics moikot/smartthings-metrics --create-namespace --names
pace smartthings --set token=[Smarthings-API-token]
Content type
Image
Digest
Size
10 MB
Last updated
over 5 years ago
docker pull moikot/smartthings-metrics