WIP Add node exporter

This commit is contained in:
2026-07-04 13:30:52 +02:00
parent df8c8d1742
commit 7396af5ca4
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",