Werk #1087: Active checks: Non-ascii check commands now converted into utf-8
| Component | Checks & agents | ||
| Title | Active checks: Non-ascii check commands now converted into utf-8 | ||
| Date | Jul 23, 2014 | ||
| Level | Trivial Change | ||
| Class | Bug Fix | ||
| Compatibility | Compatible - no manual interaction needed | ||
| Checkmk versions & editions |
|
There were some instances where the arguments for an active check
did contain non-ASCII characters, for example python unicode.
This caused an exception during the configuration generation.
Check commands for active checks are now always converted into utf-8.