You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/INSTALL_MANUAL_WINDOWS.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,9 @@ should be up and running but the dashboard will be empty (default location is `l
38
38
1. In the **Program/Script** field, put: `scrutiny-collector-metrics-windows-amd64.exe`
39
39
2. In the **Add arguments (optional)** field, put: `run --api-endpoint "http://localhost:8080" --config collector.yaml`
40
40
> **NOTE:**
41
-
> * Make sure that you put the correct port number (as specified in the docker-compose file) for the webapp (default is `8080`)
42
-
> * The `--config` param is optional and is not needed if you just want to use the default collector config, see [example.collector.yaml](https://github.com/AnalogJ/scrutiny/blob/master/example.collector.yaml) for more info on the collector config.
41
+
> * Make sure that you put the correct port number (as specified in the docker-compose file) for the webapp (default is `8080`)
42
+
> * The `--config` param is optional and is not needed if you just want to use the default collector config, see
43
+
[example.collector.yaml](https://github.com/AnalogJ/scrutiny/blob/master/example.collector.yaml) for more info on the collector config.
43
44
3. In the **Start in (optional)** field, put: FOLDER_PATH_TO_YOUR `scrutiny-collector-metrics-windows-amd64.exe` file
44
45
> **NOTE:** Must be exact and do not include `scrutiny-collector-metrics-windows-amd64.exe` in the path
0 commit comments