Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/scrutiny/commit/035c94681f911d3fad7e8ba8aadf0e9ed69fc023
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
6 additions and
6 deletions
@ -30,7 +30,7 @@ docker run -it --rm -p 8080:8080 \
-e COLLECTOR_LOG_FILE=/tmp/collector.log \
-e SCRUTINY_LOG_FILE=/tmp/web.log \
--name scrutiny \
analogj/scrutiny
ghcr.io/ analogj/scrutiny:master-omnibus
# in another terminal trigger the collector
docker exec scrutiny scrutiny-collector-metrics run
@ -12,7 +12,7 @@ docker run -it --rm -p 8080:8080 \
--cap-add SYS_RAWIO \
--device=/dev/sda \
--device=/dev/sdb \
analogj/scrutiny
ghcr.io/ analogj/scrutiny:master-omnibus
/scrutiny/bin/scrutiny-collector-metrics run
```
@ -77,7 +77,7 @@ docker run -it --rm -p 8080:8080 \
--device=/dev/sda \
--device=/dev/sdb \
--name scrutiny \
analogj/scrutiny
ghcr.io/ analogj/scrutiny:master-omnibus
```
- `/run/udev` is necessary to provide the Scrutiny collector with access to your device metadata
@ -96,7 +96,7 @@ In addition to the Omnibus image (available under the `latest` tag) there are 2
```bash
docker run -it --rm -p 8080:8080 \
--name scrutiny-web \
analogj/scrutiny:web
ghcr.io/ analogj/scrutiny:master- web
docker run -it --rm \
-v /run/udev:/run/udev:ro \
@ -105,7 +105,7 @@ docker run -it --rm \
--device=/dev/sdb \
-e SCRUTINY_API_ENDPOINT=http://SCRUTINY_WEB_IPADDRESS:8080 \
--name scrutiny-collector \
analogj/scrutiny:collector
ghcr.io/ analogj/scrutiny:master- collector
```
## Manual Installation (without-Docker)
@ -43,7 +43,7 @@ docker run -it --rm \
--cap-add SYS_RAWIO \
--device=/dev/sda \
--device=/dev/sdb \
analogj/scrutiny:collector smartctl --scan
ghcr.io/ analogj/scrutiny:master- collector smartctl --scan
```
If the output is the same, your devices will be processed by Scrutiny.