Skip to content

Instantly share code, notes, and snippets.

@marianogg9
Created June 3, 2014 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marianogg9/78c18f37688e4ee04c25 to your computer and use it in GitHub Desktop.
Save marianogg9/78c18f37688e4ee04c25 to your computer and use it in GitHub Desktop.
<LoadPlugin redis>
Globals true
</LoadPlugin>
<Plugin redis>
<Node "redis_server">
Host "redis_server"
Port "6379"
Timeout 2000
</Node>
</Plugin>
@marianogg9
Copy link
Author

"Starting collectd: plugin_load: Could not find plugin "redis" in /usr/lib64/collectd
There is a Node' block within the configuration for the redis plugin. The plugin either only expects "simple" configuration statements or wasn't loaded usingLoadPlugin'. Please check your configuration."

@d-rez
Copy link

d-rez commented Jun 3, 2014

Try this

LoadPlugin redis

<Plugin redis>
  <Node "redis_server">
    Host "redis_server"
    Port "6379"
    Timeout 2000
  </Node>
</Plugin>

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