Plugin:Redis
From collectd Wiki
| Redis plugin | |
|---|---|
| Type: | read |
| Callbacks: | config, read |
| Status: | supported |
| First version: | 5.0 |
| Copyright: | 2010 Andrés J. Díaz |
| License: | GPLv2+ |
| Manpage: | collectd.conf(5) |
| List of Plugins | |
The Redis plugin connects to one or more instances of Redis, a key-value store, and collects usage information using the credis library.
Contents |
Synopsis
<Plugin redis>
<Node "mynode">
Host "localhost"
Port "6379"
Timeout 2000
</Node>
</Plugin>
Example graphs
None yet. Add one now!
Dependencies
- credis, C library implementing the redis protocol.
See also
- Redis project page on Google Project Hosting.
- Credis project page on Google Project Hosting.
- Plugin:exec-redis.sh

