Updown Configuration

August 6, 2020 ยท View on GitHub

Note

CaveatsDescription
Email alert addressesCurrently, email addresses for check alerts can be assigned to a check, neither by its go client nor API. The only way to do it is by manually adding them on their website. A request has been added on updown's feature addition forum link

Compulsory Configuration

The following properties need to be configured for Updown, in addition to the general properties listed in the Configuration section of the README:

KeyDescription
apiKeyAPI key of an account

Additional Configuration

Additional updown configurations can be added through these fields:

FieldsDescription
EnableSet to "false" to disable checks
PeriodThe pingdom check interval in seconds, it accepts only these values: 15, 30, 60, 120, 300, 600, 1800, 3600
PublishPageStatus page be public or not ("true" or "false")
RequestHeadersCustom updown request headers (e.g. {"Accept"="application/json"})

Example:

apiVersion: endpointmonitor.stakater.com/v1alpha1
kind: EndpointMonitor
metadata:
  name: stakater
spec:
  forceHttps: true
  url: https://stakater.com/
  updownConfig:
    enable: true
    period: 15
    publishPage: true
    requestHeaders: {"Accept"="application/json"}