Skip to content

Commit

Permalink
fix: web config argument (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
behnambm authored Jan 10, 2024
1 parent 32c11fb commit 30c10e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-exporter/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
- '--path.rootfs=/rootfs'
- '--path.sysfs=/host/sys'
- '--collector.filesystem.mount-points-exclude=^/(sys|proc|dev|host|etc)($$|/)'
- '--web.config=/etc/node_exporter/config.yml'
- '--web.config.file=/etc/node_exporter/config.yml'

0 comments on commit 30c10e4

Please sign in to comment.