Skip to content

Commit

Permalink
Correct cluster and node params
Browse files Browse the repository at this point in the history
  • Loading branch information
znerol committed Nov 28, 2023
1 parent 117b272 commit 8bf2392
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ Example config for PVE exporter running on PVE node:
metrics_path: /pve
params:
module: [default]
cluster: 1
node: 1
cluster: ['1']
node: ['1']
Example config for PVE exporter running on Prometheus host:

Expand All @@ -294,8 +294,8 @@ Example config for PVE exporter running on Prometheus host:
metrics_path: /pve
params:
module: [default]
cluster: 1
node: 1
cluster: ['1']
node: ['1']
relabel_configs:
- source_labels: [__address__]
target_label: __param_target
Expand Down

0 comments on commit 8bf2392

Please sign in to comment.