cluster/services/soda: init with check
This commit is contained in:
parent
642399088c
commit
34097c81f1
1 changed files with 8 additions and 0 deletions
8
cluster/services/soda/default.nix
Normal file
8
cluster/services/soda/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ tools, ... }:
|
||||
|
||||
{
|
||||
monitoring.blackbox.targets.soda-machine = {
|
||||
address = "soda.int.${tools.meta.domain}:22";
|
||||
module = "sshConnect";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue