-
Type:
Problem report
-
Resolution: Unresolved
-
Priority:
Trivial
-
None
-
Affects Version/s: None
-
Component/s: Agent2 plugin (G)
-
None
The trigger "Redis: Memory fragmentation ratio is too high" is bound to item redis.memory.fragmentation_ratio.
After restarting the redis server the memory fragmentation is always above 10 and the default threshold is 1.5
I found out that the item is reading the INFO value from mem_fragmentation_ratio.
Please, consider reading the INFO value from allocator_frag_ratio.