Gatus

Unsere Status Seite

Options

teenix.services.gatus.enable

Whether to enable gatus, a status page.

Type: boolean

Default: false

Example: true

teenix.services.gatus.groups

groups of healthchecks

Type: attribute set of (submodule)

teenix.services.gatus.groups.<name>.endpoints

endpoints of this group

Type: attribute set of (submodule)

teenix.services.gatus.groups.<name>.endpoints.<name>.extraConfig

extra config options for this endpoint

Type: YAML value

Default: { }

teenix.services.gatus.groups.<name>.endpoints.<name>.interval

interval to healthcheck on

Type: non-empty string

Default: cfg.interval

teenix.services.gatus.groups.<name>.endpoints.<name>.name

name of this service

Type: non-empty string

teenix.services.gatus.groups.<name>.endpoints.<name>.status

returned status code to consider the service healthy

Type: null or integer between 0 and 599 (both inclusive)

Default: 200

teenix.services.gatus.groups.<name>.endpoints.<name>.url

url to healthcheck

Type: non-empty string

teenix.services.gatus.groups.<name>.name

display name of this group

Type: non-empty string

teenix.services.gatus.hostname

hostname for gatus

Type: non-empty string

Example: "nextcloud.phynix-hhu.de"

teenix.services.gatus.interval

default interval to healthcheck on

Type: non-empty string

Default: "5m"