fix template
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/golang-github-justwatchcom-elasticsearch_exporter?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
93ee592c09
commit
bc32e2ff59
@@ -1,11 +1,11 @@
|
||||
## Path: Network/Monitors/Prometheus/elasticsearch_exporter
|
||||
## Description: Prometheus Elasticsearch exporter startup parameters
|
||||
## Type: string
|
||||
## Default: '-es.all -es.indices -es.timeout 20s'
|
||||
## Default: '--es.all --es.indices --es.timeout=20s'
|
||||
#
|
||||
# Additional arguments for the elasticsearch_exporter.
|
||||
# Please call: /usr/bin/elasticsearch_exporter --help
|
||||
# for a full list of possible options.
|
||||
# Note: Please keep the list on one line, of possible.
|
||||
#
|
||||
ARGS='-es.all -es.indices -es.timeout 20s'
|
||||
ARGS='--es.all --es.indices --es.timeout=20s'
|
||||
|
||||
Reference in New Issue
Block a user