Skip to content

Commit 4ecf7f5

Browse files
author
Jennings Liu
committed
doc: add more disciption regarding the config on prometheus side
1 parent 214e11b commit 4ecf7f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ something like this in your Prometheus configuration files:
7272
7373
static_configs:
7474
- targets:
75-
- 10.36.48.24
75+
- 10.36.48.24 ## here is the list of the redfish targets which will be monitored
7676
relabel_configs:
7777
- source_labels: [__address__]
7878
target_label: __param_target
7979
- source_labels: [__param_target]
8080
target_label: instance
8181
- target_label: __address__
82-
replacement: localhost:9610 ### the address of the redfish-exporter address
82+
replacement: localhost:9610 ### the address of the redfish-exporter address, hence relpace localhost with the server IP address that redfish-export is running on
8383
# (optional) when using group config add this to have group=my_group_name
8484
- target_label: __param_group
8585
replacement: my_group_name

0 commit comments

Comments
 (0)