cluster/services/monitoring: add blackbox sshConnect module
This commit is contained in:
parent
81e9274c77
commit
642399088c
1 changed files with 6 additions and 0 deletions
|
@ -86,6 +86,12 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
sshConnect = recursiveUpdate tcpConnect {
|
||||||
|
tcp.query_response = [
|
||||||
|
{ expect = "^SSH-2.0"; }
|
||||||
|
{ send = "SSH-2.0-PrivateVoidProbe_${probeId}"; }
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
blackbox_targets = let
|
blackbox_targets = let
|
||||||
regularTargets = mapTargets cluster.config.monitoring.blackbox.targets;
|
regularTargets = mapTargets cluster.config.monitoring.blackbox.targets;
|
||||||
|
|
Loading…
Add table
Reference in a new issue