diff --git a/Doku/Host.docx b/Doku/Host.docx new file mode 100644 index 0000000..55119e4 Binary files /dev/null and b/Doku/Host.docx differ diff --git a/Doku/Host.pdf b/Doku/Host.pdf new file mode 100644 index 0000000..3a8dc04 Binary files /dev/null and b/Doku/Host.pdf differ diff --git a/Doku/Kurzanleitung.docx b/Doku/Kurzanleitung.docx new file mode 100644 index 0000000..3ff6fe8 Binary files /dev/null and b/Doku/Kurzanleitung.docx differ diff --git a/Doku/Kurzanleitung.pdf b/Doku/Kurzanleitung.pdf new file mode 100644 index 0000000..9269744 Binary files /dev/null and b/Doku/Kurzanleitung.pdf differ diff --git a/Doku/MTIG-Stack_Doku.pdf b/Doku/MTIG-Stack_Doku.pdf new file mode 100644 index 0000000..41ad478 Binary files /dev/null and b/Doku/MTIG-Stack_Doku.pdf differ diff --git a/Doku/Schema.docx b/Doku/Schema.docx new file mode 100644 index 0000000..42bce6e Binary files /dev/null and b/Doku/Schema.docx differ diff --git a/Doku/Schema.pdf b/Doku/Schema.pdf new file mode 100644 index 0000000..e4c4f7a Binary files /dev/null and b/Doku/Schema.pdf differ diff --git a/grafana/docker-compos.yml b/grafana/docker-compos.yml index fd91dd0..0ab477c 100644 --- a/grafana/docker-compos.yml +++ b/grafana/docker-compos.yml @@ -3,8 +3,6 @@ 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 3f56de3..566f02c 100644 --- a/telegraf/telegraf.conf +++ b/telegraf/telegraf.conf @@ -26,13 +26,13 @@ urls = ["http://influx-influxdb-1:8086"] ## Token for authentication. - token = "SPIryLp_2qM35A-GDTE3gEoCtZqAPaiDxPwWgIUy6JQ4uU4ctBbMZDsSD3D7kf5FokBQE4F2mmyx9pvOU7ryTg==" + token = "1wml0Wzrno-VPHxw0N4CSJh42aTAE-zCCAnAj8BLY_YxsmexXO6_8o7i1HDdAPzDUndCCsejWKq9GJXeYFDhpQ==" ## Organization is the name of the organization you wish to write to; must exist. organization = "Bischoffsheim" ## Destination bucket to write into. - bucket = "Bischoffsheim" + bucket = "Temperaturen" [[inputs.mqtt_consumer]] servers = ["tcp://mqtt5:1883"]