Werk #16400: omd restart: Exit Code is 2 on Failure
Component | Site management | ||||||||
Title | omd restart: Exit Code is 2 on Failure | ||||||||
Date | Jan 26, 2024 | ||||||||
Level | Trivial Change | ||||||||
Class | Bug Fix | ||||||||
Compatibility | Compatible - no manual interaction needed | ||||||||
Checkmk versions & editions |
|
omd restart
executes omd start
and omd stop
, both of which can terminate with exit code zero
or two. Previously, the exit code of these commands would be ignored. omd restart
now reports the
worst exit code reported by the two commands.