Skip to content

Instantly share code, notes, and snippets.

@adrafiq
Last active October 23, 2020 23:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adrafiq/3d77b13b6bc0151ac739523acedb886d to your computer and use it in GitHub Desktop.
Save adrafiq/3d77b13b6bc0151ac739523acedb886d to your computer and use it in GitHub Desktop.
Monitoring Example black_box exporter
image:
repository: prom/blackbox-exporter
tag: v0.15.1
pullPolicy: IfNotPresent
config:
modules:
http_2xx:
prober: http
timeout: 5s
http:
valid_http_versions: ["HTTP/1.1", "HTTP/2"]
no_follow_redirects: false
preferred_ip_protocol: "ip4"
replicas: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment