Improve error message for command endpoint checkable's requiring a zone

fixes #7514
This commit is contained in:
Michael Friedrich 2019-09-23 09:41:08 +02:00
parent f6205c9d4b
commit 617f1d1333
1 changed files with 1 additions and 1 deletions

View File

@ -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."));
}
}
}