diff --git a/README.md b/README.md index 34cd3cb..ee6c9a9 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ You can configure to monitor multiple redis instances by the same machine by rep Redis_used_memory_peak "bytes" Redis_master_repl_offset "gauge" - + Host "127.0.0.1" Port 9102 @@ -135,6 +135,23 @@ This will result in metric names like: ```collectd.redis_info.redis-prod.bytes.u ```Instance``` can be empty, in this case the name of the metric will not contain any reference to the host/port. If it is omitted, the host:port value is added to the metric name. +### Multiple Data source types +You can send multiple data source types from same key by specifying it in the Module: + +``` +... + + Host "localhost" + Port 6379 + + Redis_total_net_input_bytes "bytes" + Redis_total_net_output_bytes "bytes" + Redis_total_net_input_bytes "derive" + Redis_total_net_output_bytes "derive" + +... +``` + Graph examples -------------- These graphs were created using collectd's [rrdtool plugin](http://collectd.org/wiki/index.php/Plugin:RRDtool) and [drraw](http://web.taranis.org/drraw/).