We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf0b04 commit 22a96b5Copy full SHA for 22a96b5
README.md
@@ -4,13 +4,13 @@ This exporter exports some variables from Philips Hue Bridge
4
(https://www.philips-hue.com)
5
to prometheus.
6
7
-## Building
+## Build
8
9
go get github.com/aexel90/hue_exporter/
10
cd $GOPATH/src/github.com/aexel90/hue_exporter
11
go install
12
13
-## Running
+## Execute
14
15
How to create a user for your bridge is described here: https://developers.meethue.com/develop/get-started-2/
16
@@ -34,6 +34,12 @@ Usage:
34
-username string
35
The username token having bridge access
36
37
+## Docker
38
+
39
+ cp .env.template .env
40
+ vi .env
41
+ docker-compose up -d --build
42
43
## Example execution
44
45
### Running within prometheus:
0 commit comments