Skip to main content

Installation

wget  https://github.com/flanksource/canary-checker/releases/latest/download/canary-checker_linux_amd64         -O /usr/bin/canary-checker &&       chmod +x /usr/bin/canary-checker

Run

canary.yaml
apiVersion: canaries.flanksource.com/v1
kind: Canary
metadata:
name: http-check
spec:
interval: 30
http:
- endpoint: http://status.savanttools.com/?code=200
responseCodes: [200]
canary-checker run canary.yaml