Skip to content

Commit 3ca6b76

Browse files
committed
Merge branch 'andrew/fix-node-exporter-options' into 'master'
Fix(NODE-1426): update node_exporter option after version update Node exporter was recently updated in the base image: https://gitlab.com/dfinity-lab/public/ic/-/merge_requests/19817 This MR updates the options for node_exporter's new version: prometheus/node_exporter#2535 Fixes node_exporter! See merge request dfinity-lab/public/ic!19981
2 parents 8854e7d + e7d8651 commit 3ca6b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
OPTIONS="--web.config='/etc/node_exporter/web.yml' --collector.textfile.directory='/run/node_exporter/collector_textfile'"
1+
OPTIONS="--web.config.file='/etc/node_exporter/web.yml' --collector.textfile.directory='/run/node_exporter/collector_textfile'"

0 commit comments

Comments
 (0)