You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,14 +72,14 @@ something like this in your Prometheus configuration files:
72
72
73
73
static_configs:
74
74
- targets:
75
-
- 10.36.48.24
75
+
- 10.36.48.24 ## here is the list of the redfish targets which will be monitored
76
76
relabel_configs:
77
77
- source_labels: [__address__]
78
78
target_label: __param_target
79
79
- source_labels: [__param_target]
80
80
target_label: instance
81
81
- 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
83
83
# (optional) when using group config add this to have group=my_group_name
0 commit comments