throws ConfigException
{
Validator.ensureNotNull(config);
Validator.ensureTrue(config instanceof MonitorBackendCfg);
MonitorBackendCfg cfg = (MonitorBackendCfg)config;
ConfigEntry configEntry = DirectoryServer.getConfigEntry(cfg.dn());
// Make sure that a configuration entry was provided. If not, then we will
// not be able to complete initialization.
if (configEntry == null)