Werk #11951: mssql_jobs: fix Check_MK and Check_MK_Discovery crash
| Component | Checks & agents | ||||
| Title | mssql_jobs: fix Check_MK and Check_MK_Discovery crash | ||||
| Date | Feb 8, 2021 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
The Check_MK and Check_MK Discovery services crashed in association with the mssql_jobs check with the following error message:
ValueError (time data ' 000000' does not match format '%Y%m%d %H%M%S')
This crash occurs when the next run date and next run time of the MSSQL jobs are not set (i.e. set to NULL). This has been fixed.