Skip to content

How to install Scrutiny Monitor on Casa OS? #1491

Answered by korobkinn
iBGMike asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @iBGMike ,
I'd managed to install it through "Install a customized app" option of CasaOS WebUI, and importing docker CLI config from repository readme you provided.

Here is brief instruction:

1. Go to "Install a customized add" -> "Import" (button on top right of popped-up window) -> "Docker CLI":

2. Modify Docker CLI command for your environment.

As an example, in my case, final command will be:

docker run -it --rm -p 38080:8080 -p 38086:8086
-v /DATA/AppData/scrutiny/config:/opt/scrutiny/config
-v /DATA/AppData/scrutiny/influxdb2:/opt/scrutiny/influxdb
-v /run/udev:/run/udev:ro
--cap-add SYS_RAWIO
--device=/dev/sda
--device=/dev/nvme0
--privileged
--name scrutiny
ghcr.io/a…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by iBGMike
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants