Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/466#issuecomment-112917890 @anshul1886 would the following satisfy your needs (had some extra time) + } else { + if (isOutOfBandMigrated(opaque)) { + final String title = "Router has been migrated out of band: " + vo.getInstanceName(); + final String context = + "An out of band migration of router " + vo.getInstanceName() + "(" + vo.getUuid() + ") was detected. No automated action was performed."; + _alertMgr.sendAlert(AlertManager.AlertType.ALERT_TYPE_DOMAIN_ROUTER, vo.getDataCenterId(), vo.getPodIdToDeployIn(), title, context); + }
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---