Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add activation priority for config object types #6270

Merged
merged 1 commit into from
May 4, 2018

Commits on May 4, 2018

  1. Add activation priorities for config object types

    This patch ensures that specific configuration types
    are pre-activated and post-activated. In general,
    logging is first, then common configuration objects
    like host/service, downtimes, etc.
    In the end, all features are activated after to ensure
    that notifications are only sent once downtimes are applied.
    A similar thing happens for starting with checks too early.
    The ApiListener feature runs first to allow cluster connections
    at first glance.
    
    fixes #6057
    fixes #6231
    Crunsher authored and Michael Friedrich committed May 4, 2018
    Configuration menu
    Copy the full SHA
    c54e042 View commit details
    Browse the repository at this point in the history