Werk #13576: Quoting of mk_redis commandline arguments
Component | Checks & agents | ||||||
Title | Quoting of mk_redis commandline arguments | ||||||
Date | Feb 23, 2022 | ||||||
Level | Trivial Change | ||||||
Class | Bug Fix | ||||||
Compatibility | Compatible - no manual interaction needed | ||||||
Checkmk versions & editions |
|
The section of the agent plugin mk_redis may contain the following error message:
<<<redis_info:sep(58)>>>
[[[127.0.0.1;6379|127.0.0.1|6379]]]
Unrecognized option or bad number of args
This was caused by invalid quoting of the command line arguments and is fixed now.