-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathexample.yml
55 lines (55 loc) · 1.27 KB
/
example.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
modules:
c2s_normal_auth:
timeout: 30s
prober: c2s
c2s:
export_sasl_mechanisms: true
fail_if_sasl_mechanism_not_offered:
- PLAIN
fail_if_sasl_mechanism_offered:
- DIGEST-MD5
c2s_direct:
timeout: 30s
prober: c2s
c2s:
export_sasl_mechanisms: true
directtls: true
fail_if_sasl_mechanism_not_offered:
- PLAIN
fail_if_sasl_mechanism_offered:
- DIGEST-MD5
s2s_normal:
timeout: 30s
prober: s2s
s2s:
directtls: false
from: "domain.example"
s2s_direct:
timeout: 30s
prober: s2s
s2s:
directtls: true
from: "domain.example"
ping:
timeout: 30s
prober: ping
ping:
account: pingaccount
# treat as success if either a proper ping response is seen or a
# `remote-server-not-found` error condition is returned.
# rarely a good combination, this is just for illustration purposes :)
fail_if_not:
- success: true
- error_condition: remote-server-not-found
register:
timeout: 30s
prober: ibr
ibr:
prefix: "blackbox-probe-"
directtls: false
export_error_info: true
accounts:
pingaccount:
client_address: blackbox@domain.example
client_password: sup3rs3cur3p4ssw0rd
directtls: false