Skip to content

Commit

Permalink
ih-eu-mda1: disable Consul check for SMART metrics
Browse files Browse the repository at this point in the history
The service fails on InnovaHosting servers due to HBA controller:
prometheus-community/smartctl_exporter#26

Signed-off-by: Jakub Sokołowski <[email protected]>
  • Loading branch information
jakubgs committed May 15, 2023
1 parent 9102e19 commit a145963
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ansible/group_vars/ih-eu-mda1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ bootstrap__rsyslog_logstash_target_dc: '{{ bootstrap__consul_data_center }}'
bootstrap__extra_volume_bind_paths:
DATA_VOLUME1: ['/data']
DATA_VOLUME2: ['/docker']

# SMART Metrics are broken
# https://github.com/prometheus-community/smartctl_exporter/issues/26
smart_metrics_consul_check_enabled: false
2 changes: 1 addition & 1 deletion ansible/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@

- name: smart-metrics
src: [email protected]:status-im/infra-role-smart-metrics.git
version: f94db4679ef3f920188565dda1e3933cdf70e39a
version: c7de707932b878cc4ad22cd69b78203e57dd50fd
scm: git

0 comments on commit a145963

Please sign in to comment.