ansible/roles/blackbox_exporter/files/blackbox.yml

17 lines
268 B
YAML

---
modules:
http:
prober: http
http:
valid_status_codes:
- 200
- 401
- 403
ssh:
prober: tcp
tcp:
query_response:
- expect: "^SSH-2.0-"
- send: "SSH-2.0-blackbox-ssh-check"
tcp:
prober: tcp