Werk #14684: Fixed handling of Livestatus socket specification in livedump/cmc
Component | Livestatus |
Title | Fixed handling of Livestatus socket specification in livedump/cmc |
Date | Oct 13, 2022 |
Checkmk Edition | Checkmk Raw (CRE) |
Checkmk Version | 2.0.0p30 2.1.0p14 2.2.0b1 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Compatible - no manual interaction needed |
There were a few tiny bugs plus some surprising behavior when specifying the Livestatus socket for livedump/cmcdump. With this change, the rules are simple and consistent now: If there is a -s/--socket commandline option, use that. Otherwise derive the UNIX socket from the OMD_ROOT environment variable if that is set (probably the common case). And finally: If there is no -s/--socket option and no OMD_ROOT, complain and exit.