referencing Github container registry for all images.
This commit is contained in:
@@ -30,7 +30,7 @@ docker run -it --rm -p 8080:8080 \
|
|||||||
-e COLLECTOR_LOG_FILE=/tmp/collector.log \
|
-e COLLECTOR_LOG_FILE=/tmp/collector.log \
|
||||||
-e SCRUTINY_LOG_FILE=/tmp/web.log \
|
-e SCRUTINY_LOG_FILE=/tmp/web.log \
|
||||||
--name scrutiny \
|
--name scrutiny \
|
||||||
analogj/scrutiny
|
ghcr.io/analogj/scrutiny:master-omnibus
|
||||||
|
|
||||||
# in another terminal trigger the collector
|
# in another terminal trigger the collector
|
||||||
docker exec scrutiny scrutiny-collector-metrics run
|
docker exec scrutiny scrutiny-collector-metrics run
|
||||||
|
|||||||
+1
-1
@@ -12,7 +12,7 @@ docker run -it --rm -p 8080:8080 \
|
|||||||
--cap-add SYS_RAWIO \
|
--cap-add SYS_RAWIO \
|
||||||
--device=/dev/sda \
|
--device=/dev/sda \
|
||||||
--device=/dev/sdb \
|
--device=/dev/sdb \
|
||||||
analogj/scrutiny
|
ghcr.io/analogj/scrutiny:master-omnibus
|
||||||
/scrutiny/bin/scrutiny-collector-metrics run
|
/scrutiny/bin/scrutiny-collector-metrics run
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ docker run -it --rm -p 8080:8080 \
|
|||||||
--device=/dev/sda \
|
--device=/dev/sda \
|
||||||
--device=/dev/sdb \
|
--device=/dev/sdb \
|
||||||
--name scrutiny \
|
--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
|
- `/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
|
```bash
|
||||||
docker run -it --rm -p 8080:8080 \
|
docker run -it --rm -p 8080:8080 \
|
||||||
--name scrutiny-web \
|
--name scrutiny-web \
|
||||||
analogj/scrutiny:web
|
ghcr.io/analogj/scrutiny:master-web
|
||||||
|
|
||||||
docker run -it --rm \
|
docker run -it --rm \
|
||||||
-v /run/udev:/run/udev:ro \
|
-v /run/udev:/run/udev:ro \
|
||||||
@@ -105,7 +105,7 @@ docker run -it --rm \
|
|||||||
--device=/dev/sdb \
|
--device=/dev/sdb \
|
||||||
-e SCRUTINY_API_ENDPOINT=http://SCRUTINY_WEB_IPADDRESS:8080 \
|
-e SCRUTINY_API_ENDPOINT=http://SCRUTINY_WEB_IPADDRESS:8080 \
|
||||||
--name scrutiny-collector \
|
--name scrutiny-collector \
|
||||||
analogj/scrutiny:collector
|
ghcr.io/analogj/scrutiny:master-collector
|
||||||
```
|
```
|
||||||
|
|
||||||
## Manual Installation (without-Docker)
|
## Manual Installation (without-Docker)
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ docker run -it --rm \
|
|||||||
--cap-add SYS_RAWIO \
|
--cap-add SYS_RAWIO \
|
||||||
--device=/dev/sda \
|
--device=/dev/sda \
|
||||||
--device=/dev/sdb \
|
--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.
|
If the output is the same, your devices will be processed by Scrutiny.
|
||||||
|
|||||||
Reference in New Issue
Block a user