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: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,16 @@ The [Prometheus metrics server](https://prometheus.io/) allows you to [explore t
24
24
25
25
(* Link goes to the address on your local system. If FRMC is not running, you will see an error)
26
26
27
+
### Env vars
28
+
29
+
`FRM_HOST`: The host to the Ficsit Remote Monitoring server. EG: `172.17.0.1`.
30
+
31
+
`FRM_PORT`: The port of the Ficist Remote Monitoring server. EG: `8080`.
32
+
33
+
`FRM_HOSTS`: A comma separated list of Ficsit Remote Monitoring servers. If protocol is unspecified, it defaults to http. EG: `http://myserver1.frm.example:8080,myserver2.frm.example:8080,https://myserver3.frm.example:8081`
34
+
35
+
`FRM_LOG_STDOUT`: If FRMC should print to stdout rather than a separate logfile. Useful for docker/containerization. default false.
0 commit comments