update docs.

This commit is contained in:
Jason Kulatunga
2022-10-12 20:58:41 -07:00
parent 578a262d90
commit d7b45e5f01
2 changed files with 9 additions and 4 deletions
+2 -1
View File
@@ -11,8 +11,9 @@ in `docs/guides/` or elsewhere) it will be linked here.
- [ ] OMV - [ ] OMV
- [ ] Amahi - [ ] Amahi
- [ ] Running in a LXC container - [ ] Running in a LXC container
- [x] [PFSense](./INSTALL_UNRAID.md) - [x] [PFSense](./INSTALL_PFSENSE.md)
- [x] QNAP - [x] QNAP
- [x] [RockStor](https://rockstor.com/docs/interface/docker-based-rock-ons/scrutiny.html) - [x] [RockStor](https://rockstor.com/docs/interface/docker-based-rock-ons/scrutiny.html)
- [ ] Solaris/OmniOS CE Support - [ ] Solaris/OmniOS CE Support
- [ ] Kubernetes - [ ] Kubernetes
- [x] [Windows](./INSTALL_MANUAL_WINDOWS.md)
+4
View File
@@ -62,6 +62,7 @@ using a collector config file. See [example.collector.yaml](/example.collector.y
> NOTE: If you use docker, you **must** pass though the RAID virtual disk to the container using `--device` (see below) > NOTE: If you use docker, you **must** pass though the RAID virtual disk to the container using `--device` (see below)
> >
> This device may be in `/dev/*` or `/dev/bus/*`. > This device may be in `/dev/*` or `/dev/bus/*`.
> If you do not see a virtual device file `/dev/bus/*` you may need to use the `--privileged` flag. See [#366 for more info](https://github.com/AnalogJ/scrutiny/issues/366#issuecomment-1253196407)
> >
> If you're unsure, run `smartctl --scan` on your host, and pass all listed devices to the container. > If you're unsure, run `smartctl --scan` on your host, and pass all listed devices to the container.
@@ -100,7 +101,10 @@ devices:
- 'cciss,1' - 'cciss,1'
``` ```
>
### NVMe Drives ### NVMe Drives
As mentioned in the [README.md](/README.md), NVMe devices require both `--cap-add SYS_RAWIO` and `--cap-add SYS_ADMIN` As mentioned in the [README.md](/README.md), NVMe devices require both `--cap-add SYS_RAWIO` and `--cap-add SYS_ADMIN`
to allow smartctl permission to query your NVMe device SMART data [#26](https://github.com/AnalogJ/scrutiny/issues/26) to allow smartctl permission to query your NVMe device SMART data [#26](https://github.com/AnalogJ/scrutiny/issues/26)