Skip to content

Commit

Permalink
Merge pull request #142 from n-rodriguez/master
Browse files Browse the repository at this point in the history
Add Auth key in redis_config
  • Loading branch information
n-rodriguez authored Apr 20, 2019
2 parents 4314fbd + b076c16 commit 82e7b2f
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 82e7b2f

Please sign in to comment.