Skip to content

Commit 17290ea

Browse files
committed
Revert "Adapt test pillar"
This reverts commit 5df8c88.
1 parent 5df8c88 commit 17290ea

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

test/salt/pillar/default.sls

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@ prometheus:
2323

2424
exporters:
2525
node_exporter:
26+
textfile_collectors_dependencies: []
2627
textfile_collectors:
2728
ipmitool:
28-
enable: true
29+
enable: false
2930
remove: false
3031
pkg: ipmitool
3132
smartmon:
32-
enable: true
33+
enable: false
3334
remove: false
3435
pkg: smartmontools
3536
bash_pkg: bash
@@ -93,7 +94,7 @@ prometheus:
9394
args:
9495
collector.systemd: null
9596
web.listen-address: ":9110"
96-
collector.textfile.directory: /var/tmp/node_exporter
97+
# collector.textfile.directory: /var/tmp/node_exporter
9798

9899
blackbox_exporter:
99100
service:

test/salt/pillar/repo.sls

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ prometheus:
1616

1717
exporters:
1818
node_exporter:
19+
textfile_collectors_dependencies: []
1920
textfile_collectors:
2021
ipmitool:
21-
enable: true
22+
enable: false
2223
remove: false
2324
pkg: ipmitool
2425
smartmon:
25-
enable: true
26+
enable: false
2627
remove: false
2728
pkg: smartmontools
2829
bash_pkg: bash
@@ -85,7 +86,7 @@ prometheus:
8586
service:
8687
args:
8788
web.listen-address: ":9110"
88-
collector.textfile.directory: /var/tmp/node_exporter
89+
# collector.textfile.directory: /var/tmp/node_exporter
8990

9091
blackbox_exporter:
9192
service:

0 commit comments

Comments
 (0)