Move the node_exporter port to an attribute
This commit is contained in:
@@ -82,7 +82,7 @@ jobs = node["kosmos_prometheus"]["jobs"].merge(
|
||||
# node exporter
|
||||
"node" => {
|
||||
"query" => "role:base",
|
||||
"port" => 9100
|
||||
"port" => node["kosmos_prometheus"]["node_exporter"]["port"]
|
||||
},
|
||||
# garage metrics
|
||||
"garage" => {
|
||||
|
||||
Reference in New Issue
Block a user