File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,13 @@ prometheus:
2323
2424 exporters :
2525 node_exporter :
26- textfile_collectors_dependencies : []
2726 textfile_collectors :
2827 ipmitool :
29- enable : false
28+ enable : true
3029 remove : false
3130 pkg : ipmitool
3231 smartmon :
33- enable : false
32+ enable : true
3433 remove : false
3534 pkg : smartmontools
3635 bash_pkg : bash
@@ -94,7 +93,7 @@ prometheus:
9493 args :
9594 collector.systemd : null
9695 web.listen-address : " :9110"
97- # collector.textfile.directory: /var/tmp/node_exporter
96+ collector.textfile.directory : /var/tmp/node_exporter
9897
9998 blackbox_exporter :
10099 service :
Original file line number Diff line number Diff line change @@ -16,14 +16,13 @@ prometheus:
1616
1717 exporters :
1818 node_exporter :
19- textfile_collectors_dependencies : []
2019 textfile_collectors :
2120 ipmitool :
22- enable : false
21+ enable : true
2322 remove : false
2423 pkg : ipmitool
2524 smartmon :
26- enable : false
25+ enable : true
2726 remove : false
2827 pkg : smartmontools
2928 bash_pkg : bash
@@ -86,7 +85,7 @@ prometheus:
8685 service :
8786 args :
8887 web.listen-address : " :9110"
89- # collector.textfile.directory: /var/tmp/node_exporter
88+ collector.textfile.directory : /var/tmp/node_exporter
9089
9190 blackbox_exporter :
9291 service :
You can’t perform that action at this time.
0 commit comments