Redis plugin delivering all the data but server not capturing it

I was able to configure the redis plugin and the configuration file on check_mk 2.x
after running the agent, I see that it’s delivering a bunch of data beyond the redis_persistence, redis_clients and redis_server.
I see information about memory, stats, and replication that isn’t being captured by the server.
How can I capture all that information by the server? the only three plugins I see are the ones I mentioned above and those don’t capture the information I’m looking for.

E.g.:

Replication

role:master
connected_slaves:2
slave0:ip=XX.XX.XXX.XX,port=6379,state=online,offset=1065662945,lag=0
slave1:ip=XX.XXX.XXX.XXX,port=6379,state=online,offset=1065662945,lag=0
master_replid:435knl54n6l4kn6l4kn6k7n7kn44lkn2kn432
master_replid2:0000000000000000000000000000000000000000
master_repl_offset:1065662945
second_repl_offset:-1
repl_backlog_active:1
repl_backlog_size:1048576
repl_backlog_first_byte_offset:1064614370
repl_backlog_histlen:1048576

Persistence

loading:0
rdb_changes_since_last_save:634637
rdb_bgsave_in_progress:0
rdb_last_save_time:1611861633
rdb_last_bgsave_status:ok

Memory

used_memory:1073641808
used_memory_human:1023.90M
used_memory_rss:1196548096
used_memory_rss_human:1.11G
used_memory_peak:1073766216
used_memory_peak_human:1.00G
used_memory_peak_perc:99.99%
used_memory_overhead:29116090
used_memory_startup:791360
used_memory_dataset:104452571

The check-plugins are not deployed yet. They will be added in the future.

@_rb This issue is quite old, but there are still only those three plugin parts: persistence, clients and server. Is it still planned to integrate a redis memory check? I think the redis memory stats is an interesting information that should be shown in CheckMK.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.