Files
ols-ucentral-schema/schema/metrics.health.yml
2022-10-27 17:01:36 +02:00

31 lines
774 B
YAML

description:
Health check gets executed periodically and will report a health value
between 0-100 indicating how healthy the device thinks it is
type: object
properties:
interval:
description:
The reporting interval defined in seconds.
type: integer
minimum: 60
dhcp-local:
description:
This is makes the AP probe local downstream DHCP servers.
type: boolean
default: true
dhcp-remote:
description:
This is makes the AP probe remote upstream DHCP servers.
type: boolean
default: false
dns-local:
description:
This is makes the AP probe DNS servers.
type: boolean
default: true
dns-remote:
description:
This is makes the AP probe DNS servers.
type: boolean
default: true