Werk #964: Fix hanging shutdown of CMC on RedHat 5.X
Component | Notifications | ||
Title | Fix hanging shutdown of CMC on RedHat 5.X | ||
Date | May 2, 2014 | ||
Level | Prominent Change | ||
Class | Bug Fix | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
When using the CMC on RedHat/CentOS 5.X then the CMC would not correctly shutdown. The reason is, that the Python implementation of that OSes raises an Exception on sys.exit, while newer versions don't. This has been fixed by handling SystemExit explicitely.