WIP Add node exporter

This commit is contained in:
2026-07-04 13:30:52 +02:00
parent 34e4bfd31c
commit 58203d403a
4 changed files with 94 additions and 1 deletions
@@ -19,6 +19,10 @@ prometheus_job "prometheus" do
target "localhost:9090"
end
prometheus_job "node" do
target "localhost:9100"
end
prometheus_service "prometheus" do
cli_options({
"config.file" => "/opt/prometheus/prometheus.yml",