Skip to content

Commit

Permalink
Add Auth key in redis_config
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Apr 20, 2019
1 parent 4314fbd commit b076c16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions collectd/files/redis_info.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<Module redis_info>
Host {{ collectd_settings.plugins.redis_info.host }}
Port {{ collectd_settings.plugins.redis_info.port }}
{%- if collectd_settings.plugins.redis_info.auth is defined %}
Auth "{{ collectd_settings.plugins.redis_info.auth }}"
{%- endif %}
Verbose {{ collectd_settings.plugins.redis_info.verbose }}

# Catch Redis metrics (prefix with Redis_)
Expand Down

0 comments on commit b076c16

Please sign in to comment.