redis-collectd-plugin icon indicating copy to clipboard operation
redis-collectd-plugin copied to clipboard

A Redis plugin for collectd.

Results 2 redis-collectd-plugin issues
Sort by recently updated
recently updated
newest added

Added these last year for use at my job, but never created the PR. Submitting now in case you find them okay and maybe useful. Thanks for reading!

Since Redis 7.4 (maybe 7.2) `info server` command return a new line (ex: `listener0:name=tcp,bind=*,bind=-::*,port=6379`) Possible workaround: replace https://github.com/powdahound/redis-collectd-plugin/blob/9ce1550c2507233176c8b2309d1c2b7c7f23e76e/redis_info.py#L158 with: `key, val = line.split(':', 1)`