From 617f1d1333b6735768d0b056bc2d2732129bd26e Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 23 Sep 2019 09:41:08 +0200 Subject: [PATCH] Improve error message for command endpoint checkable's requiring a zone fixes #7514 --- lib/icinga/checkable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/icinga/checkable.cpp b/lib/icinga/checkable.cpp index 55bbfeb16..04e462951 100644 --- a/lib/icinga/checkable.cpp +++ b/lib/icinga/checkable.cpp @@ -53,7 +53,7 @@ void Checkable::OnAllConfigLoaded() } } else { BOOST_THROW_EXCEPTION(ValidationError(this, { "command_endpoint" }, - "Command endpoint must not be set.")); + "Checkable with command endpoint requires a zone. Please check the troubleshooting documentation.")); } } } -- 2.40.0