[14:43:46] Hi! If I want to monitor that a specific tcp port is open (currently from alert1001 to the hosts, but would be ok from prometheus nodes), should I use the blackbox check? [14:44:27] (I only find http examples in the repo so far) [18:13:13] dcaro: is it still http/https but just on another port? [18:13:20] or is it not http/https at all [18:14:18] if the former, yes, you can use blackbox http and change the port. there is force_tls to make it expect https even if not port 443 [18:14:35] if the latter, then, it seems like there should be blackbox::otherprotocol in addition to blackbox::http first [19:25:15] dcaro: maybe the `tcp` prober would work?