Werk #12091: mysql_capacity: ValueError() raised if ':' in error message
| Component | Checks & agents | ||||
| Title | mysql_capacity: ValueError() raised if ':' in error message | ||||
| Date | Mar 29, 2021 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
Splitting a message string containing instance and message results in an error if the message itself contains the delimiter (':'). This change will make sure the input string will be splitted into 2 parts max.