WIP Add node exporter
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user