Skip to content

Instantly share code, notes, and snippets.

@zero-master
Created May 20, 2018 17:24
Show Gist options
  • Select an option

  • Save zero-master/be8164c242913ab6f2664c6fc6ab532a to your computer and use it in GitHub Desktop.

Select an option

Save zero-master/be8164c242913ab6f2664c6fc6ab532a to your computer and use it in GitHub Desktop.
Redis (with auth) configuration file for collectd
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>
@baranaltay
Copy link

Thanks man... That Password field was the issue...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment