4 Commits

Author SHA1 Message Date
Sven Holz
99d934d041 config.ini to template 2022-06-17 00:46:26 +02:00
Sven Holz
4c5e9ceb90 fix 2022-06-17 00:46:06 +02:00
Sven Holz
5f5aea0332 renamed config.ini to config-template.ini 2022-06-17 00:36:33 +02:00
Sven Holz
b400e34c9a * v0.3
* setup-script fixed and backup added
  * fixed latency value problem (was sometimes string instead of float)
  * cleanup
2022-06-17 00:13:53 +02:00
3 changed files with 16 additions and 3 deletions

2
.gitignore vendored
View File

@@ -4,4 +4,4 @@
*.backup *.backup
grafana-datasource.yml grafana-datasource.yml
docker-compose.yml docker-compose.yml
config-template.ini config.ini

View File

@@ -161,6 +161,14 @@ Just the certificates are missing look [here](#certificate)
Now run it and mybe pick a example dashboard for grafana from [here](#grafana-dashboard-examples) Now run it and mybe pick a example dashboard for grafana from [here](#grafana-dashboard-examples)
#### BACKUPS FILES ???
The script will backup following files if found:
- *./docker-compose.yml*
- *./grafana/provisioning/datasources/grafana-datasource.yml*
----- -----
----- -----
@@ -181,7 +189,7 @@ You need to configure Variables in following files to make the compose work:
----- -----
- **docker-compose.yml** *(was docker-compose-full_stack.yml before)* - **docker-compose.yml** *(generated from docker-compose-full_stack.yml)*
- PLACE_YOUR_FQDN_HERE (3 times) - PLACE_YOUR_FQDN_HERE (3 times)
----- -----
@@ -199,7 +207,7 @@ You need to configure Variables in following files to make the compose work:
----- -----
- **grafana/provisioning/datasources/grafana-datasource.yml** - **grafana/provisioning/datasources/grafana-datasource.yml** *(generated from grafana/grafana-datasource-template.yml)*
- YOUR_ADMIN_TOKEN - YOUR_ADMIN_TOKEN
- YOUR_ORGANIZATION - YOUR_ORGANIZATION
- YOUR_BUCKET_NAME - YOUR_BUCKET_NAME
@@ -280,6 +288,11 @@ Contributors names and contact info
## Version History ## Version History
* v0.3
* setup-script fixed and backup added
* fixed latency value problem (was sometimes string instead of float)
* cleanup
* v0.2b * v0.2b
* cleanup * cleanup