Created
June 3, 2014 15:27
-
-
Save marianogg9/78c18f37688e4ee04c25 to your computer and use it in GitHub Desktop.
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> | |
Globals true | |
</LoadPlugin> | |
<Plugin redis> | |
<Node "redis_server"> | |
Host "redis_server" | |
Port "6379" | |
Timeout 2000 | |
</Node> | |
</Plugin> |
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
"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 using
LoadPlugin'. Please check your configuration."