Skip to content

Commit 82e7b2f

Browse files
authored
Merge pull request #142 from n-rodriguez/master
Add Auth key in redis_config
2 parents 4314fbd + b076c16 commit 82e7b2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

collectd/files/redis_info.conf

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
<Module redis_info>
1818
Host {{ collectd_settings.plugins.redis_info.host }}
1919
Port {{ collectd_settings.plugins.redis_info.port }}
20+
{%- if collectd_settings.plugins.redis_info.auth is defined %}
21+
Auth "{{ collectd_settings.plugins.redis_info.auth }}"
22+
{%- endif %}
2023
Verbose {{ collectd_settings.plugins.redis_info.verbose }}
2124

2225
# Catch Redis metrics (prefix with Redis_)

0 commit comments

Comments
 (0)