Giter Site home page Giter Site logo

ansible-consul-exporter's Introduction

consul-exporter

Build Status

This role helps with the installation and configuration of consul_exporer.

Usage (example)

    - role: consul-exporter
      consul_exporter_params:
        consul:
          server: localhost:8500
          timeout: 10
        log:
          level: info
        web:
          listen_address: localhost:1286
        kv:
          prefix: /

Available parameters

Main

Param Default Description
consul_exporter_setup full Setup mode. See OSSHelp KB article
consul_exporter_params {} Consul exporter configuration parameters

Consul-exporter params

See example usage above.

Param Default Description
consul.allow_stale - Allows any Consul server (non-leader) to service a read
consul.ca_file - File path to a PEM-encoded certificate authority used to validate the authenticity of a server certificate
consul.cert_file - File path to a PEM-encoded certificate used with the private key to verify the exporter's authenticity
consul.health_summary - Collects information about each registered service and exports consul_catalog_service_node_healthy
consul.key_file - File path to a PEM-encoded private key used with the certificate to verify the exporter's authenticity
consul.insecure - Disable TLS host verification
consul.require_consistent - Forces the read to be fully consistent
consul.server - Address (host and port) of the Consul instance we should connect to
consul.server_name - When provided, this overrides the hostname for the TLS certificate
consul.timeout - Timeout on HTTP requests to consul
consul.request_limit - Limit the maximum number of concurrent requests to consul, 0 means no limit
log.format - Set the log target and format
log.level - Logging level
web.listen_address - Address to listen on for web interface and telemetry
web.telemetry_path - Path under which to expose metrics
kv.filter - Only store keys that match this regex pattern
kv.prefix - Prefix under which to look for KV pairs

FAQ

None, so far.

Useful links

TODO

None, so far.

License

GPL3

Author

OSSHelp Team, see https://oss.help

ansible-consul-exporter's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.