Skip to content

Commit

Permalink
Revert "Adapt test pillar"
Browse files Browse the repository at this point in the history
This reverts commit 5df8c88.
  • Loading branch information
WiiPlayer2 committed Mar 13, 2022
1 parent 5df8c88 commit 17290ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions test/salt/pillar/default.sls
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ prometheus:

exporters:
node_exporter:
textfile_collectors_dependencies: []
textfile_collectors:
ipmitool:
enable: true
enable: false
remove: false
pkg: ipmitool
smartmon:
enable: true
enable: false
remove: false
pkg: smartmontools
bash_pkg: bash
Expand Down Expand Up @@ -93,7 +94,7 @@ prometheus:
args:
collector.systemd: null
web.listen-address: ":9110"
collector.textfile.directory: /var/tmp/node_exporter
# collector.textfile.directory: /var/tmp/node_exporter

blackbox_exporter:
service:
Expand Down
7 changes: 4 additions & 3 deletions test/salt/pillar/repo.sls
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ prometheus:

exporters:
node_exporter:
textfile_collectors_dependencies: []
textfile_collectors:
ipmitool:
enable: true
enable: false
remove: false
pkg: ipmitool
smartmon:
enable: true
enable: false
remove: false
pkg: smartmontools
bash_pkg: bash
Expand Down Expand Up @@ -85,7 +86,7 @@ prometheus:
service:
args:
web.listen-address: ":9110"
collector.textfile.directory: /var/tmp/node_exporter
# collector.textfile.directory: /var/tmp/node_exporter

blackbox_exporter:
service:
Expand Down

0 comments on commit 17290ea

Please sign in to comment.