Skip to content

Commit

Permalink
update all data
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Prado committed Apr 2, 2021
1 parent 4dcb8c7 commit 6c98055
Show file tree
Hide file tree
Showing 58 changed files with 1,371 additions and 26 deletions.
10 changes: 4 additions & 6 deletions infra/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ services:
image: influxdb:1.7.10
container_name: influxdb
ports:
- "8083:8083"
- "8086:8086"
- "8090:8090"
- "8083"
- "8086"
- "8090"
volumes:
# Data persistency
- ./srv/influxdb/data:/var/lib/influxdb:rw
environment:
- INFLUXDB_DATA_ENGINE=tsm1
Expand Down Expand Up @@ -48,10 +47,9 @@ services:
- "3000:3000"
links:
- influxdb
#- subscriber
volumes:
- ./grafana:/var/lib/grafana/plugins:rw # :ro
- ./grafana/provisioning/:/etc/grafana/provisioning/ # :ro
- ./grafana/provisioning/:/etc/grafana/provisioning/:ro
environment:
- GF_SECURITY_ADMIN_USER=admin
- GF_SECURITY_ADMIN_PASSWORD=admin
Expand Down
2 changes: 1 addition & 1 deletion infra/grafana/provisioning/dashboards/dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: 1

providers:
- name: 'plant-monitor'
- name: 'weather-monitor'
orgId: 1
folder: ''
type: file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"links": [],
"panels": [
{
"content": "<div class=\"dashboard-header\">\n <span>Plant Monitor v0.1</span> \n</div>\n",
"content": "<div class=\"dashboard-header\">\n <span>Weather Monitor v0.1</span> \n</div>\n",
"datasource": null,
"gridPos": {
"h": 2,
Expand Down Expand Up @@ -1292,7 +1292,7 @@
]
},
"timezone": "",
"title": "Plant Monitor",
"title": "Weather Monitor",
"uid": "ytb6nrrWk",
"variables": {
"list": []
Expand Down
Loading

0 comments on commit 6c98055

Please sign in to comment.