Data gatherer compose

This schema specifies how the deployment of a data gathering agent takes place on various Docker compose hosts.

Data gathering compose upload settings

https://gros.liacs.nl/schema/data-gathering-compose/settings.json

settings

settings

type

object

properties

  • default

default_site

patternProperties

  • ^https?://[^/]+/$

site

default_site

Settings for all BigBoat sites, which may be merged with site-specific settings.

type

object

properties

  • params

type

object

patternProperties

  • ^[A-Z][A-Z_]+$

Parameter to start the Docker-compose instance on the BigBoat site with.

type

string

site

Settings for a BigBoat site.

type

object

properties

  • key

API key for the BigBoat site.

type

string

pattern

^[a-f0-9]+$

  • v1

Use the deprecated v1 API for the BigBoat site.

type

boolean

default

False

  • remote_site

URL of the BigBoat site, if not the same as the BigBoat dashboard being monitored.

type

string

format

uri

  • instance

Name of the Docker-compose instance.

type

string

pattern

^[a-z-]+$

allOf

default_site