cluster/services/meet: remove blackbox check
This commit is contained in:
parent
ee2045a148
commit
163f111a81
1 changed files with 0 additions and 7 deletions
|
@ -1,13 +1,6 @@
|
|||
{ depot, ... }:
|
||||
|
||||
{
|
||||
services.meet = {
|
||||
nodes.host = [ "prophet" ];
|
||||
nixos.host = ./host.nix;
|
||||
};
|
||||
|
||||
monitoring.blackbox.targets.jitsi-videobridge = {
|
||||
address = "meet.${depot.lib.meta.domain}:7777";
|
||||
module = "tcpConnect";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue