Skip to content

Commit fba8cf6

Browse files
committed
Fix connection error for zfs exporter
1 parent c1c5139 commit fba8cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/monitoring/roles/prometheus/files/prometheus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ scrape_configs:
2525
- job_name: zfs-exporter
2626
static_configs:
2727
- targets:
28-
- localhost:9145
28+
- 127.0.0.1:9145

0 commit comments

Comments
 (0)