Configure Scout

Configure the Scout server using the YAML files located in the .config directory.

Scout looks for the .config directory in two places, in the following order:

  1. The same directory as the Scout executable

  2. $GOPATH/src/jonoton/scout directory

Examples

The full available options for Scout configuration can be found in the example/config/full directory.

The minimum options for Scout configuration can be found in the example/config/min directory.

Check out Recipes for using Scout with other services.

Verify via Web Client

  1. Open browser to Scout server with http(s)://HOSTNAME:PORT

  • HOSTNAME

    1. localhost

    2. router assigned IP

    3. external domain name (usually PORT is not needed)

  • PORT

    1. configured in http.yaml

    2. possibly not needed if using external domain name