Skip to content

Commit

Permalink
update sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
jro committed Jan 26, 2011
1 parent 8a31996 commit aa5a640
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions redis.conf
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Configure the redis-collectd-plugin
# Configure the redis_info-collectd-plugin

<LoadPlugin python>
Globals true
</LoadPlugin>

<Plugin python>
ModulePath "/opt/collectd/lib/collectd/plugins/python"
Import "redis"
Import "redis_info"

<Module redis>
<Module redis_info>
Host "localhost"
Port 6379
Verbose false
Expand Down

0 comments on commit aa5a640

Please sign in to comment.