Compare commits
2 Commits
v0.3
...
5f5aea0332
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5f5aea0332 | ||
|
|
b400e34c9a |
17
README.md
17
README.md
@@ -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)
|
||||
|
||||
#### 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)
|
||||
|
||||
-----
|
||||
@@ -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_ORGANIZATION
|
||||
- YOUR_BUCKET_NAME
|
||||
@@ -280,6 +288,11 @@ Contributors names and contact info
|
||||
|
||||
## Version History
|
||||
|
||||
* v0.3
|
||||
* setup-script fixed and backup added
|
||||
* fixed latency value problem (was sometimes string instead of float)
|
||||
* cleanup
|
||||
|
||||
* v0.2b
|
||||
* cleanup
|
||||
|
||||
|
||||
@@ -1,35 +0,0 @@
|
||||
# Config File Usage
|
||||
#
|
||||
# all MUST options are marked with #!!! and have to be configured
|
||||
#
|
||||
# Config file ist IGNORED if equivalent environment variables are passed
|
||||
#
|
||||
#
|
||||
|
||||
|
||||
[influx] # SOME are MUST; influxdb2 connection relevant options
|
||||
#!!! infx_url = http://YOUR_INFLUX_DB_V2:8086
|
||||
#!!! infx_token = YOUR_INFLUX_DB_V2_API_TOKEN
|
||||
#!!! infx_bucket = YOUR_INFLUX_DB_V2_BUCKET
|
||||
#!!! infx_org = YOUR_INFLUX_DB_V2_ORGANIZATION
|
||||
# infx_batch_size = 60 # OPTIONAL; default is '60'
|
||||
# infx_flush_interval = 30_000 # OPTIONAL; default is '30_000'
|
||||
# infx_jitter_interval = 5_000 # OPTIONAL; default is '5_000'
|
||||
# infx_retry_interval = 5_000 # OPTIONAL; default is '5_000'
|
||||
|
||||
|
||||
[hosts] # ONE HOST is MUST, rest ist optional; IP or FQDN
|
||||
#!!! host1 = 8.8.8.8
|
||||
# host2 = 8.8.4.4
|
||||
# host3 = 1.1.1.1
|
||||
|
||||
[hosts_timer] # OPTIONAL; ping interval in seconds; default is '5'
|
||||
# host1 = 1
|
||||
# host2 = 3
|
||||
# host3 = 5
|
||||
|
||||
[hosts_location] # OPTIONAL; location of host; default is 'unknown'
|
||||
# host1 = Google-DNS1
|
||||
# host2 = Google-DNS2
|
||||
# host3 = Cloudflare-DNS
|
||||
|
||||
Reference in New Issue
Block a user