dockerprometheus-blackbox-exporter

Does blackbox exporter support telnet probe?


Does blackbox exporter support telnet probe? I cannot see this in the blackbox example config file in blackbox.yml


Solution

  • Yeah, the prometheus blackbox exporter support telnet this way

    tcp_connect_example:
        prober: tcp
        timeout: 5s
    

    Every tcp probe is a telnet probe.