elasticsearch-munin icon indicating copy to clipboard operation
elasticsearch-munin copied to clipboard

ElasticSearch munin plugins (from https://gist.github.com/2159398)

Results 2 elasticsearch-munin issues
Sort by recently updated
recently updated
newest added

$host and $port variables are hardcoded to 'localhost' and 9200 This commit allow to override these values. ``` # cat /etc/munin/plugin-conf.d/elasticsearch [elasticsearch_*] env.host x.x.x.x env.port 9300 ``` Values are wrong...