Skip to content

Commit

Permalink
Merge pull request #165 from tarzanek/node_exporter_2022
Browse files Browse the repository at this point in the history
enable service for node exporter for 5.0 and 2022
  • Loading branch information
tarzanek authored Nov 7, 2022
2 parents 80800dd + 81dd397 commit 5721ba6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ansible-scylla-node/tasks/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,15 @@
notify:
- node_exporter start
ignore_errors: true
#TODO: stop ignoring errors when the node_exporter_install script fix is available in all actual versions
#TODO: stop ignoring errors when the node_exporter_install script fix is available in all actual versions, resp. use only for < 5.0 / 2022

- name: node exporter setup from 5.0/2022
service:
name: scylla-node-exporter
state: started
become: true
ignore_errors: true
#TODO: stop ignoring errors when a version check is added

- name: configure Scylla
shell: |
Expand Down

0 comments on commit 5721ba6

Please sign in to comment.