blackbox_exporter: Initial version of role
This commit is contained in:
parent
bb8b486263
commit
dc2a6f5788
4 changed files with 72 additions and 0 deletions
17
roles/blackbox_exporter/files/blackbox.yml
Normal file
17
roles/blackbox_exporter/files/blackbox.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue