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

Re-write the plugins #10

Closed
zerodayz opened this issue Jun 23, 2017 · 1 comment
Closed

Re-write the plugins #10

zerodayz opened this issue Jun 23, 2017 · 1 comment
Assignees

Comments

@zerodayz
Copy link
Member

Yet again a new way of running the checks. To be compatible with containers and composable rules.

The idea is to run the independent checks per component/service.

An example workflow for mysqld tuning:

  1. Check the logs for the mysqld running
  2. If the previous check is true, then execute the tuning parameters check.

Right now the workflow is:

  1. Check the node type
  2. Run all the checks against that node.
@zerodayz zerodayz self-assigned this Jun 29, 2017
@zerodayz
Copy link
Member Author

No more we are checking for node type, actually we do all checks within the plugins script itself. All the checks are based on the author of the plugin script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant