Skip to content

Commit

Permalink
support monitoring multiple clusters
Browse files Browse the repository at this point in the history
example configuration:

    <Plugin "python">
        ModulePath "/usr/lib/collectd/"
        Import "elasticsearch_collectd"

        <Module "elasticsearch_collectd">
            Port 9200
        </Module>

        <Module "elasticsearch_collectd">
            Port 10200
        </Module>
    </Plugin>
  • Loading branch information
Thomas LEVEIL committed Apr 18, 2017
1 parent d45b237 commit 6a2038b
Showing 1 changed file with 408 additions and 433 deletions.
Loading

0 comments on commit 6a2038b

Please sign in to comment.