Project

General

Profile

Feature #45652

Updated by Sebastian Wagner almost 4 years ago

User must be able to change the ports settings for the monitoring stack

We can continue using as default:

<pre><code class="python">

port_map = {
"prometheus": [9095], # Avoid default 9090, due to conflict with cockpit UI
"node-exporter": [9100],
"grafana": [3000],
"alertmanager": [9093, 9094],
}

</code></pre>

Back