Werk #19246: Regression in redis info persistence check
| Component | Checks & agents | ||||||
| Title | Regression in redis info persistence check | ||||||
| Date | Apr 14, 2026 | ||||||
| Level | Trivial Change | ||||||
| Class | Bug Fix | ||||||
| Compatibility | Compatible - no manual interaction needed | ||||||
| Checkmk versions & editions |
|
Redis info persistence check might fail with the following trace:
[
"/omd/sites/cmk/lib/python3/cmk/plugins/redis/agent_based/redis_info_persistence.py",
95,
"check_redis_info_persistence",
"state = State[params[\"%s_state\" % duration]]"
],
[
"/omd/sites/cmk/lib/python3.12/enum.py",
813,
"__getitem__",
"return cls._member_map_[name]"
]
This regression is fixed now.