MT#56292 If enabled expect victoria-metrics to run on all cluster nodes

Change-Id: Icc16d806348bde7c89886a022a03a1b72214a245
mr11.2.1
Guillem Jover 2 years ago
parent c7b88875d2
commit c2dd8c869f

@ -132,4 +132,4 @@ process:
# We have to use a truncated process name because that's the COMM limit
# on Linux (15 characters). Real name: victoria-metrics.
victoria-metric:
running: [% monitoring.backend == 'prometheus' && monitoring.prometheus_server == 'victoria-metrics' && is_mgmt ? 'true' : 'false' %]
running: [% monitoring.backend == 'prometheus' && monitoring.prometheus_server == 'victoria-metrics' ? 'true' : 'false' %]

Loading…
Cancel
Save