Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.92 KB

updown-configuration.md

File metadata and controls

50 lines (34 loc) · 1.92 KB

Updown Configuration

Note

Caveats Description
Email alert addresses Currently, 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:

Key Description
apiKey API key of an account

Additional Configuration

Additional updown configurations can be added through these fields:

Fields Description
Enable Set to "false" to disable checks
Period The pingdom check interval in seconds, it accepts only these values: 15, 30, 60, 120, 300, 600, 1800, 3600
PublishPage Status page be public or not ("true" or "false")
RequestHeaders Custom 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"}