fst – Diff between revs 1 and 4

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 4
Line 1... Line 1...
1 # Path to the fst log file. 1 # A path to a file where FST will log events.
2 log: '/opt/fst/fst/log/fst.log' 2 log: '/opt/fst/fst/log/fst.log'
3 # Settings for the metrics server. 3 # Settings for the metrics server.
4 metrics: 4 metrics:
-   5 # Whether to enable the metrics server for this machine.
5 enable: Yes 6 enable: Yes
-   7 # The IP address or hostname where the metrics server will listen for updates.
6 host: 127.0.0.1 8 host: 127.0.0.1
-   9 # The port on which the metrics server will listen for updates.
7 port: 3000 10 port: 3000
8 timeout: 250 11 timeout: 250
-   12 # The path to a JSON file where metrics shall be stored.
9 store: '/opt/fst/fst/store/sync-metrics.json' 13 store: '/opt/fst/fst/store/sync-metrics.json'
-   14 # The port on which the public metrics frontend server will run.
10 wwwport: 1337 15 wwwport: 1337
-   16 # A path pointing to the "fst-wwwroot" folder.
11 wwwroot: '/opt/fst/fst-wwwroot' 17 wwwroot: '/opt/fst/fst-wwwroot'
-   18 # Definition of users able to access the metrics server.
12 users: 19 users:
13 - id: 1 20 - id: 1
14 username: demo 21 username: demo
15 password: demo 22 password: demo
16 displayName: demo 23 displayName: demo
Line 22... Line 29...
22 distribution: 29 distribution:
23 timeout: 250 30 timeout: 250
24 reconnect: 60000 31 reconnect: 60000
25 port: 1111 32 port: 1111
26 socket: '/var/run/fst-distribution.sock' 33 socket: '/var/run/fst-distribution.sock'
-   34 # The time interval for synchronizing FST messages.
27 peerSyncInterval: 60000 35 peerSyncInterval: 60000
28 # The directory where the action directories are to be found. 36 # The directory where the action directories are to be found.
29 # Action directories have the naming convention: <action>.d 37 # Action directories have the naming convention: <action>.d
30 action_directory: /opt/fst/fst/action 38 action_directory: /opt/fst/fst/action
31 # A shared secret amongst peers. 39 # A shared secret amongst all FST peers.
32 secret: 'h0g@ba' 40 secret: 'h0g@ba'
33 # A list of IP addresses or hostnames for peers to distribute to. 41 # The path to a file containing a list of IP addresses or hostnames to distribute to.
34 peers: '/opt/fst/fst/sync-peers.txt' 42 peers: '/opt/fst/fst/sync-peers.txt'