mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-20 18:49:42 +00:00
Jakub Sokołowski
a145963a2a
The service fails on InnovaHosting servers due to HBA controller: https://github.com/prometheus-community/smartctl_exporter/issues/26 Signed-off-by: Jakub Sokołowski <jakub@status.im>
13 lines
412 B
YAML
13 lines
412 B
YAML
---
|
|
# CtrlServ4ers has no dedicated Consul Cluster
|
|
bootstrap__consul_data_center: 'he-eu-hel1'
|
|
bootstrap__rsyslog_logstash_target_dc: '{{ bootstrap__consul_data_center }}'
|
|
# Volumes
|
|
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
|