Created
May 20, 2018 17:24
-
-
Save zero-master/be8164c242913ab6f2664c6fc6ab532a to your computer and use it in GitHub Desktop.
Redis (with auth) configuration file for collectd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| LoadPlugin redis | |
| <Plugin "redis"> | |
| <Node "mynode"> | |
| # When using non-standard Redis configurations, replace the below with | |
| #Host "REDIS_HOST" | |
| #Port "REDIS_PORT" | |
| Host "localhost" | |
| Port "6379" | |
| Timeout 2000 | |
| Password "SECRET" | |
| </Node> | |
| </Plugin> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks man... That Password field was the issue...