GitHub user remibergsma opened a pull request: https://github.com/apache/cloudstack/pull/694
get rid of useless out-of-band alerts These alerts are generating a lot of false positives. Try spinning a new router, or migrate one using the API (not out-of-band) and you'll get alerts anyway. I just removed the alert below. We might consider ditching the functionality completely, as route VMs in master are designed to be persistent anyway. Let's at least remove the alerts. @dahn @snuf & others, what do you think? You can merge this pull request into a Git repository by running: $ git pull https://github.com/remibergsma/cloudstack fix-out-of-band-useless-alerts Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/694.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #694 ---- commit 6a1967f3d944bd41e427543a2c8bb14082afbc9b Author: Remi Bergsma <git...@remi.nl> Date: 2015-08-14T08:46:00Z get rid of useless out-of-band alerts These alerts are generating a lot of false positives. Try spinning a new router, or migrate one using the API (not out-of-band) and you'll get alerts anyway. I just remove the alert below. We might consider ditching the functionality completely, as route VMs in master are designed to be persistent anyway. Let's at least remove the alerts. ---- --- 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. ---