fst – Rev 4

Subversion Repositories:
Rev:
# A path to a file where FST will log events.
log: '/opt/fst/fst/log/fst.log'
# Settings for the metrics server.
metrics:
  # Whether to enable the metrics server for this machine.
  enable: Yes
  # The IP address or hostname where the metrics server will listen for updates.
  host: 127.0.0.1
  # The port on which the metrics server will listen for updates.
  port: 3000
  timeout: 250
  # The path to a JSON file where metrics shall be stored.
  store: '/opt/fst/fst/store/sync-metrics.json'
  # The port on which the public metrics frontend server will run.
  wwwport: 1337
  # A path pointing to the "fst-wwwroot" folder.
  wwwroot: '/opt/fst/fst-wwwroot'
  # Definition of users able to access the metrics server.
  users:
  - id: 1
    username: demo
    password: demo
    displayName: demo
    emails:
    - value: demo@demo.net


# Settings for the distribution server.
distribution:
  timeout: 250
  reconnect: 60000
  port: 1111
  socket: '/var/run/fst-distribution.sock'
  # The time interval for synchronizing FST messages.
  peerSyncInterval: 60000
# The directory where the action directories are to be found.
# Action directories have the naming convention: <action>.d
action_directory: /opt/fst/fst/action
# A shared secret amongst all FST peers.
secret: 'h0g@ba'
# The path to a file containing a list of IP addresses or hostnames to distribute to.
peers: '/opt/fst/fst/sync-peers.txt'