cluster/services/monitoring: add blackbox tcpConnect module
This commit is contained in:
parent
8f1ec4c40a
commit
4202954095
1 changed files with 6 additions and 0 deletions
|
@ -60,6 +60,12 @@ in
|
|||
https2xx = recursiveUpdate http2xx {
|
||||
http.fail_if_not_ssl = true;
|
||||
};
|
||||
tcpConnect = {
|
||||
prober = "tcp";
|
||||
tcp = {
|
||||
preferred_ip_protocol = "ip4";
|
||||
};
|
||||
};
|
||||
};
|
||||
blackbox_targets = let
|
||||
regularTargets = mapTargets {
|
||||
|
|
Loading…
Reference in a new issue