Skip to content

Instantly share code, notes, and snippets.

View ersoyugur's full-sized avatar

Ugur Ersoy ersoyugur

  • Garanti Tech.
  • Istanbul
View GitHub Profile
@sethryder
sethryder / blackbox.yml
Last active November 30, 2024 11:58
monitor multiple blackbox modules with a single job
modules:
https_2xx:
prober: http
timeout: 5s
http:
method: GET
no_follow_redirects: false
fail_if_ssl: false
fail_if_not_ssl: true
preferred_ip_protocol: "ipv4"