mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-21 21:30:11 +00:00
intermediate commit
This commit is contained in:
parent
2ce5824dee
commit
9e20d48d76
4 changed files with 10 additions and 6 deletions
|
@ -1,5 +1,6 @@
|
|||
ignored:
|
||||
- DL3003
|
||||
- DL3007
|
||||
- DL3008
|
||||
- SC3054
|
||||
- SC3044
|
6
.markdownlint.json
Normal file
6
.markdownlint.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"MD024": false,
|
||||
"MD013": false,
|
||||
"MD033": false,
|
||||
"MD029": false
|
||||
}
|
|
@ -129,8 +129,8 @@ docker compose up -d
|
|||
|
||||
You should be able to point your web browser at:
|
||||
|
||||
* `http://docker.host.ip.addr:9090/` to access the `prometheus` console.
|
||||
* `http://docker.host.ip.addr:3000/` to access the `grafana` console, use admin/admin as initial credentials, you should be prompted to change the password on first login.
|
||||
- `http://docker.host.ip.addr:9090/` to access the `prometheus` console.
|
||||
- `http://docker.host.ip.addr:3000/` to access the `grafana` console, use admin/admin as initial credentials, you should be prompted to change the password on first login.
|
||||
|
||||
Remember to change `docker.host.ip.addr` to the IP address of your docker host.
|
||||
|
||||
|
@ -145,7 +145,7 @@ After you have logged into the `grafana` console the following manual steps are
|
|||
Option | Input
|
||||
------------- | -------------
|
||||
Name | readsb
|
||||
URL | http://prometheus:9090/
|
||||
URL | `http://prometheus:9090/`
|
||||
|
||||
Clicking `Save & Test` should return a green message indicating success. The dashboard can now be imported with the following steps
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"MD024": false
|
||||
}
|
Loading…
Reference in a new issue