diff --git a/Doku/Host.docx b/Doku/Host.docx deleted file mode 100644 index 55119e4..0000000 Binary files a/Doku/Host.docx and /dev/null differ diff --git a/Doku/Host.pdf b/Doku/Host.pdf deleted file mode 100644 index 3a8dc04..0000000 Binary files a/Doku/Host.pdf and /dev/null differ diff --git a/Doku/Kurzanleitung.docx b/Doku/Kurzanleitung.docx deleted file mode 100644 index 3ff6fe8..0000000 Binary files a/Doku/Kurzanleitung.docx and /dev/null differ diff --git a/Doku/Kurzanleitung.pdf b/Doku/Kurzanleitung.pdf deleted file mode 100644 index 9269744..0000000 Binary files a/Doku/Kurzanleitung.pdf and /dev/null differ diff --git a/Doku/MTIG-Stack_Doku.pdf b/Doku/MTIG-Stack_Doku.pdf deleted file mode 100644 index 41ad478..0000000 Binary files a/Doku/MTIG-Stack_Doku.pdf and /dev/null differ diff --git a/Doku/Schema.docx b/Doku/Schema.docx deleted file mode 100644 index 42bce6e..0000000 Binary files a/Doku/Schema.docx and /dev/null differ diff --git a/Doku/Schema.pdf b/Doku/Schema.pdf deleted file mode 100644 index e4c4f7a..0000000 Binary files a/Doku/Schema.pdf and /dev/null differ diff --git a/grafana/docker-compos.yml b/grafana/docker-compos.yml index 0ab477c..fd91dd0 100644 --- a/grafana/docker-compos.yml +++ b/grafana/docker-compos.yml @@ -3,6 +3,8 @@ services: image: grafana/grafana container_name: grafana restart: unless-stopped + # if you are running as root then set it to 0 + # else find the right id with the id -u command user: '0' ports: - '3000:3000' diff --git a/telegraf/telegraf.conf b/telegraf/telegraf.conf index 566f02c..3f56de3 100644 --- a/telegraf/telegraf.conf +++ b/telegraf/telegraf.conf @@ -26,13 +26,13 @@ urls = ["http://influx-influxdb-1:8086"] ## Token for authentication. - token = "1wml0Wzrno-VPHxw0N4CSJh42aTAE-zCCAnAj8BLY_YxsmexXO6_8o7i1HDdAPzDUndCCsejWKq9GJXeYFDhpQ==" + token = "SPIryLp_2qM35A-GDTE3gEoCtZqAPaiDxPwWgIUy6JQ4uU4ctBbMZDsSD3D7kf5FokBQE4F2mmyx9pvOU7ryTg==" ## Organization is the name of the organization you wish to write to; must exist. organization = "Bischoffsheim" ## Destination bucket to write into. - bucket = "Temperaturen" + bucket = "Bischoffsheim" [[inputs.mqtt_consumer]] servers = ["tcp://mqtt5:1883"]