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

Implement DummyCheckTask and move dummy into embedded in-memory checks #5744

Merged
merged 2 commits into from Nov 27, 2017

Commits on Nov 9, 2017

  1. Implement DummyCheckTask and move dummy into embedded in-memory checks

    This replaces the previous "dummy" CheckCommand, and the user won't
    notice it. Provided performance data will be parsed the same way.
    
    This saves a shell fork and check_dummy execution.
    
    We're relying on this when creating cluster checks with Icinga 2 DSL
    and more. If one does not have the plugins installed, this then also works.
    
    fixes #5740
    Michael Friedrich committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    6d9a0b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

  1. Configuration menu
    Copy the full SHA
    734efb3 View commit details
    Browse the repository at this point in the history