Lars Vogdt
2020-02-05 15:26:31 +00:00
committed by Git OBS Bridge
parent 93ee592c09
commit bc32e2ff59
+2 -2
View File
@@ -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'