using github container registry images.

update documentation to enable persistence by default
update docs to include influxdb
This commit is contained in:
Jason Kulatunga
2022-05-01 21:08:18 -07:00
parent 08f247109a
commit ae99ffd57e
5 changed files with 22 additions and 9 deletions
+2
View File
@@ -132,6 +132,8 @@ chmod +x /opt/scrutiny/bin/scrutiny-collector-metrics-linux-amd64
Next, we will manually trigger the collector, to populate the Scrutiny dashboard:
> NOTE: if you need to pass a config file to the scrutiny collector, you can provide it using the `--config` flag.
```
/opt/scrutiny/bin/scrutiny-collector-metrics-linux-amd64 run --api-endpoint "http://localhost:8080"
```