Deployment Overview
Flood Agent is distributed as a single binary and only needs a couple of pieces of information to run. This makes integrating it into your infrastructure very easy.
In these guides we suggest a couple of common approaches.
The Flood Agent authenticates with your Flood account using an API token which can be retrieved from the API Access menu when you are logged in to the Flood web application.

Simply copy/paste the API token shown as follows:

This API token
flood_live_1234xxxxxx
will need to be added to your local config.yaml
file in order for the Flood Agent to communicate successfully.Every Grid using the Flood Agent will be assigned a new name automatically upon startup. If you would like to include multiple nodes within the same Grid then you are able to specify the Grid name to use on each node by supplying the following line within your
config.yaml
file.grid_name: myGrid1
Last modified 3yr ago