Access to Blackbox Exporter UI - coopdevs/handbook GitHub Wiki


:warning: ATENCIÓ
Aquest handbook està descontinuat. La nova adreça és: https://handbook.coopdevs.org/ca/home

The Blackbox Exporter is running in a Docker container inside monitor.coopdevs.org host. It offers a UI interface that include logs, but it can only be accessed from localhost. The way to bypass it is opening a local port forward. Here is the command:

ssh -L 9115:localhost:9115 monitor.coopdevs.org

imagen