1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-10-16 13:50:46 +00:00

intermediate commit

This commit is contained in:
kx1t 2023-04-18 14:16:23 -04:00
parent 2ce5824dee
commit 9e20d48d76
4 changed files with 10 additions and 6 deletions

View file

@ -1,5 +1,6 @@
ignored: ignored:
- DL3003 - DL3003
- DL3007
- DL3008 - DL3008
- SC3054 - SC3054
- SC3044 - SC3044

6
.markdownlint.json Normal file
View file

@ -0,0 +1,6 @@
{
"MD024": false,
"MD013": false,
"MD033": false,
"MD029": false
}

View file

@ -129,8 +129,8 @@ docker compose up -d
You should be able to point your web browser at: 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: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: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. 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 Option | Input
------------- | ------------- ------------- | -------------
Name | readsb 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 Clicking `Save & Test` should return a green message indicating success. The dashboard can now be imported with the following steps

View file

@ -1,3 +0,0 @@
{
"MD024": false
}