Add InfluxDB to Grafana server. Add CLI initialization.
This commit is contained in:
parent
9ab17ba032
commit
61f68f83c9
2
hosts
2
hosts
@ -44,5 +44,5 @@ x570 amdgpu=true nanominer=true nanominer_gpu=eth nanominer_gpus=0 nanominer_gpu
|
|||||||
; Example: true
|
; Example: true
|
||||||
;
|
;
|
||||||
office domain=hyperling.com onlyoffice=true
|
office domain=hyperling.com onlyoffice=true
|
||||||
grafana domain=hyperling.com grafana=true
|
grafana domain=hyperling.com grafana=true influxdb=true
|
||||||
test influxdb=true telegraf=true grafana=true
|
test influxdb=true telegraf=true grafana=true
|
@ -15,4 +15,5 @@
|
|||||||
- wget https://dl.influxdata.com/influxdb/releases/influxdb2-2.0.4-amd64.deb
|
- wget https://dl.influxdata.com/influxdb/releases/influxdb2-2.0.4-amd64.deb
|
||||||
- dpkg -i influxdb2-2.0.4-amd64.deb
|
- dpkg -i influxdb2-2.0.4-amd64.deb
|
||||||
- service influxdb start
|
- service influxdb start
|
||||||
|
- influx setup -f -u ling -p initpassword -o Hyperling -b main -r 0
|
||||||
when: influxdb_check.failed
|
when: influxdb_check.failed
|
Loading…
x
Reference in New Issue
Block a user