Skip to content

be99inner/ansible-redis-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Role Name

Ansible role for provision a Redis exporter for Prometheus.

Requirements

Ansible version >= 2.9

Role Variables

redis_exporter_version: 1.3.5
redis_exporter_binary_local_dir: ""
redis_exporter_web_listen_address: "0.0.0.0:9121"
redis_exporter_web_telemetry_path: "/metrics"

redis_exporter_system_group: "redis-exp"
redis_exporter_system_user: "{{ redis_exporter_system_group }}"

redis_exporter_redis_address: "redis://localhost:6379"
redis_exporter_redis_password: ""
redis_exporter_redis_namespace: "redis"

redis_exporter_custom_option: "-redis-only-metrics"

Dependencies

None

Example Playbook

- hosts: servers
  gather_facts: true
  roles:
      - be99inner.redis-exporter

License

MIT

Author Information

Anurak Jannawan

About

Provision Redis exporter for Prometheus monitoring tool

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published