y2_pingdom_controller is a kubernetes controller that can create HTTP checks for Pingdom.
Important: The current version supports working with HTTP check only.
You can add these Kubernetes annotations to specific Ingress objects to customize their behavior.
Name | Type | Optional | Example |
---|---|---|---|
pingdom.controller.yad2/apply | "true" or "false" | X | "true" |
pingdom.controller.yad2/resolution | string | X | "1" |
pingdom.controller.yad2/integrationids | string | √ | "92247" |
pingdom.controller.yad2/probe-filters | string | √ | "region: EU" |
pingdom.controller.yad2/port | string | √ | "80" |
pingdom.controller.yad2/teamids | string | √ | "12345" |
pingdom.controller.yad2/paused | string | √ | "false" |
pingdom.controller.yad2/verify-certificate | "true" or "false" | √ | "true" |