Skip to content

Commit 51a0e14

Browse files
authored
Merge pull request #13 from statusengine/elastic
Add perfdata_backend elasticsearch to example config
2 parents df202de + a32ee92 commit 51a0e14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

etc/config.yml.example

+4
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ perfdata_backend: crate
139139
# MySQL as Performance Data Backend
140140
#perfdata_backend: mysql
141141

142+
# Elasticsearch as Performance Data Backend
143+
#perfdata_backend: elasticsearch
144+
142145
############
143146
# GRAPHITE CONFIGURATION
144147
############
@@ -194,3 +197,4 @@ elasticsearch_address: 127.0.0.1
194197

195198
# Port where your Elasticsearch server is listening to
196199
elasticsearch_port: 9200
200+

0 commit comments

Comments
 (0)